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="Verdana, Arial";
fontsize="10";
fontstyle="normal";
fontweight="bold";
align="right";
itemwidth="120";
itemheight="20";
valign="bottom";
headerbgcolor="#2F2A1F";
headercolor="#0064a4";
offbgcolor="#0064a4"; 
offcolor="#ffffff";
onbgcolor="#a3c643";
oncolor="#ffffff";
padding=9;
pagebgcolor="#a3c643"; // selected page
pagecolor="#ffffff";
separatorcolor="#b2b2b2";//2D729D
separatorsize=2;
subimage="";
subimagepadding=6;
}

with(menuStyle2=new mm_style()){
fontfamily="verdana,helvetica";
fontsize="60%";
fontstyle="normal";
fontweight="normal";
offbgcolor="#e5e5e5";
offcolor="#000000";
onbgcolor="#a3c643";
oncolor="#ffffff";
padding=3;
separatorcolor="#000000";
separatorsize=1;
itemwidth="240";
borderstyle="solid";
borderwidth=1;
pagebgcolor="#a3c643"; // selected page
pagecolor="#ffffff";
}

	with(milonic=new menuname('Main Menu')){
	alwaysvisible=1;
	overflow='scroll';
	style=menuStyle;
	menuwidth='600';
	orientation='horizontal';
	screenposition='center'; left='offset=197'; top='offset=62';
	aI("showmenu=About;text=About;url=index.cfm?pageName=About_Nearly_Famous;");aI("showmenu=Products;text=Products;url=index.cfm?pageName=Products;");aI("showmenu=Shows;text=Shows;url=index.cfm?pageName=Trade_Shows;");aI("showmenu=Links;text=Links;url=index.cfm?pageName=Links;");aI("showmenu=Downloads;text=Downloads;url=index.cfm?pageName=Downloads;");aI("showmenu=Contact;text=Contact;url=index.cfm?pageName=contact_us;");}
					with(milonic=new menuname("About")){
					overflow="scroll";
					style=menuStyle2;
				aI("text=Customer Service;url=index.cfm?pageName=Customer_Service;");aI("text=Image Gallery;url=index.cfm?pageName=ImageGallery;");aI("text=Video Gallery;url=index.cfm?pageName=VideoGallery;");}
					with(milonic=new menuname("Products")){
					overflow="scroll";
					style=menuStyle2;
				aI("showmenu=Aurora World;text=Aurora World;url=index.cfm?pageName=AuroraWorld;");aI("showmenu=Hydra;text=Hydra;url=index.cfm?pageName=Hydra;");aI("showmenu=Journals Unlimited;text=Journals Unlimited;url=index.cfm?pageName=Journals_Unlimited;");aI("showmenu=2 Monkey;text=2 Monkey;url=index.cfm?pageName=2monkey;");}
						with(milonic=new menuname("Aurora World")){
						overflow="scroll";
						style=menuStyle2;
					aI("text=Aurora Products;url=index.cfm?pageName=Aurora_Products;");aI("text=Aurora Displays;url=index.cfm?pageName=Aurora_Displays;");aI("text=Aurora Catalogues;url=index.cfm?pageName=Aurora_Catalogues;");}
						with(milonic=new menuname("Hydra")){
						overflow="scroll";
						style=menuStyle2;
					aI("text=Hydra Products;url=index.cfm?pageName=Hydra_Products;");aI("text=Hydra Displays;url=index.cfm?pageName=Hydra_Displays;");aI("text=Hydra Catalogues;url=index.cfm?pageName=Hydra_Catalogues;");}
						with(milonic=new menuname("Journals Unlimited")){
						overflow="scroll";
						style=menuStyle2;
					aI("text=Journals Unlimited Prodcts;url=index.cfm?pageName=JUProdcts;");aI("text=Journals Unlimited Displays;url=index.cfm?pageName=JUDisplays;");aI("text=Journals Unlimited Catalogues;url=index.cfm?pageName=jucatalogues;");}
						with(milonic=new menuname("2 Monkey")){
						overflow="scroll";
						style=menuStyle2;
					aI("text=2 Monkey Products;url=index.cfm?pageName=2MonkeyProducts;");aI("text=2 Monkey Displays;url=index.cfm?pageName=2MonkeyDisplays;");aI("text=2 Monkey Catalogues;url=index.cfm?pageName=2MonkeyCatalogues;");}
drawMenus();

