
			_menuCloseDelay=500;           // The time delay for menus to remain visible on mouse out
			_menuOpenDelay=150;            // The time delay before menus open on mouse over
			_followSpeed=5;                // Follow scrolling speed
			_followRate=50;                // Follow scrolling Rate
			_subOffsetTop=15;               // Sub menu top offset
			_subOffsetLeft=-15;          // Sub menu left offset;
			_scrollAmount=3;               // Only needed for Netscape 4.x
			_scrollDelay=20;               // Only needed for Netcsape 4.x

			_EPMenuTop = 71;
			_EPMenuLeft = 340;



			with(menuStyleTop=new mm_style()){
			oncolor="#BD1708";
			offcolor="#FFFFFF";
			padding="4";
			fontsize="10pt";
			fontweight="bold";
			fontfamily="Verdana";
			itemheight="26px";
			}
			with(menuStyleSub=new mm_style()){
			//onbgcolor="white";
			oncolor="#BD1708";
			//offbgcolor="white";
			offcolor="#FFFFFF";
			bordercolor="black";
			borderstyle="solid";
			borderwidth=1;
			padding=5;
			fontsize="10pt";
			fontweight="bold";
			fontfamily="Verdana";
			menubgimage="images/toplinkbg.gif";
			onsubimage="images/onarrow.gif";
			subimage="images/offarrow.gif";
			//image="http://www.arkwreckingok.com/AWIS//e3portal/header/leftarrowoff.jpg";
			//overimage="http://www.arkwreckingok.com/AWIS//e3portal/header/leftarrowon.jpg";
			//subimagepadding="2";
			itemwidth="125px";
			}
with(milonic=new menuname("Main Menu")){
style=menuStyleTop;
top=_EPMenuTop;
left=_EPMenuLeft;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=index.html");
aI("text=Safety;url=safety.htm;showmenu=Safety;");
aI("text=Services;url=services.htm;");
aI("text=Projects;url=projects.htm;showmenu=Portfolio;");
aI("text=Contact Us;url=contactus.htm;");
}
with(milonic=new menuname("Safety")){
style=menuStyleSub;
}
with(milonic=new menuname("Portfolio")){
style=menuStyleSub;
aI("text=Completed Projects;url=completedprojects.htm;");
aI("text=References;url=references.htm;");
}

drawMenus();
