


_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="#990000";
oncolor="#cccccc";
offbgcolor="#990000";
offcolor="#ffffff";
separatorcolor="#990000";
separatorsize="20";
padding=5;
fontsize="12";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
headercolor="#000000";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=95)";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle1=new mm_style()){
onbgcolor="#cc9999";
oncolor="#000000";
offbgcolor="#cccccc";
offcolor="#000000";
separatorcolor="#990000";
separatorsize="1";
padding=5;
fontsize="10";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
headercolor="#000000";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=95)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=10;
left=10;
alwaysvisible=1;
orientation="horizontal";
position="relative"; 
aI("text=Home;url=http://www.bayviewmotors.tc/;status=Back To Home Page;");
aI("text=Retail Facility;showmenu=Retail Facility;");
aI("text=Products and Services;showmenu=Products and Services;");
aI("text=Car Chronicles;url=http://bayviewmotors.tc/carchronicles.htm");
aI("text=Partners;showmenu=Partners;");
}

with(milonic=new menuname("Retail Facility")){
style=menuStyle1;
aI("text=Sales Centre;url=http://bayviewmotors.tc/sales.htm;");
aI("text=Location;url=http://bayviewmotors.tc/contact.htm;");
aI("text=Business Hours;url=http://bayviewmotors.tc/contact.htm;");
aI("text=Staff Directory;url=http://bayviewmotors.tc/staff.htm;");
}

with(milonic=new menuname("Products and Services")){
style=menuStyle1;
aI("text=New Cars;url=http://bayviewmotors.tc/newcars.htm;");
aI("text=Used Cars;url=http://bayviewmotors.tc/usedcars.htm;");
aI("text=Parts and Service;url=http://bayviewmotors.tc/parts_service.htm;");
aI("text=Body Shop;url=http://bayviewmotors.tc/bodyshop.htm;");
aI("text=Corporate Program;url=http://bayviewmotors.tc/corporate.htm;");
aI("text=Leasing;url=http://bayviewmotors.tc/leasing.htm;");
aI("text=Monthly Specials;url=http://bayviewmotors.tc/specials.htm;");
aI("text=Request Quotation;url=http://bayviewmotors.tc/quotation.htm;");
}

with(milonic=new menuname("Partners")){
style=menuStyle1;
aI("text=Napa Auto Parts;url=http://www.napaonline.com;target=_blank");
aI("text=Avis Rent a Car;url=http://www.avis.tc;target=_blank");
}

drawMenus();
