


_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="#293442";
oncolor="#F20D0D";
offbgcolor="#293442";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=3;
fontsize="65%";
fontstyle="normal";
fontfamily="Arial";
pagecolor="white";
pagebgcolor="#FF0000";
headercolor="#FFFFFF";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="3";
subimageborderwidth=1;
overfilter="Fade(duration=0.2);Alpha(opacity=95);";
outfilter="randomdissolve(duration=0.1)";
}

with(milonic=new menuname("Home Menu")){
style=menuStyle;
screenposition="top;left"
top="offset=6";
left="offset=350";
alwaysvisible=1;
orientation="horizontal";
aI("image=../images/buttons/buthomeoff.jpg;overimage=../images/buttons/buthomeon.jpg;url=index.asp;target=_parent");
}

with(milonic=new menuname("Company Menu")){
style=menuStyle;
screenposition="top;left"
top="offset=6";
left="offset=428";
alwaysvisible=1;
orientation="horizontal";
aI("image=../images/buttons/butcompanyoff.jpg;overimage=../images/buttons/butcompanyon.jpg;showmenu=company;url=profile.asp;target=_parent");
}

with(milonic=new menuname("Courses Menu")){
style=menuStyle;
screenposition="top;left"
top="offset=6";
left="offset=514";
alwaysvisible=1;
orientation="horizontal";
aI("image=../images/buttons/butcoursesoff.jpg;overimage=../images/buttons/butcourseson.jpg;showmenu=courses;url=courses.asp;target=_parent");
}

with(milonic=new menuname("News Menu")){
style=menuStyle;
screenposition="top;left"
top="offset=6";
left="offset=591";
alwaysvisible=1;
orientation="horizontal";
aI("image=../images/buttons/butnewsoff.jpg;overimage=../images/buttons/butnewson.jpg;showmenu=news;url=news.asp;target=_parent");
}

with(milonic=new menuname("Voss Shop Menu")){
style=menuStyle;
screenposition="top;left"
top="offset=6";
left="offset=673";
alwaysvisible=1;
orientation="horizontal";
aI("image=../images/buttons/butvossshopoff.jpg;overimage=../images/buttons/butvossshopon.jpg;showmenu=vossshop;url=scpro/products/intro.asp;target=_parent");
}

with(milonic=new menuname("company")){
style=menuStyle;
screenposition="top;left"
top="offset=25";
left="offset=428";
aI("text=About Us;url=profile.asp;target=_parent");
aI("text=Contact Us;url=contactus.asp;target=_parent");
aI("text=Terms and Conditions;url=scpro/trolley/terms.asp;target=_parent");
aI("text=Instructor Vacancies;url=instructor.asp;target=_parent");
}

with(milonic=new menuname("courses")){
style=menuStyle;
screenposition="top;left"
top="offset=25";
left="offset=514";
aI("text=Courses&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;url=courses.asp;target=_parent");
aI("text=After Care;url=aftercare.asp;target=_parent");
aI("text=Contact Us;url=contactus.asp;target=_parent");

}

with(milonic=new menuname("news")){
style=menuStyle;
screenposition="top;left"
top="offset=25";
left="offset=591";
aI("text=News;url=news.asp;target=_parent");
aI("text=Bulletin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;url=bulletin.asp;target=_parent");
aI("text=Q&A;url=qanda.asp?place=about;target=_parent");
}

with(milonic=new menuname("vossshop")){
style=menuStyle;
screenposition="top;left"
top="offset=25";
left="offset=673";
aI("text=RTITB;url=scpro/products/prodcatprod.asp?category=131&page=1&locate=locateprod.asp;target=_parent");
aI("text=Manuals;url=scpro/products/prodcatprod.asp?category=130&page=1&locate=locateprod.asp;target=_parent");
aI("text=Vu foils&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=scpro/products/prodcatprod.asp?category=135&page=1&locate=locateprod.asp;target=_parent");
}


drawMenus();
