

_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="#333333";
borderstyle="solid";
padding=3;
fontstyle="normal";
fontweight="normal";

}


with(menuStyle=new mm_style()){
bordercolor="#333333";
borderbottom="#333333";
borderright="#333333";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10px";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#333333";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#ffffff";
oncolor="#FF0000";
pagecolor="black";
separatorcolor="#000000";
separatorbottom="#333333";
separatorright="#333333";
separatorsize=1;
offclass="opaque";
onclass="trans";
//overfilter="Alpha(opacity=50)";
//onfilter="Alpha(opacity=50)";

}




with(milonic=new menuname("way")){
//left=300;
style=menuStyle;
overflow="scroll";
openstyle="up";
overfilter="Alpha(opacity=50)";
aI("text=Bridgestone Corporation;showmenu=way1;");
aI("text=Towell Auto Centre;url=http://www.towellauto.com/tac/index.asp;");
/*aI("text=Bridgestone Oman");*/
aI("text=Press Releases;url=http://www.towellauto.com/tac/press.asp;");

}

with(milonic=new menuname("way1")){
//left=45;
style=menuStyle;
overflow="scroll";
openstyle="up";
aI("text=Philosophy & Strategy;url=corporate/philosophy.asp");
aI("text=Corporate Information;url=corporate/info.asp");
aI("text=History;url=corporate/history.asp");

}

with(milonic=new menuname("prods")){
//left=45;
style=menuStyle;
overflow="scroll";
openstyle="up";
aI("text=Tyres - Products;showmenu=prod1;");
aI("text=New Technologies;url=ops/newtech.asp");
/*aI("text=Ware Housing");*/
aI("text=Promotions;url=ops/promotions.asp");
aI("text=Tyre Selector;url=http://www.bridgestone-mea.com/tyrefinder_mideast.aspx;target=_blank");

}


with(milonic=new menuname("prod1")){
//left=45;
style=menuStyle;
overflow="scroll";
openstyle="up";
aI("text=Passenger Car/SUV;url=ops/suv.asp;");
aI("text=Commercial Vehicle;url=ops/comm.asp;");

}

with(milonic=new menuname("TCP")){
//left=260;
style=menuStyle;
overflow="scroll";
openstyle="up";
aI("text=Tyre Care Plus;url=tcp/tyrecare.asp");
aI("text=Truck Centre;url=tcp/tc.asp");

}

with(milonic=new menuname("safety")){
//left=260;
style=menuStyle;
overflow="scroll";
openstyle="up";
aI("text=Bridgestone Tyre Safety;url=safety/safety.asp");
aI("text=Think before you drive;url=safety/think.asp");
aI("text=Run Flat Tyres;url=safety/rft.asp");

}


drawMenus();

