


_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=50              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset

darkblue = "#006699"
mediumblue = "#AFD1F4"
lightblue = "#C8E0F8"

with(menuStyle=new mm_style()){

//onbgcolor=mediumblue;
//oncolor=darkblue;
//offbgcolor=darkblue;
//offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
//itemwidth=110;
//itemheight=20;
separatorcolor="#666666";
separatorsize="1";
padding=0;
//fontsize="83.333%";
//fontstyle="bold";
//fontfamily="Verdana, Tahoma, Arial";
//pagecolor=darkblue;
//pagebgimage="/javascript/overbgmenu.gif";
//headercolor=darkblue;
//headerbgcolor="#000000";
//subimage="/javascript/bgmenu.gif";
//oversubimage="/javascript/bgmenu.gif";
//overbgimage="/javascript/overbgmenu.gif";
//subimagepadding="0";
//image="/javascript/bgmenu.gif";
//imageposition="right";
//swap3d="true";
//followscroll="100,50,3";
//overfilter="Blinds(duration=0.2; direction='down'; bands=1)";
//outfilter="Blinds(duration=0.2; direction='up'; bands=1)";
//transitions available Barn, Blinds, CheckerBoard, Fade, GradientWipe, Inset, Iris, Pixelate, RadialWipe, RandomBars, RandomDissolve, Slide, Spiral, Stretch, Strips, Wheel, and Zigzag;
//see http://msdn.microsoft.com/library/default.asp?url=/workshop/author/filter/filters.asp
}

with(submenuStyle=new mm_style()){
//onbgcolor=mediumblue;
//oncolor=darkblue;
//offbgcolor=lightblue;
//offcolor=darkblue;
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="0";
padding=0;
//fontsize="83.333%";
//fontstyle="bold";
//fontfamily="Verdana, Tahoma, Arial";
//pagecolor=darkblue;
//pagebgcolor=mediumblue;
//headercolor=darkblue;
//headerbgcolor="#ffffff";
//subimage=""; //"arrow.gif";
//subimagepadding="2";
overfilter="Blinds(duration=0.2; direction='down'; bands=1)";
outfilter="Blinds(duration=0.2; direction='up'; bands=1)";
//followscroll="100,50,3";
//transitions available Barn, Blinds, CheckerBoard, Fade, GradientWipe, Inset, Iris, Pixelate, RadialWipe, RandomBars, RandomDissolve, Slide, Spiral, Stretch, Strips, Wheel, and Zigzag;
//see http://msdn.microsoft.com/library/default.asp?url=/workshop/author/filter/filters.asp
}

with(milonic=new menuname("Main Menu")){
//followscroll="100,1";
style=menuStyle;
top="offset=0"
//left=18;
alwaysvisible=1;
orientation="horizontal";
aI("image=https://www.mobilecorp.com.au/newsite/image/head/m1.png;overimage=https://www.mobilecorp.com.au/newsite/image/head/m1_over.png;url=http://www.mobilecorp.com.au/newsite/aboutus.asp;target=_self");
aI("image=https://www.mobilecorp.com.au/newsite/image/head/m2.png;overimage=https://www.mobilecorp.com.au/newsite/image/head/m2_over.png;url=http://www.mobilecorp.com.au/newsite/product.asp?p=2;target=_self");
aI("image=https://www.mobilecorp.com.au/newsite/image/head/m3.png;overimage=https://www.mobilecorp.com.au/newsite/image/head/m3_over.png;url=http://www.mobilecorp.com.au/newsite/product.asp?p=5;target=_self");
aI("image=https://www.mobilecorp.com.au/newsite/image/head/m4.png;overimage=https://www.mobilecorp.com.au/newsite/image/head/m4_over.png;url=https://www.mobilecorp.com.au/ssl/Order/basket.asp;target=_self");
aI("image=https://www.mobilecorp.com.au/newsite/image/head/m5.png;overimage=https://www.mobilecorp.com.au/newsite/image/head/m5_over.png;url=http://www.mobilecorp.com.au/newsite/contactus.asp;target=_self");
}

drawMenus();
