function formHandler(form){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}
document.write('<form name="form">');
document.write('<select name="site" size=1 onChange="javascript:formHandler()">');
document.write('<option value="">Quick link...');
document.write('<option value="/products/professional/index_eng.shtml">Professional devices');
document.write('<option value="">&nbsp;&nbsp;Monitors:');
document.write('<option value="/products/professional/AP2000PRO/index_eng.shtml">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AP2000PRO');
document.write('<option value="/products/professional/AP800PRO/index_eng.shtml">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AP800PRO');
document.write('<option value="/products/professional/AP800PRO_RACK/index_eng.shtml">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AP800PRO/RACK');
document.write('<option value="/products/professional/AP500PRO/index_eng.shtml">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AP500PRO');
document.write('<option value="/products/professional/AP1200_NAVI/index_eng.shtml">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AP1200/NAVI');
document.write('<option value="/products/professional/AP1200_NAVI_XGA/index_eng.shtml">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AP1200/NAVI/XGA');
document.write('<option value="/products/professional/AP1200_NAVI_900HB/index_eng.shtml">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AP1200/NAVI/900HB');
document.write('<option value="/products/professional/AP1200_NAVI_1000HB/index_eng.shtml">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AP1200/NAVI/1000HB');
document.write('<option value="">&nbsp;&nbsp;Computers:');
document.write('<option value="/products/professional/AP4200PRO_PC/index_eng.shtml">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AP4200PRO/PC');
document.write('<option value="/products/professional/AP3000PRO_PC/index_eng.shtml">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AP3000PRO/PC');
document.write('<option value="/products/professional/AP500PRO_PC/index_eng.shtml">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AP500PRO/PC');
document.write('<option value="/products/professional/AP1200_NAVI_PC/index_eng.shtml">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AP1200 NAVI PC');
document.write('<option value="/products/professional/AP1200_NAVI_PC_XGA/index_eng.shtml">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AP1200 NAVI PC XGA');
document.write('<option value="/products/oem/index_eng.shtml">OEM-kits');
document.write('<option value="/products/oem/AP4500/index_eng.shtml">&nbsp;&nbsp;&nbsp;AP4500/KIT');
document.write('<option value="/products/oem/AP4410/index_eng.shtml">&nbsp;&nbsp;&nbsp;AP4410/KIT');
document.write('<option value="/products/oem/AP4310/index_eng.shtml">&nbsp;&nbsp;&nbsp;AP4310/KIT');
document.write('<option value="/products/oem/AP4300/index_eng.shtml">&nbsp;&nbsp;&nbsp;AP4300/KIT');
document.write('<option value="/products/oem/touch_screen/index_eng.shtml">&nbsp;&nbsp;&nbsp;Touch KITs');
document.write('<option value="/products/components/index_eng.shtml">Components and accessories');
document.write('<option value="/products/components/tft/index_eng.shtml">&nbsp;&nbsp;&nbsp;TFT-elements');
document.write('<option value="/products/components/accessories/index_eng.shtml">&nbsp;&nbsp;&nbsp;Cable sets/inverters');
document.write('<option value="/products/components/touch_screen/index_eng.shtml">&nbsp;&nbsp;&nbsp;Touch Screens');
document.write('<option value="/products/components/stands/index_eng.shtml">&nbsp;&nbsp;&nbsp;Monitor stands');
document.write('<option value="/products/components/opto_link/index_eng.shtml">&nbsp;&nbsp;&nbsp;AP OPTO LINK');
document.write('<option value="/products/components/IDA/index_eng.shtml">&nbsp;&nbsp;&nbsp;Intelligent Display Administration');
/*document.write('<option value="/products/office/index_eng.shtml">Desktop monitors');
document.write('<option value="/products/office/22/index_eng.shtml">&nbsp;&nbsp;&nbsp;22"');
document.write('<option value="/products/office/18.1/index_eng.shtml">&nbsp;&nbsp;&nbsp;18.1"');
document.write('<option value="/products/office/15/index_eng.shtml">&nbsp;&nbsp;&nbsp;15"');*/
document.write('<option value="/products/EL_products/index_eng.shtml">EL-products');
document.write('<option value="/products/EL_products/ap200/index_eng.shtml">&nbsp;&nbsp;&nbsp;AP200-terminal');
document.write('<option value="/products/EL_products/ap300/index_eng.shtml">&nbsp;&nbsp;&nbsp;AP300-terminal');
document.write('<option value="/products/EL_products/ap988200/index_eng.shtml">&nbsp;&nbsp;&nbsp;AP988200 i/f');
document.write('<option value="/products/EL_products/ap988300/index_eng.shtml">&nbsp;&nbsp;&nbsp;AP988300 i/f');
document.write('<option value="">Other products');
document.write('<option value="/products/other/iNFOPOINT/index_eng.shtml">&nbsp;&nbsp;&nbsp;iNFOPOINT');
document.write('</select>');
document.write('</form>');
