
_menuCloseDelay=200           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

with(imgStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
borderwidth=0;
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
}

with(menuStyle=new mm_style()){
onbgcolor="#AAAAAA";
oncolor="#000000";
offbgcolor="#5E5E5E";
offcolor="#dddddd";
bordercolor="#4E72B7";
borderstyle="solid";
borderwidth=1;
separatorcolor="0";
separatorsize="1";
padding=4;
fontsize="70%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#4E72B7";
headercolor="#cccccc";
headerbgcolor="#423E3E";
overfilter="gradientwipe(size=1.00, wipestyle=1, motion=Forward, duration=0.3);Alpha(opacity=100);Shadow(color='#333333', Direction=135, Strength=5)";
outfilter="fade(overlap=1.00, duration=0.3)";
}

with(menu2Style=new mm_style()){
onbgcolor="#AAAAAA";
oncolor="#000000";
offbgcolor="#eeeeee";
offcolor="#333333";
bordercolor="#4E72B7";
borderstyle="solid";
borderwidth=1;
separatorcolor="0";
separatorsize="1";
padding=4;
fontsize="70%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#4E72B7";
headercolor="#cccccc";
headerbgcolor="#423E3E";
overfilter="gradientwipe(size=1.00, wipestyle=1, motion=Forward, duration=0.3);Alpha(opacity=100);Shadow(color='#333333', Direction=135, Strength=5)";
outfilter="fade(overlap=1.00, duration=0.3)";
}

with(topStyle=new mm_style()){
onbgcolor="0";
oncolor="#4E72B7";
offbgcolor="0";
offcolor="#333333";
bordercolor="#4E72B7";
borderstyle="solid";
borderwidth=0;
separatorcolor="0";
separatorsize="1";
padding=4;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
}

with(milonic=new menuname("Main Menu")){
style=imgStyle;
top=108;
left=5;
alwaysvisible=1;
orientation="horizontal";
aI("url=markets.htm;image=pics/b1-markets.gif;overimage=pics/b2-markets.gif;status=Markets/Applications;");
aI("url=processes.htm;image=pics/b1-processes.gif;overimage=pics/b2-processes.gif;status=Processes;");
aI("url=urethane.htm;image=pics/b1-sheet.gif;overimage=pics/b2-sheet.gif;status=Cast Urethane Sheets;");
aI("url=productdesign.htm;image=pics/b1-product.gif;overimage=pics/b2-product.gif;status=Product Development;");
aI("url=contact.htm;image=pics/b1-contact.gif;overimage=pics/b2-contact.gif;status=Product Development;");
aI("url=index.htm;image=pics/b1-home.gif;overimage=pics/b2-home.gif;status=Back to Home Page;");
}

drawMenus();


