


_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(menuStyle=new mm_style()){
bgimage='images/menu_option_bg.gif';
overbgimage='images/menu_option_clickbg.gif';
clickbgimage='images/menu_option_clickbg.gif';
clickcolor="#0033CC";
offbgcolor="#000000";
offcolor="white";
oncolor="#0033CC";
imagewidth="144";
imageheight="22";
itemwidth="144";
itemheight="22";
align="right";
valign='bottom';
borderwidth=0;
separatorcolor="#000000";
separatorsize="0";
padding=2;
fontsize="11";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="#0033CC";
pagebgimage='images/menu_option_clickbg.gif';
pagebgcolor="white";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="0";
//outfilter="randomdissolve(duration=0.3)";
rawcss="padding-right:12px;"
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=85;
left=0;
alwaysvisible=1;
overflow="scroll";
aI("image=images/sidebar/Homepage_final_02_01_racing.gif;status=Turner Motorsport Racing;imageheight=22");
aI("url=index_racing.asp;text=NEWS;status=Racing News");
aI("url=schedule.asp;text=SCHEDULE;status=Race Schedule");
aI("url=gallery.asp;text=GALLERY;status=Racing Gallery");
aI("url=drivers.asp;text=DRIVERS;status=Drivers for 2009");
aI("url=past_drivers.asp;text=PAST DRIVERS;status=Past Drivers");
aI("url=tms_racecars.asp;text=TMS RACECARS;status=Race Cars");
aI("url=sponsors.asp;text=OUR SPONSORS;status=Sponsors");
aI("url=sponsorus.asp;text=SPONSOR US;status=Sponsorship Opportunities");
aI("url=show_category.asp?txtsearchParamCat=TMS Gear;text=TMS RACING GEAR;status=TMS Racing Gear");
aI("url=moreracing.asp;text=MORE TMS RACING;status=TMS Racing in other series");
}



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="arrow.gif";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

drawMenus();

