

_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=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset




with(AllImagesStyle=new mm_style()){
bordercolor="#6A7966";
borderstyle="solid";
padding=3;
fontstyle="normal";
fontweight="normal";
}


with(menuStyle=new mm_style()){
onbgcolor="#172072";
oncolor="#ffffff";
offbgcolor="#172072";
offcolor="#ffffff";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#172072";
headercolor="#ffffff";
itemwidth=140;
headerbgcolor="#ffffff";
}



with(milonic=new menuname("profile")){
//left=155;
style=menuStyle;
overflow="scroll";

aI("text=About Us;url=about.asp;");
aI("text=WJ Towell;url=http://www.wjtowell.com;target='_blank';");
aI("text=Key People;url=key.asp;");

}

with(milonic=new menuname("auto")){
//left=45;
style=menuStyle;
overflow="scroll";

aI("text=Mazda;image=images/minimazdalogo.png;url=mazda/index.asp;");
aI("text=Seat;image=images/miniseatlogo.png;url=seat.asp;");
aI("text=Mahindra;image=images/minimahindralogo.png;url=mahindra.asp;");
aI("text=Temsa;image=images/minitemsalogo.png;url=temsa.asp ;");
aI("text=JAC Motors;image=images/minijaclogo.png;url=jac.asp ;");
aI("text=International;image=images/miniintlogo.png;url=truck.asp ;");
aI("text=Pre-owned;url=preowned.asp");
aI("text=Leasing;url=leasing.asp");
}



with(milonic=new menuname("compo")){
//left=260;
style=menuStyle;
overflow="scroll";

aI("text=Bridgestone;url=bridgestone/index.asp;image=images/minibridgelogo.png;");
aI("text=Total;url=total.asp;image=images/minitotal.png;");
aI("text=Vision Alert;url=vision.asp;");
aI("text=Monroe;;url=monroe.asp;image=images/miniMonroe.png;")
aI("text=Lucas;url=lucas.asp;");
aI("text=Towell Service Centre;url=service_towell.asp");
aI("text=Mazda genuine parts;url=service_mazda.asp");
aI("text=Replacement Parts;url=service_parts.asp");
aI("text=Antara Batteries;url=tyres_antara.asp;");
}



drawMenus();

