_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=-30;  // Sub menu offset Left position

/////////////////////////////////////////////////blue style
with(blue=new mm_style()){
     onbgcolor = "";
       oncolor = "#F0B424"; //text
    offbgcolor = "";
      offcolor = "#1D2C71"; //text
   bordercolor = "";
   borderstyle = "";
separatorcolor = "";
 separatorsize = 0;
       padding = 1;
      fontsize = "10px";
     fontstyle = "normal";
    fontweight = "normal";
    fontfamily = "verdana, tahoma, arial";

}
/////////////////////////////////////////////////blue drop style
with(bluedropstyle=new mm_style()){
     onbgcolor = "#EEEEEE";
       oncolor = "#F0B424"; //text
    offbgcolor = "#ffffff";
      offcolor = "#484848"; //text
   bordercolor = "#333333";
   borderstyle = "solid";
separatorcolor = "";
 separatorsize = 0;
       padding = 7;
      fontsize = "10px";
     fontstyle = "normal";
    fontweight = "normal";
    fontfamily = "verdana, tahoma, arial";

}
///////////////////////////////////////////////////////////home
with(milonic=new menuname("mainmenu2")){_c=1
top = 139;
left = 48;
//itemwidth=51;
borderwidth = 1;
style = blue;
alwaysvisible = 1;
orientation="horizontal"
itemheight=23;

aI("text=&nbsp;&nbsp;HOME;url=default.aspx?tabid=1");
aI("text=&nbsp;&nbsp;|&nbsp;;type=header;");
aI("text=&nbsp;&nbsp;ABOUT US;showmenu=aboutus;url=default.aspx?tabid=2");
aI("text=&nbsp;&nbsp;|&nbsp;;type=header;");
aI("text=&nbsp;&nbsp;ASSET REGISTER;showmenu=assetregister;url=default.aspx?tabid=8");
aI("text=&nbsp;&nbsp;|&nbsp;;type=header;");
aI("text=&nbsp;&nbsp;SUBSCRIPTION;url=default.aspx?tabid=4&action=form");
aI("text=&nbsp;&nbsp;|&nbsp;;type=header;");
aI("text=&nbsp;&nbsp;ADVERTISING;url=default.aspx?tabid=5");
aI("text=&nbsp;&nbsp;|&nbsp;;type=header;");
aI("text=&nbsp;&nbsp;CONTACT US;showmenu=contactus;url=default.aspx?tabid=7");
aI("text=&nbsp;&nbsp;|&nbsp;;type=header;");
aI("text=&nbsp;&#20013;&#25991;&#29256;&#30719;&#19994;&#36164;&#20135;&#32593;;url=default.aspx?tabid=2&action=chinese");
}

	with(milonic=new menuname("aboutus")){_c=1
	borderwidth = 1;
	itemwidth = 220;
	style = bluedropstyle;
	aI("text=&nbsp;o How we Operate ;url=default.aspx?tabid=2&action=operate");
	aI("text=&nbsp;o Why MiningAssets Works ;url=default.aspx?tabid=2&action=works");
	aI("text=&nbsp;o Example Project ;url=default.aspx?tabid=2&action=project");
	aI("text=&nbsp;o Additional Services ;url=default.aspx?tabid=2&action=services");
	aI("text=&nbsp;o Testimonials ;url=default.aspx?tabid=2&action=testimonials");
	aI("text=&nbsp;o Disclaimer, Terms & Conditions ;url=default.aspx?tabid=2&action=terms");
	}
	
	with(milonic=new menuname("assetregister")){_c=1
	borderwidth = 1;
	itemwidth = 200;
	style = bluedropstyle;
	aI("text=&nbsp;o View All Assets ;url=default.aspx?tabid=8");
	aI("text=&nbsp;o Search Asset Register ;url=default.aspx?tabid=8&action=search");
	aI("text=&nbsp;o Submit Your Asset&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;>>;showmenu=vendor;url=default.aspx?tabid=3&action=Information");
	}
	
		with(milonic=new menuname("vendor")){_c=1
		borderwidth = 1;
		itemwidth = 200;
		style = bluedropstyle;
		aI("text=&nbsp;o Asset Submission Information ;url=default.aspx?tabid=3&action=Information");
		aI("text=&nbsp;o Asset Submission Form ;url=default.aspx?tabid=3&action=Form");
		aI("text=&nbsp;o Terms & Conditions ;url=default.aspx?tabid=3&action=Terms");
		}

	with(milonic=new menuname("contactus")){_c=1
	borderwidth = 1;
	itemwidth = 200;
	style = bluedropstyle;
	aI("text=&nbsp;o Contact Details ;url=default.aspx?tabid=7");
	aI("text=&nbsp;o Enquiry Form ;url=default.aspx?tabid=7&action=form");
	}

drawMenus();
