

_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=0;
separatorcolor="#2D729D";
separatorsize="0";
padding=0;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.3)";
}

with(submenuStyle=new mm_style()){
onbgcolor="#0099FF";
oncolor="#1F446E";
offbgcolor="#ffffff";
offcolor="#1F446E";
bordercolor="#F8C035";
borderstyle="solid";
borderwidth=2;
separatorcolor="#F8C035";
separatorsize="2";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="../images/trans_arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
postion="relative";
alwaysvisible=1;
orientation="vertical";
aI("image=/images/index_r6_c1.jpg;showmenu=howit;overimage=/images/index%20-%20nitrovan%20mouse%20over%20home_r6_c1.jpg;url=/howit.html");
}

with(milonic=new menuname("howit")){
style=submenuStyle;
top="offset=12";
left="offset=11";
aI("text=Through Precipitation;url=/howit2.html;");
aI("text=Through Grain Refinement;url=/howit3.html;");
}



drawMenus();

