fixMozillaZIndex=false; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=200;
_menuOpenDelay=0;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
bordercolor="#ffffff";//296488
borderstyle="solid";
borderwidth=0;
fontfamily="Tahoma, Verdana, Arial";
fontsize="12";
fontstyle="normal";
headerbgcolor="#002779";
headercolor="#002779";
offbgcolor="#002779"; 
offcolor="#ffffff";
onbgcolor="#000";
oncolor="#fff";
padding=10;
pagebgcolor="#000"; // selected page
pagecolor="#fff";
separatorcolor="#000";//2D729D
separatorsize=1;
//subimage="images/arrow.gif";
subimagepadding=2;
}

	with(milonic=new menuname('Main Menu')){
	alwaysvisible=1;
	overflow='scroll';
	style=menuStyle;
	menuwidth='772';
	orientation='horizontal';
	aI("showmenu=Home;text=Home;url=index.cfm?pageName=home;");aI("showmenu=Servicing;text=Servicing;url=index.cfm?pageName=servicing;");aI("showmenu=Performance Products;text=Performance Products;url=index.cfm?pageName=packages;");aI("showmenu=Projects;text=Projects;url=index.cfm?pageName=projects;");aI("showmenu=Mutimedia;text=Mutimedia;url=index.cfm?pageName=dyno_runs;");aI("showmenu=Dyno Sheets;text=Dyno Sheets;url=index.cfm?pageName=dyno_sheets;");aI("showmenu=News;text=News;url=index.cfm?pageName=news;");aI("showmenu=Testimonials;text=Testimonials;url=index.cfm?pageName=testimonials;");aI("showmenu=Contact;text=Contact;url=index.cfm?pageName=contact_us;");}
					with(milonic=new menuname("Performance Products")){
					overflow="scroll";
					style=menuStyle;
				aI("text=Holden/HSV;url=index.cfm?pageName=australian_performance;");aI("text=European Performance;url=index.cfm?pageName=european_performance;");}
					with(milonic=new menuname("Mutimedia")){
					overflow="scroll";
					style=menuStyle;
				aI("text=Dyno Runs;url=index.cfm?pageName=dyno_runs;");aI("text=Photos;url=index.cfm?pageName=photos;");aI("text=Videos;url=http://www.youtube.com/user/sonnymad#p/u;target=_blank");}
drawMenus();
