﻿fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=6;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="9px";
fontweight="bold";
headerbgcolor="#07223d";
headercolor="#ffffff";
offbgcolor="#07223d";
offcolor="#ffffff";
onbgcolor="#07223d";
oncolor="#ffff88";
padding=0;
pagebgcolor="#07223d";
pagecolor="#ffffff";
separatorcolor="#ffffff";
separatorsize=0;
subimage="/_img/transparent.gif";
subimagepadding=0;
}

with(subMenuStyle=new mm_style()){
align="left";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="9px";
fontweight="bold";
headerbgcolor="#07223d";
headercolor="#ffffff";
offbgcolor="#07223d";
offcolor="#ffffff";
onbgcolor="#07223d";
oncolor="#ffff88";
padding=2;
pagebgcolor="#07223d";
pagecolor="#ffffff";
separatorcolor="#ffffff";
separatorsize=1;
subimage="/_img/transparent.gif";
subimagepadding=0;
}

with(new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
position="relative";
aI("text=主页;url=/cn/");
aI("text= &nbsp; | &nbsp; ;url=/missing.html");
aI("showmenu=About;text=关于CETR;url=/cn/about/index.html;");
aI("text= &nbsp; | &nbsp; ;url=/missing.html");
aI("showmenu=Services;text=产品和服务;url=/cn/services/index.html;");
aI("text= &nbsp; | &nbsp; ;url=/missing.html");
aI("text=目录;url=/cn/login.html");
aI("text= &nbsp; | &nbsp; ;url=/missing.html");
aI("text=支持;url=/cn/support.html");
aI("text= &nbsp; | &nbsp; ;url=/missing.html");
aI("text=链接;url=/cn/links.html");
aI("text= &nbsp; | &nbsp; ;url=/missing.html");
aI("text=工作机会;url=/cn/employment.html");
aI("text= &nbsp; | &nbsp; ;url=/missing.html");
aI("text=联系我们;url=/cn/contact.html");
aI("text= &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ;url=/missing.html");
aI("text=[ English ];url=/eng/index.html"); // /cgi-bin/DJlang_redirect.cgi?L1=cn&L2=en
}

with(milonic=new menuname("About")){
style=subMenuStyle;
aI("text=管理;url=/cn/about/management.html;")
aI("text=站点导航 &nbsp; ;url=/cn/about/directions.html;")
aI("text=出版物发布 &nbsp;;url=/cn/about/press.html;")
}

with(milonic=new menuname("Services")){
style=subMenuStyle;
aI("text=涂层和薄膜;url=/cn/services/coatings.html;")
aI("text=润滑剂;url=/cn/services/lubricants.html;")
aI("text=摩擦研究;url=/cn/services/research.html;")
aI("text=微纳压痕;url=/cn/services/indentation.html;")
aI("text=生物医学;url=/cn/services/biomedical.html;")
aI("text=皮肤测试;url=/cn/services/skin-tests.html;")
aI("text=磁和光驱动;url=/cn/services/drives.html;")
aI("text=晶体抛光和平面化 &nbsp;;url=/cn/services/polishing.html;")
aI("text=电子接触器;url=/cn/services/contacts.html;")
aI("text=弹性体;url=/cn/services/elastomers.html;")
aI("text=纸张;url=/cn/services/paper.html;")
aI("text=紧固;url=/cn/services/fasteners.html;")
aI("text=ASTM标准测试 &nbsp;;url=/cn/services/astm-tests.html;")
aI("text=专业测试和测量 &nbsp;;url=/cn/services/witnessing.html;")
}

drawMenus();

