_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 = "#9e9996"; //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 = "#CC0000";
       oncolor = "#ffffff"; //text
    offbgcolor = "#77726E";
      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 = 145;
//left = 4;
//itemwidth=20;
screenposition="center"
borderwidth = 1;
style = main;
alwaysvisible = 1;
orientation="horizontal"
//itemheight=60;

aI("text=Home;url=index.asp");
aI("image=images/common/lines_nav.gif;type=header;");
aI("text=&nbsp;About Us;url=aboutus.asp;showmenu=aboutus");
aI("image=images/common/lines_nav.gif;type=header;");
aI("text=&nbsp;Products;url=products.asp;showmenu=products");
aI("image=images/common/lines_nav.gif;type=header;");
aI("text=&nbsp;Technical;url=technical_dimensions.asp;showmenu=technical");
aI("image=images/common/lines_nav.gif;type=header;");
aI("text=&nbsp;Commercial;url=commercial.asp");
aI("image=images/common/lines_nav.gif;type=header;");
aI("text=&nbsp;Our Distributors;url=buspartners_distributors.asp");
aI("image=images/common/lines_nav.gif;type=header;");
aI("text=&nbsp;Industry Links;url=industrylinks.asp");
aI("image=images/common/lines_nav.gif;type=header;");
aI("text=&nbsp;Contact Us;url=contactus.asp;showmenu=contactus");
}

	with(milonic=new menuname("aboutus")){_c=1
	top = 170;
	itemwidth = 160;
	style = sub;
	aI("text=• &nbsp;Our History;url=aboutus.asp");
	aI("text=• &nbsp;Our Culture;url=aboutus_ourculture.asp");
	aI("text=• &nbsp;Our Staff;url=aboutus_ourstaff.asp");
	aI("text=• &nbsp;What The Directors Say;url=aboutus_whatdirectorssay.asp");
	aI("text=• &nbsp;Press Releases;url=aboutus_pressreleases.asp");
	aI("text=• &nbsp;Web Resources;url=aboutus_resources.asp");
	aI("text=• &nbsp;Environmental Policy;url=aboutus_environmentalpolicy.asp");
	aI("text=• &nbsp;Quality Policy;url=aboutus_quality.asp");
	aI("text=• &nbsp;Privacy Policy;url=aboutus_privacypolicy.asp");
	}
	
	with(milonic=new menuname("products")){_c=1
	top = 170;
	itemwidth = 300;
	style = sub;
	aI("text=• &nbsp;Conveyor Hardware Products;url=products_conveyorgeneral.asp");
	aI("text=• &nbsp;Bucket Elevator Products;url=products_bucketelevators.asp");
	aI("text=• &nbsp;Flow &amp; Anti-Wear Products;url=products_flowantiwear.asp");
	aI("text=• &nbsp;Belt Cleaning System Products;url=products_beltcleaning.asp");
	aI("text=• &nbsp;Conveyor Skirting &amp; Transfer Products;url=products_conveyorskirtingtransfer.asp");
	aI("text=• &nbsp;Safety &amp; Environmental Products;url=products_safetyenviro.asp");
	aI("text=• &nbsp;Screening Products;url=products_screening.asp");
	aI("text=• &nbsp;Magnetic Separators &amp; Metal Detector Products;url=products_separatorsmetal.asp");
	}
		
	with(milonic=new menuname("technical")){_c=1
	top = 170;
	itemwidth = 110;
	style = sub;
	//aI("text=• &nbsp;FAQ;url=technical_faq.asp");
	aI("text=• &nbsp;Dimensions;url=technical_dimensions.asp");
	aI("text=• &nbsp;Installation;url=technical_installation.asp");
	//aI("text=• &nbsp;Worksheets;url=technical_worksheets.asp");
	//aI("text=• &nbsp;Presentations;url=technical_presentations.asp");
	}
	
	with(milonic=new menuname("contactus")){_c=1
	top = 170;
	itemwidth = 105;
	style = sub;
	aI("text=• &nbsp;Contact Us;url=contactus.asp");
	aI("text=• &nbsp;Enquiry Form;url=contactus_enquiry.asp");
	}

drawMenus();
