_scrollAmount=3      // Used for Netscape 4 scrolling
_scrollDelay=20	     // Used for Netscape 4 scrolling
_menuCloseDelay=20  // The delay for menus to remain visible on mouse off
_menuOpenDelay=10   // The delay for opening menus on mouse over
_subOffsetTop=0;     // Sub menu offset Top position
_subOffsetLeft=0;  // Sub menu offset Left position

/////////////////////////////////////////////////main style
with(main=new mm_style()){
     onbgcolor = "";
       oncolor = "#918f90"; //text
    offbgcolor = "";
      offcolor = "#ffffff"; //text
   bordercolor = "";
   borderstyle = "";
separatorcolor = "";
 separatorsize = 0;
       padding = 3;
      fontsize = "11px";
     fontstyle = "normal";
    fontweight = "bold";
    fontfamily = "arial";

}
/////////////////////////////////////////////////sub style
with(sub=new mm_style()){
     onbgcolor = "#ffde00";
       oncolor = "#918f90"; //text
    offbgcolor = "#918f90";
      offcolor = "#ffffff"; //text
   bordercolor = "#77726E";
   //borderstyle = "solid";
separatorcolor = "";
 separatorsize = 0;
       padding = 5;
      fontsize = "11px";
     fontstyle = "normal";
    fontweight = "bold";
    fontfamily = "arial";

}
///////////////////////////////////////////////////////////home
with(milonic=new menuname("mainmenu2")){_c=1
top = 151;
//left = 4;
//itemwidth=20;
screenposition="relative"
borderwidth = 1;
style = main;
alwaysvisible = 1;
orientation="horizontal"
itemheight=34;

aI("text=Home;url=default.asp");
aI("image=images/common/lines_nav.gif;type=header;");
aI("text=About Us;url=aboutus.asp");
aI("image=images/common/lines_nav.gif;type=header;");
aI("text=Heavy Lift Services;url=heavylift.asp;showmenu=heavylift");
aI("image=images/common/lines_nav.gif;type=header;");
aI("text=Equipment Hire;url=equiphire.asp;showmenu=equiphire");
aI("image=images/common/lines_nav.gif;type=header;");
aI("text=Project Gallery;url=projectgallery.asp");
aI("image=images/common/lines_nav.gif;type=header;");
aI("text=Contact Us;url=contactus.asp;");
}

	with(milonic=new menuname("heavylift")){_c=1
	top = 185;
	itemwidth = 220;
	style = sub;
	aI("text=• &nbsp;Project Shipping;url=heavylift.asp");
	aI("text=• &nbsp;Heavy Lift Configurations;url=heavyliftconfig.asp");
	aI("text=• &nbsp;Logistics Support;url=heavyliftlogistics.asp");
	aI("text=• &nbsp;Jacking, Skidding & Weighing;url=heavylift_jackingskiddingweighing.asp");
	}
	
	with(milonic=new menuname("equiphire")){_c=1
	top = 185;
	itemwidth = 175;
	style = sub;
	aI("text=• &nbsp;Beams;url=equiphire_beams.asp");
	aI("text=• &nbsp;Stools;url=equiphire_stools.asp");
	aI("text=• &nbsp;Slings, Chains & Ropes;url=equiphire_slings.asp");
	aI("text=• &nbsp;Shackles;url=equiphire_shackles.asp");
	aI("text=• &nbsp;Misc Equipment;url=equiphire_misc.asp");
	}
	

drawMenus();