
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=1               // Follow scrolling speed
_followRate=1                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(menuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#FFFFFF";
offcolor="#070362";
bordercolor="#070362";
borderstyle="solid";
borderwidth=2;
separatorcolor="#070362";
separatorsize="2";
padding=5;
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
fontfamily="Tahoma, Arial, Helvetica";
pagecolor="#695E06";
pagebgcolor="#FFFFFF";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
align="center";
top=75;
left=13;
//itemheight=42;
itemwidth=90;
alwaysvisible=1;
followscroll="1";
//orientation="horizontal";
aI("text=MSI<br>Home;url=default.asp;");
aI("text=About<br>MSI;showmenu=About;");
aI("text=Contact<br>MSI;url=contact.asp;status=Contact MSI;");
aI("text=Product<br>Solutions;showmenu=Products;");
aI("text=Product<br>Inquiry;showmenu=Product Inquiry;");
aI("text=MSI<br>Capabilities;url=capabilities.asp;status=Capabilities;");
aI("text=Case<br>Studies;showmenu=CaseStudies;");
aI("text=MSI<br>Quality;showmenu=MSIQuality;");
}

with(milonic=new menuname("Product Inquiry")){
style=menuStyle;
overflow="scroll";
aI("text=General Inquiry;url=general_inquiry.asp;");
aI("text=Request for Quotation;url=Master_RFQ.asp;");
}

with(milonic=new menuname("About")){
style=menuStyle;
overflow="scroll";
aI("text=History;url=history.asp;");
aI("text=Mission Statement;url=mission.asp;");
aI("text=Philosophy;url=philosophy.asp;");
aI("text=Values;url=values.asp;");
aI("text=Contact MSI;url=contact.asp;");
}

with(milonic=new menuname("Products")){
style=menuStyle;
overflow="scroll";
aI("text=Automatic Truck Loading;showmenu=ATL;url=sys_autotruckload.asp;");
aI("text=Line Feed;showmenu=LineFeed;url=sys_linefeed.asp;");
aI("text=Pallet & Container Conveyors;showmenu=PRConveyors;url=sys_prconveyor.asp;");
aI("text=Work Station;showmenu=WorkStation;url=sys_workstation.asp;");
aI("text=Racking Storage;showmenu=RackStorage;url=sys_rackstorage.asp;");
aI("text=Custom;showmenu=Custom;url=sys_custom.asp;");
}

	with(milonic=new menuname("ATL")){
	style=menuStyle;
	overflow="scroll";
	aI("url=sys_autotruckload.asp;image=images/banner_atl_solutions.jpg;");
	}
	
	with(milonic=new menuname("LineFeed")){
	style=menuStyle;
	overflow="scroll";
	aI("url=sys_linefeed.asp;image=images/banner_lf_solutions.jpg;");
	}
	
	with(milonic=new menuname("PRConveyors")){
	style=menuStyle;
	overflow="scroll";
	aI("url=sys_prconveyor.asp;image=images/banner_prc_solutions.jpg;");
	}
	
	with(milonic=new menuname("WorkStation")){
	style=menuStyle;
	overflow="scroll";
	aI("url=sys_workstation.asp;image=images/banner_ws_solutions.jpg;");
	}
	
	with(milonic=new menuname("RackStorage")){
	style=menuStyle;
	overflow="scroll";
	aI("url=sys_rackstorage.asp;image=images/banner_rs_solutions.jpg;");
	}
	
	with(milonic=new menuname("Custom")){
	style=menuStyle;
	overflow="scroll";
	aI("url=sys_custom.asp;image=images/banner_cus_solutions.jpg;");
	}

	
with(milonic=new menuname("CaseStudies")){
style=menuStyle;
aI("text=Ford Dearborn;url=FordDearborn.asp;");
}

with(milonic=new menuname("MSIQuality")){
style=menuStyle;
aI("text=Quality Policy;url=qualitypolicy.asp;");
aI("text=Quality System;url=qualitysystem.asp;");
}

drawMenus();


