


_menuCloseDelay=400           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(TopMenuStyle=new mm_style()){
bgimage='/html/images/top_menu_option_bg_grey2.gif';
overbgimage='/html/images/top_menu_option_clickbg.gif';
clickbgimage='/html/images/top_menu_option_clickbg.gif';
clickcolor='white';
offbgcolor="#000000";
offcolor="#FFFFFF";
oncolor='white';
imagewidth="94px";
imageheight="20px";
itemwidth="86px";
itemheight="16px";
align="center";
valign='bottom';
borderwidth=0;
separatorcolor="#000000";
separatorsize="1";
padding=0;
fontsize="11px";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="white";
pagebgimage='/html/images/top_menu_option_clickbg.gif';
pagebgcolor="white";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="0";
//outfilter="randomdissolve(duration=0.3)";
rawcss="padding-right:0px;"
}


with(jeffStyle=new mm_style()){
onbgcolor="#4B0082";
oncolor="yellow";
offbgcolor="#ccccff";
offcolor="navy";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="bold";
fontfamily="Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/html/arrow.gif";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("TopMenu")){
style=TopMenuStyle;
top=85;
left=142;
alwaysvisible=1;
orientation="horizontal";
zindex=80;
aI("text=;status=;itemwidth=0;itemheight=0;padding=-50px;");
aI("text=RACING;status=TMS Racing;url=/html/index_racing.asp;showmenu=RACING;");
aI("text=REPAIR;status=TMS Service;url=/html/service.shtml;showmenu=TMSService;");
aI("text=ABOUT US;status=ABOUT TMS;url=/html/about.shtml;showmenu=AboutTMS;");
aI("text=CLASSIFIEDS;status=CLASSIFIEDS;url=/html/classifieds.asp;showmenu=CLASSIFIEDS;");
aI("text=CONTACT US;status=CONTACT US;url=/html/contact.shtml;");
aI("text=GALLERY;status=MEDIA;showmenu=MEDIA;");
aI("text=SHOP CART;status=SHOPPING CART;url=/html/order.asp;bgimage=/html/images/top_menu_option_bg_orng.gif;pagebgimage=/html/images/top_menu_option_bg_orng.gif;");
}

with(milonic=new menuname("RACING")){
style=jeffStyle;
overflow="scroll";
aI("text=Racing News;url=/html/index_racing.asp;");
aI("text=Race Schedule;url=/html/schedule.asp;");
aI("text=Racing Parts;url=/html/race_series.shtml;");
aI("text=Racing Photo Gallery;url=/html/gallery.asp;");
}

with(milonic=new menuname("TMSService")){
style=jeffStyle;
overflow="scroll";
aI("text=Our BMW Repair Facility;url=/html/service.shtml;");
aI("text=Examples of our Work;url=/html/photo_gallery.shtml;");
}

with(milonic=new menuname("AboutTMS")){
style=jeffStyle;
overflow="scroll";
aI("text=Our Company;status=ABOUT TMS: Our Company;url=/html/about.shtml;");
aI("text=The TMS Team;status=ABOUT TMS: TMS Team;url=/html/about.shtml#team;");
aI("text=Feedback From Our Customers;status=ABOUT TMS: Customer Feedback;url=/html/feedback.shtml;"); 
aI("text=Employment Opportunities;status=ABOUT TMS: Employment;url=/html/employment.shtml;"); 
}

with(milonic=new menuname("CLASSIFIEDS")){
style=jeffStyle;
overflow="scroll";
aI("text=BMW Cars for Sale;status=Classifieds: BMWs for Sale;url=/html/showadds.asp?Type=car;");
aI("text=BMW Parts for Sale;status=Classifieds: Parts for Sale;url=/html/showadds.asp?Type=parts;");
aI("text=BMW Want-Ads;status=Classifieds: BMW Want-Ads;url=/html/showadds.asp?Type=wanted;");
}

with(milonic=new menuname("Media")){
style=jeffStyle;
overflow="scroll";
aI("text=TMS Video Gallery;status=TMS Video Gallery;url=/html/video-gallery.shtml;");
aI("text=TMS Photo Gallery;status=TMS Photo Gallery;url=/html/photo_gallery.shtml;");
//aI("text=TMS Press Gallery;status=TMS Press Gallery;url=/html/press.shtml");
aI("text=Race Photo Gallery;status=Racing Photo Gallery;url=/html/gallery.asp;");
aI("text=Project Cars;status=Project Cars;showmenu=ProjectCars;");

}

with(milonic=new menuname("ProjectCars")){
style=jeffStyle;
overflow="scroll";
aI("text=Project 128i;status=Project 128i;url=/html/project_e82_128i.shtml;");
aI("text=Project E90 M3;status=Project E90 M3;url=/html/project_e90m3.shtml;");
aI("text=Project E46 M3;status=Project E46 M3;url=/html/project_e46m3.shtml;");
aI("text=Project E46 330i ZHP;status=Project E46 330i ZHP;url=/html/330.shtml;");
aI("text=Project E90 328 Grand-Am;status=Project E90 328 Grand-Am;url=/image/gallery/e90_buildups/index.shtml;");
aI("text=Project E30 M3;status=Project E30 M3;url=/html/project_e30m3.shtml;");
aI("text=Project McLaren F1;status=Project McLaren F1;url=/html/project_mclaren.shtml;");
aI("text=Project MINI Cooper S;status=Project MINI Cooper S;url=/html/project_mini.shtml;");

}


drawMenus();

