_menuCloseDelay=400           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0           // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0           // Sub menu left offset




with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#0471AD";
offbgcolor="#0471AD";
offcolor="#ffffff";
//bordercolor="";
borderstyle="solid";
borderwidth=1;
separatorcolor="";
separatorsize="1";
pagecolor="#211D70";
padding=2;
fontsize="12";
fontfamily="Verdana";
onbold=0;
fontweight="bold";
//menubgimage="imma/gri_scuro.gif";//
subimage="/js/arrow.gif";
subimagepadding=4;
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#000000', Direction=135, Strength=4)";//
}

with(menuStyleSub=new mm_style()){
onbgcolor="#ffffff";
oncolor="#0471AD";
offbgcolor="#0471AD";
offcolor="#ffffff";
bordercolor="";
borderstyle="solid";
borderwidth=1;
separatorcolor="";
separatorsize="2";
pagecolor="#211D70";
padding=2;
fontsize="12";
fontfamily="Verdana";
onbold=0;
fontweight="bold";
//fontweight="bold";//
//menubgimage="imma/gri_scuro.gif";//
//subimage="js/arrow.gif";
subimagepadding=4;
overfilter="Fade(duration=0.0);Alpha(opacity=100);Shadow(color=#000000', Direction=135, Strength=1)";//
}

with(milonic=new menuname("corsi")){
style=menuStyleSub;
overflow="scroll";
menuwidth=130;
align="left";
itemwidth="100%";
top="offset=0";
left="offset=0";
aI("text=THE TRACK;url=/new/eng/dispista.php;");
aI("text=THE STAFF;url=/new/eng/staff.php;");
aI("text=THE VEHICLES;url=/new/eng/vetturepp.php;");
aI("text=THE PROGRAM;url=/new/eng/metodi.php;");
aI("text=PRICE LIST;url=/new/eng/prezzipp.php;");
aI("text=RESERVATIONS;url=/new/eng/posta.php;");
}
with(milonic=new menuname("photo")){
style=menuStyleSub;
overflow="scroll";
menuwidth=130;
align="left";
itemwidth="100%";
top="offset=0";
left="offset=0";
aI("text=PORSCHE;url=/new/eng/porsche.php;");
aI("text=BUGATTI;url=/new/eng/bugatti.php;");
aI("text=LANCIA DELTA;url=/new/eng/delta.php;");
aI("text=FERRARI;url=/new/eng/ferrari.php;");
aI("text=MITSUBISHI;url=/new/eng/mitsu.php;");
aI("text=SUBARU;url=/new/eng/subaru.php;");
aI("text=VARIOUS;url=/new/eng/varie.php;");
aI("text=DISABLED PERSONS;url=/new/eng/disabili.php;");
aI("text=VIP;url=/new/eng/vip.php;");
aI("text=DRIVERS;url=/new/eng/piloti.php;");
aI("text=TRACK;url=/new/eng/fotopista.php;");
aI("text=AMBULANCE;url=/new/eng/118.php;");

}


drawMenus();
