
_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=150;


with(subStyle=new mm_style()){
onbgcolor="#5BB6BB";
oncolor="#f0f0f0";
offbgcolor="#A3A3A3";
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="#3B8185";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="0";
// subimage="/images/10000/8000/188HO/arrow.gif";
onsubimage="/images/Image/onarrow.gif";
outfilter="randomdissolve(duration=0.2)";

pageimage="/images/Image/onimage.gif";
subimage="/images/Image/offarrow.gif";
}

with(mainStyle=new mm_style()){

}

	with(milonic=new menuname("nav1")){
			style=subStyle;
		itemwidth="70";
			aI("text=About Us;url=/about.php;");
			aI("text=Contact & Directions;url=/contact.php;");
		}
		with(milonic=new menuname("nav2")){
			style=subStyle;
			margin=3;
		
			aI("text=Photo Gallery;url=/photo.php;");
			
		}
		
		with(milonic=new menuname("nav3")){
			style=subStyle;
			margin=3;
		
			aI("text=About the Petroleum Product Division;url=/petroleum_about.php;");
			aI("text=Order Information;url=/petroleum_order.php;");
			aI("text=Warranty Information;url=/petroleum_warranty.php;");
			aI("text=Request More Information;url=/petroleum_request.php;");
			aI("text=Social Media;url=/socialmedia.php;");
			//aI("text=Online Store;url=http://stores.faithhighway.com/Merchant5/merchant.mvc?Screen=SFNT&Store_Code=PICC&Category_Code=STFTP");
			aI("text=Online Store;url=/comingsoon.php");
			aI("text=Catalog;url=/catalog.php;");
			
		}
		with(milonic=new menuname("nav4")){
			style=subStyle;
			margin=3;
		
			aI("text=About the OEM Division;url=/oem_about.php;");
			aI("text=Membrane Switches;url=/oem_membrane.php;");
			aI("text=Graphic Overlays;url=/oem_overlays.php;");
			aI("text=Other Products;url=/oem_other.php;");			
			aI("text=Request More Information;url=/oem_info.php;");
			
		}
		
		with(milonic=new menuname("nav5")){
			style=subStyle;
			margin=3;
		
			aI("text=About the Marketing Product Division;url=/marketing_about.php;");
			aI("text=Banners & Signage;url=/marketing_banners.php;");
			aI("text=POS Displays;url=/marketing_pos.php;");
			aI("text=Promotional Products;url=/marketing_promo.php;");
			aI("text=Request More Information;url=/marketing_info.php;");
			aI("text=Social Media;url=/marketingsocialmedia.php;");
			
		}
		
		
			
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			orientation="horizontal";
			position="relative";
			aI("image=/images/Image/nav1.jpg;type=header;");
			aI("image=/images/Image/nav2.jpg;url=/index.php;");
			aI("image=/images/Image/nav3.jpg;url=/about.php;showmenu=nav1;");
			aI("image=/images/Image/nav4.jpg;url=/petroleum_about.php;showmenu=nav3;");
			aI("image=/images/Image/nav5.jpg;url=/oem_about.php;showmenu=nav4;");
			aI("image=/images/Image/nav6.jpg;url=/marketing_about.php;showmenu=nav5;;");
			aI("image=/images/Image/nav7.jpg;url=/photo.php;");
			aI("image=/images/Image/nav8.jpg;url=/contact.php;");
		}




drawMenus();



