fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
itemwidth=172;
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10";
fontstyle="normal";
headeroffbgcolor="#ffffff";
headercolor="#666666";
offbgcolor="#ffffff";
offcolor="#666666";
onbgcolor="#ffffff";
oncolor="#999999";
padding=3;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#333333";
separatorsize=1;
}

with(viewStyle=new mm_style()){
itemwidth=174;
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10";
fontstyle="normal";
offbgcolor="#999999";
offcolor="#ffffff";
onbgcolor="#999999";
oncolor="#333333";
padding=2;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
}

with(faqStyle=new mm_style()){
itemwidth=160;
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10";
fontstyle="normal";
headeroffbgcolor="#000000";
headercolor="#000000";
offbgcolor="#999999";
offcolor="#ffffff";
onbgcolor="#999999";
oncolor="#333333";
padding=2;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
}

with(linkStyle=new mm_style()){
itemwidth=164;
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10";
fontstyle="normal";
offbgcolor="#999999";
offcolor="#ffffff";
onbgcolor="#999999";
oncolor="#333333";
padding=2;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=181;
orientation="horizontal";
style=menuStyle;
top=11;
bgimage=
aI("showmenu=View;text=View the Car;");
}


with(milonic=new menuname("View")){
left=181;
overflow="scroll";
style=viewStyle;
top=11
aI("image=menuhead.gif;")
aI("text=Overview;url=/overview/overview.htm;")
aI("text=Restoration;url=/restoration/restoration.htm;")
aI("text=Body;url=/exterior/exterior.htm;")
aI("text=Interior;url=/interior/interior.htm;")
aI("text=Brakes & Wheels;url=/brakes/brakes.htm;")
aI("text=Motor;url=/motor/motor.htm;")
aI("image=menufoot.gif;")
}

drawMenus();


with(milonic=new menuname("FAQ")){
alwaysvisible=1;
left=359;
orientation="horizontal";
style=menuStyle;
top=11;
aI("showmenu=Milonic;text=FAQ;");
}


with(milonic=new menuname("Milonic")){
style=faqStyle;
top=11
aI("image=menuhead1.gif;")
aI("text=What's the over all design goal?;url=/design.htm;")
aI("text=What is that Roundel?;url=/questions/roundels.htm;")
aI("text=What brand are the rear seats?;url=/interior/interior6.htm;")
aI("text=What color is the interior?;url=/interior/interior11.htm;")
aI("text=How is the injection set up?;url=/questions/injectors.htm;")
aI("text=Whats up with that exhaust?;url=/questions/exhaust.htm;")
aI("text=What went into the seatbelts?;url=/questions/belts.htm;")
aI("text=How did you route drain tubing?;url=/questions/drain.htm;")
aI("image=menufoot1.gif;")
}

drawMenus();


with(milonic=new menuname("Links")){
alwaysvisible=1;
left=521;
orientation="horizontal";
style=menuStyle;
top=11;
aI("showmenu=Partners;text=Links;");
}

with(milonic=new menuname("Partners")){
style=linkStyle;
top=11
aI("image=menuhead2.gif;")
aI("text=2002 Twin Turbo Project;url=http://www.2002twinturbo.com;")
aI("text=Press Coverage;url=/press/press.htm;")
aI("text=Paul Cain: Biography;url=/bio.htm;")
aI("text=Contact Paul;url=/contact.htm;")
aI("text=Special Thanks;url=/thanks.htm;")
aI("image=menufoot2.gif;")
}

drawMenus();

