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=-10;

with(menuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="90%";
fontstyle="normal";
headerbgcolor="#AFD1B5";
headercolor="#000099";
offbgcolor="#E8ECEB";
offcolor="#515151";
onbgcolor="#4F8EB6";
oncolor="#FFFFFF"
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#CFE2D1";
pagecolor="#000066";
separatorcolor="#999999";
separatorsize=1;
subimage="images/arrow2.gif";
subimagepadding=2;
}


with(header=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="90%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#330099";
onbgcolor="#ffffff";
oncolor="#336633";
outfilter="";
overfilter="";
padding=3;
pagebgcolor="#ffffff";
pagecolor="#000000";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="15";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main menu")){
alwaysvisible=1;
left=5;
orientation="horizontal";
style=header;
top=150;
aI("text=<b>About Us</b>;showmenu=About Us;");
aI("text=<b>Parts & Services</b>;showmenu=Parts & Services;");
aI("text=<b>Hours & Directions</b>;showmenu=Hours & Directions;");
aI("text=<b>Testimonials</b>;showmenu=Testimonials;");
aI("text=<b>Guestbook</b>;url=guestbook/guestbook.php;");
aI("text=<b>Gallery</b>;url=custom_shop.php;");
aI("text=<b>Contact Us</b>;url=contact.php;");
}

with(milonic=new menuname("About Us")){
style=menuStyle;
aI("text=Luthiers;url=luthiers.php;");
aI("text=Home Page;url=index.php;");
aI("text=Links;url=links/links.php;");
}

with(milonic=new menuname("Parts & Services")){
style=menuStyle;
aI("text=Repairs & Services;url=repairs.php;");
aI("text=Parts & Accesories;url=parts.php;");
aI("text=Custom Shop;url=custom_shop.php;");
aI("text=Amp Guy;url=amp_guy.php;");
}

with(milonic=new menuname("Hours & Directions")){
style=menuStyle;
aI("text=Shop Hours;url=hours.php;");
aI("text=Driving Directions;url=directions.php;");
}

with(milonic=new menuname("Testimonials")){
style=menuStyle;
aI("text=Testimonials;url=testimonials.php;");
aI("text=Guestbook;url=guestbook/guestbook.php;");
}



drawMenus();
