_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10           // Sub menu left offset
with(menuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=3;
fontsize="90%";
fontstyle="normal";
fontfamily="Verdana";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="1";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='+shadowcolor+', Direction=135, Strength=0)";
outfilter="randomdissolve(duration=0.3)";
}
with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
orientation="horizontal";
aI("text=About Us;showmenu=AboutUs;url=index.htm;");
aI("text=News;showmenu=News;");
aI("text=Products;url=products.asp?vItemType=sum;showmenu=Products;");
aI("text=Technical;url=technical.aspx;");
aI("text=Representatives;url=representative.asp;");
aI("text=Contact Us;url=contact.aspx;");
aI("text=Login;url=login.aspx;");
aI("text=Register;url=register.asp;");
}
with(milonic=new menuname("AboutUs")){
style=menuStyle;
aI("text=Overview;url=overview.asp;");
aI("text=Product Warranty;url=warranty.asp;");
aI("text=Application Guarantee;url=guarantee.asp;");
}
with(milonic=new menuname("News")){
style=menuStyle;
aI("text=Press Releases;url=pressrelease.asp;");
}
with(milonic=new menuname("Products")){
style=menuStyle;
aI("text=Guided Wave Radar Transmitters;url=products.asp?vItemType=cat&vCatType=1&vTypeDesc=Guided Wave Radar Transmitters;");
aI("text=Laser Transmitters;url=products.asp?vItemType=cat&vCatType=2&vTypeDesc=Laser Transmitters;");
aI("text=Ultrasonic Transmitters;url=products.asp?vItemType=cat&vCatType=3&vTypeDesc=Ultrasonic Transmitters;");
aI("text=Vibrating Level Switches;url=products.asp?vItemType=cat&vCatType=4&vTypeDesc=Vibrating Level Switches;");
aI("text=RF Level Controls;url=products.asp?vItemType=cat&vCatType=5&vTypeDesc=RF Level Controls;");
aI("text=Paddle Switches;url=products.asp?vItemType=cat&vCatType=6&vTypeDesc=Paddle Switches;");
aI("text=Plumb Bob Device;url=products.asp?vItemType=cat&vCatType=7&vTypeDesc=Plumb Bob Device;");
aI("text=Specialty Instruments;url=products.asp?vItemType=cat&vCatType=8&vTypeDesc=Specialty Instruments;");
aI("text=Field Indicators;url=products.asp?vItemType=cat&vCatType=9&vTypeDesc=Field Indicators;");
aI("text=Literature Request Form;url=http://www.asiinstruments.com/asiadmin/ForceDownload.aspx?varFileName=LRF-0402-1 Rev A (04-2005).pdf&varFileType=DATASHEET;");
}
drawMenus();
