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()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#BCB87D";
headercolor="#9A3B18";
offbgcolor="#BCB87D";
offcolor="#9A3B18";
onbgcolor="#9A3B18";
oncolor="#BCB87D";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#BCB87D";
pagecolor="#9A3B18";
separatorcolor="#2D729D";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative";
orientation="vertical";
style=menuStyle;
aI("status=Back To Home Page;text=Home;url=default.asp;");
aI("text=Products;url=product.asp;");
aI("text=NEW -> Purchase Online;url=shopping.asp;;fontweight=bold;");
aI("text=Completed Projects;url=Samples.asp;");
aI("text=Color Samples;url=colors.asp;");
aI("text=Custom Swatches;url=CustomSwatches.asp;");
aI("text=Artwork;url=http://www.VaughnKirkland.com;");
aI("text=Find Local Dealer;url=dealers.asp;");
aI("text=Become a Dealer;url=contactus.asp;");
aI("text=Find Certified Installer;url=installers.asp;");
aI("text=Be a Certified Installer;url=installercontact.asp;");
aI("text=Before and After;url=BeforeAfter.asp;");
aI("text=Vella News;url=News.asp;");
aI("text=DVD;url=DVD.asp;");
aI("text=How To Instructions;url=demo.asp;");
aI("text=Metallic Mix Instructions;url=MetallicMixing.asp;");
aI("text=Tools;url=Tools.asp;");
aI("text=MSDS;url=MSDS.asp;");
aI("text=About Us;url=About.asp;");
aI("status=Contact Us;text=Contact us;url=contactus.asp;");
}

drawMenus();


