

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-5            // Sub menu left offset
_sidetop=200;


with(subStyle=new mm_style()){
onbgcolor="#47505C";
oncolor="#f0f0f0";
offbgcolor="#7E8EA1";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
separatorheight="1";
padding="2";
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="#f0f0f0";
pagebgcolor="#47505C";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="0";
// subimage="/images/10000/8000/188HO/arrow.gif";
onsubimage="/images/Image/onarrow.gif";
outfilter="randomdissolve(duration=0.2)";
overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#EAEAEA', Direction=135, Strength=3)";
pageimage="/images/Image/onimage.gif";
subimage="/images/Image/offarrow.gif";
}

with(mainStyle=new mm_style()){

}

		with(milonic=new menuname("nav1")){
			style=subStyle;
			margin=3;
			openstyle="up";
			itemwidth="125";
			aI("text=Browse by Brand;url=http://store.everybrandapparel.com/Merchant5/merchant.mvc?Screen=CTGY&Store_Code=everybrandapparel&Category_Code=BbB;");
			aI("text=Browse by Style;url=http://store.everybrandapparel.com/Merchant5/merchant.mvc?Screen=CTGY&Store_Code=everybrandapparel&Category_Code=BrowsebyStyle;");
			aI("text=Browse by Price;url=http://store.everybrandapparel.com/Merchant5/merchant.mvc?Screen=CTGY&Store_Code=everybrandapparel&Category_Code=BrowsebyPrice;");
			aI("text=Hats/Headwear;url=http://store.everybrandapparel.com/Merchant5/merchant.mvc?Screen=CTGY&Store_Code=everybrandapparel&Category_Code=HatsHeadwear;");
			aI("text=Bags;url=http://store.everybrandapparel.com/Merchant5/merchant.mvc?Screen=CTGY&Store_Code=everybrandapparel&Category_Code=Bags;");
			aI("text=Women's Apparel;url=http://store.everybrandapparel.com/Merchant5/merchant.mvc?Screen=CTGY&Store_Code=everybrandapparel&Category_Code=Womens;");
		
		}	
		
		with(milonic=new menuname("nav2")){
			style=subStyle;
			margin=3;
			openstyle="up";
			itemwidth="90";
			aI("text=About Us;url=/about.php;");
			aI("text=What Others Have Said About Us;url=/about.php#What_others_have_said;");
			aI("text=Store Policies;url=/about.php#Store_Policies;");
			aI("text=Contact us;url=/about.php;");
		
		}	
		
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			
			aI("image=/images/Image/mainnav1.jpg;url=/index.php;");
			aI("image=/images/Image/mainnav2.jpg;showmenu=nav1");
			aI("url=/about.php;image=/images/Image/mainnav3.jpg;");
			aI("url=/faq.php;image=/images/Image/mainnav4.jpg;");
			aI("url=/golf_tournament_orders.php;image=/images/Image/mainnav5.jpg;");
			aI("url=/embroidery_screenprinting.php;image=/images/Image/mainnav6.jpg;");
			aI("url=http://everybrandapparel.logomall.com;image=/images/Image/mainnav7.jpg;");
			aI("image=/images/Image/mainnav8.jpg;url=http://everybrandapparelblogfest.blogspot.com;");
			
		}

drawMenus();


