
window.fw_menu_14 = new Menu('COMPONENTS',200,20);
fw_menu_14.addMenuItem('HSDPA Router',"location='/products/hsdparouter.html'");
fw_menu_14.addMenuItem('Broadband Router',"location='/products/broadbandrouter.html'");
fw_menu_14.addMenuItem('Mobile Router',"location='/products/mobilerouter.html'");
fw_menu_14.addMenuItem('Multenet Router',"location='/products/multenetrouter.html'");
fw_menu_14.addMenuItem('PocketPAD Buffer',"location='/products/pocketpadbuffer.html'");
fw_menu_14.addMenuItem('PocketPAD Router',"location='/products/pocketpadrouter.html'");
fw_menu_14.addMenuItem('PocketPAD JAVA',"location='/products/pocketpadjava.html'");
fw_menu_14.addMenuItem('PocketPAD Power-over-Ethernet',"location='/products/pocketpadpoe.html'");
fw_menu_14.addMenuItem('PocketPAD MultiDrop Ethernet',"location='/products/pocketpadmd.html'");
fw_menu_14.addMenuItem('PocketPAD FX',"location='/products/pocketpadfx.html'");
fw_menu_14.addMenuItem('PocketPAD 1',"location='/products/pocketpad1.html'");
fw_menu_14.addMenuItem('PocketPAD 2',"location='/products/pocketpad2.html'");
fw_menu_14.addMenuItem('PocketPAD 4',"location='/products/pocketpad4.html'");
fw_menu_14.addMenuItem('EtherPAD Digital IO',"location='/products/dio.html'");
fw_menu_14.addMenuItem('EtherPAD Duo',"location='/products/duo.html'");
fw_menu_14.addMenuItem('EtherPAD Lite',"location='/products/lite.html'");
fw_menu_14.addMenuItem('Power Agent',"location='/products/poweragent.html'");
fw_menu_14.hideOnMouseOut=true;


window.fw_menu_15 = new Menu('SECTOR',150,20);
//fw_menu_15.addMenuItem('Access Control',"location='/industry/access_control.html'");
fw_menu_15.addMenuItem('Industrial Automation',"location='/industry/indauto.html'");
fw_menu_15.addMenuItem('Power Metering',"location='/industry/power.html'");
fw_menu_15.addMenuItem('Retail/Banking/IT',"location='/industry/retail.html'");
fw_menu_15.addMenuItem('System Integration',"location='/industry/sysint.html'");
fw_menu_15.hideOnMouseOut=true;


window.fw_menu_16 = new Menu('PUBLICATION',150,20);
//fw_menu_16.addMenuItem('Newsletter',"location='/news/index.php'");
fw_menu_16.hideOnMouseOut=true;


window.fw_menu_1 = new Menu('SURVEY NOW',120,18,null,null);
fw_menu_1.addMenuItem(fw_menu_14,'{}');

fw_menu_1.writeMenus();



 