_scrollAmount=3; // Only Used for Netscape 4 scrolling _scrollDelay=10; // Only Used for Netscape 4 scrolling _menuCloseDelay=300; // 关闭等待时间 _menuOpenDelay=100; // 开始等待时间 _subOffsetTop=0; // Sub menu offset Top position _subOffsetright=0; // Sub menu offset right position Goverfilter = "Fade(duration=0.2);Shadow(color='#e7e7e7', Direction=135, Strength=3)"; Goutfilter = "randomdissolve(duration=0.4)"; //子菜单样式; vertStyle =new mm_style(); vertStyle.onbgcolor = "#dddddd"; vertStyle.oncolor = "#0066CC"; vertStyle.offbgcolor = "#ffffff"; vertStyle.offcolor = "#333333"; vertStyle.itemwidth=122; vertStyle.bordercolor = "#999999"; vertStyle.borderstyle = "solid"; vertStyle.separatorcolor = "#dddddd"; vertStyle.separatorsize = 1; vertStyle.separatorpadding=1; vertStyle.padding ="0 4 0 4"; vertStyle.borderwidth = 1; vertStyle.onborder="0px solid #666666"; vertStyle.overfilter = "Fade(duration=0.2);Shadow(color='#e7e7e7', Direction=135, Strength=1)"; vertStyle.outfilter = "randomdissolve(duration=0.4)"; vertStyle.fontsize = "12"; vertStyle.fontstyle = "normal"; vertStyle.fontfamily = "arial, verdana, tahoma"; //vertStyle.pagebgcolor = "#FFFFFF"; vertStyle.pagecolor = "#000000"; vertStyle.headercolor = "#000000"; vertStyle.headerbgcolor = "#000000"; vertStyle.headerborder="1px solid #000000"; //主菜单样式; horizStyle=new copyOf(vertStyle); horizStyle.overfilter=""; horizStyle.outfilter=""; horizStyle.borderwidth=1; horizStyle.separatorpadding=0; horizStyle.itemwidth=100; horizStyle.itemheight=36; horizStyle.padding = 1; horizStyle.borderwidth = 1; horizStyle.onborder=""; horizStyle.onbgcolor = "#EDEDED"; horizStyle.oncolor = "#0066CC"; horizStyle.offbgcolor = "transparent"; horizStyle.offcolor = "#333333"; horizStyle.bordercolor = "transparent"; horizStyle.borderstyle = "none"; //一级菜单; unicom_main_menu = new menuname("mainmenu"); unicom_main_menu.style = horizStyle; unicom_main_menu.position = "relative"; unicom_main_menu.alwaysvisible = 1; unicom_main_menu.orientation="horizontal"; unicom_main_menu.aI("text=

Home

;url=index.asp;showmenu=unicom_5;"); unicom_main_menu.aI("text=

About East

;url=about.asp;showmenu=unicom_1;"); unicom_main_menu.aI("text=

Products

;url=product.asp;showmenu=unicom_2;"); unicom_main_menu.aI("text=

How to buy

;url=order.asp;showmenu=unicom_6;"); unicom_main_menu.aI("text=

Solution

;url=hangye.asp;showmenu=unicom_3;"); unicom_main_menu.aI("text=

Support

;url=service.asp;showmenu=unicom_4;"); unicom_sub_menu = new menuname("unicom_1"); unicom_sub_menu.style = vertStyle; unicom_sub_menu.margin=3; unicom_sub_menu.aI('text=EAST introduction;url=about.asp?ptype=EAST%20introduction;');unicom_sub_menu.aI('text=Management Guide;url=about.asp?ptype=Management%20Guide;');unicom_sub_menu.aI('text=Honour;url=about.asp?ptype=Honour;');unicom_sub_menu.aI('text=EAST Culture;url=about.asp?ptype=EAST%20Culture;');unicom_sub_menu.aI('text=Presidents remark;url=about.asp?ptype=Presidents%20remark;'); unicom_sub_menu = new menuname("unicom_2"); unicom_sub_menu.style = vertStyle; unicom_sub_menu.margin=3; unicom_sub_menu.aI('text=UPS;url=product_type.asp?bigtype=UPS;');unicom_sub_menu.aI('text=EPS;url=product_type.asp?bigtype=EPS;');unicom_sub_menu.aI('text=Stabilizer;url=product_type.asp?bigtype=Stabilizer;');unicom_sub_menu.aI('text=Home UPS;url=product_type.asp?bigtype=Home%20UPS;');unicom_sub_menu.aI('text=Frequency Converter;url=product_type.asp?bigtype=Frequency%20Converter;');unicom_sub_menu.aI('text=Inverter;url=product_type.asp?bigtype=Inverter;');unicom_sub_menu.aI('text=Battery;url=product_type.asp?bigtype=Battery;');unicom_sub_menu.aI('text=Software;url=product_type.asp?bigtype=Software;'); unicom_sub_menu = new menuname("unicom_3"); unicom_sub_menu.style = vertStyle; unicom_sub_menu.margin=3; unicom_sub_menu.aI('text=Aerospace;url=hangye.asp?ptype=Aerospace;');unicom_sub_menu.aI('text=Government;url=hangye.asp?ptype=Government;');unicom_sub_menu.aI('text=Financial market;url=hangye.asp?ptype=Financial%20market;');unicom_sub_menu.aI('text=Telecommunications;url=hangye.asp?ptype=Telecommunications;');unicom_sub_menu.aI('text=Army and safety;url=hangye.asp?ptype=Army%20and%20safety;');unicom_sub_menu.aI('text=Traffic Calling;url=hangye.asp?ptype=Traffic%20Calling;');unicom_sub_menu.aI('text=City Construct;url=hangye.asp?ptype=City%20Construct;');unicom_sub_menu.aI('text=Education;url=hangye.asp?ptype=Education;');unicom_sub_menu.aI('text=Oil Chemical;url=hangye.asp?ptype=Oil%20Chemical;');unicom_sub_menu.aI('text=Energy and utilities;url=hangye.asp?ptype=Energy%20and%20utilities;');unicom_sub_menu.aI('text=Healthcare;url=hangye.asp?ptype=Healthcare;');unicom_sub_menu.aI('text=Transportation;url=hangye.asp?ptype=Transportation;');unicom_sub_menu.aI('text=SME;url=hangye.asp?ptype=SME;'); unicom_sub_menu = new menuname("unicom_4"); unicom_sub_menu.style = vertStyle; unicom_sub_menu.margin=3; unicom_sub_menu.aI('text=Support Centre;url=service.asp?ptype=Support%20Centre;');unicom_sub_menu.aI('text=Trouble-Shooting;url=service.asp?ptype=Trouble-Shooting;');unicom_sub_menu.aI('text=FAQ and Glossary;url=service.asp?ptype=FAQ%20and%20Glossary;');unicom_sub_menu.aI('text=Online Service;url=service.asp?ptype=Online%20Service;');unicom_sub_menu.aI('text=Downloads;url=service.asp?ptype=Downloads;'); drawMenus(); clearTimeout(_mst); _mst=null; _startM=1;