   


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // 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="#6699cc";
oncolor="#ffffff";
offbgcolor="#6699cc";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=4;
separatorcolor="#ffffff";
separatorsize="0";
padding=10;
fontsize="65%";
fontstyle="bold";
fontweight="bold";
fontfamily="Verdana,Arial";
fontcolor="#ffffff";
pagecolor="#ffffff";
pagebgcolor="#6699cc";
headercolor="#000000";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle2=new mm_style()){
onbgcolor="#013567";
oncolor="#ffffff";
offbgcolor="#013567";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=3;
fontsize="70%";
fontstyle="bold";
fontweight="bold";
fontfamily="Verdana,Arial";
fontcolor="#99ffff";
pagecolor="#ffffff";
pagebgcolor="#013567";
headercolor="#000000";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle3=new mm_style()){
onbgcolor="#6699cc";
oncolor="#ffffff";
offbgcolor="#6699cc";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=3;
fontsize="70%";
fontstyle="bold";
fontweight="bold";
fontfamily="Verdana,Arial";
fontcolor="#ffffff";
pagecolor="#ffffff";
pagebgcolor="#6699cc";
headercolor="#000000";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=99;
left=240;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=index.htm;status=Home;");
aI("text=|;");
aI("text=Our Principals;url=principals.htm;status=Our Principals;");
aI("text=|;");
aI("text=Product Range;url=product_range.htm;status=Product Range;");
aI("text=|;");
aI("text=About Us;url=about_us.htm;status=About Us;");
aI("text=|;");
aI("text=Contact Us;url=contact_us.htm;status=Contact us");
}




drawMenus();

