// JavaScript Document

document.write("<select name=\"notes_pages\" id=\"notes_pages\" onchange=\"redirect(this)\" class=\"pulldownmenu\">");

document.write("<option value=\"\" selected>Please select...</option>");

document.write("<option value=\"/kicc/lcd/notes/lcdpartnumbering.html\">LCD Part Numbering</option>");

document.write("<option value=\"/kicc/lcd/notes/signalinterface.html\">Signal Interface</option>");

document.write("<option value=\"/kicc/lcd/notes/controllerics.html\">Controller ICs</option>");

document.write("<option value=\"/kicc/lcd/notes/controlbycpu.html\">Generic Control by CPU</option>");

document.write("<option value=\"/kicc/lcd/notes/embedsystems.html\">Embedded Systems</option>");

document.write("<option value=\"/kicc/lcd/notes/connectors.html\">Connectors</option>");

document.write("<option value=\"/kicc/lcd/notes/touchpanels.html\">Touch Panels</option>");

document.write("<option value=\"/kicc/lcd/notes/troubleshooting.html\">Troubleshooting</option>");

document.write("<option value=\"/kicc/lcd/notes/stntech.html\">STN Technology</option>");

document.write("<option value=\"/kicc/lcd/notes/powerconsump.html\">Power Consumption</option>");

document.write("<option value=\"/kicc/lcd/notes/transflective.html\">Transflective Mode</option>");

document.write("<option value=\"/kicc/lcd/notes/reflective.html\">Reflective Mode</option>");

document.write("<option value=\"/kicc/lcd/notes/transmissive.html\">Transmissive Mode</option>");

document.write("<option value=\"/kicc/lcd/notes/filmlayers.html\">Films and Layers</option>");

document.write("<option value=\"/kicc/lcd/notes/tempconsider.html\">Temp. Considerations</option>");

document.write("<option value=\"/kicc/lcd/notes/colorfilters.html\">Color Filters</option>");

document.write("<option value=\"/kicc/lcd/notes/logicvoltage.html\">Logic Voltage</option>");

document.write("<option value=\"/kicc/lcd/notes/lcdvoltage.html\">LCD Drive Voltage</option>");

document.write("</select>");


