_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 = "#66952c"; //text
    offbgcolor = "";
      offcolor = "#333333"; //text
   bordercolor = "";
   borderstyle = "";
separatorcolor = "";
 separatorsize = 0;
       padding = 3;
      fontsize = "12px";
     fontstyle = "normal";
    fontweight = "bold";
    fontfamily = "arial";

}
/////////////////////////////////////////////////sub style
with(sub=new mm_style()){
     onbgcolor = "#66952c";
       oncolor = "#ffffff"; //text
    offbgcolor = "#ebeb70";
      offcolor = "#333333"; //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 = 200;
//left = 4;
//itemwidth=20;
screenposition="relative"
borderwidth = 1;
style = main;
alwaysvisible = 1;
orientation="horizontal"
itemheight=35;

aI("text=HOME;url=default.asp");
aI("text= | ;type=header;");
aI("text=GRAHAM ROSS;url=grahamross.asp");
aI("text= | ;type=header;");
aI("text=OUR PRODUCTS;url=ourproducts.asp;showmenu=products");
aI("text= | ;type=header;");
aI("text=HYDROSMART;url=hydrosmart.asp");
aI("text= | ;type=header;");
aI("text=WHERE TO BUY;url=where.asp");
aI("text= | ;type=header;");
aI("text=CONTACT US;url=contactus.asp;");
}

	with(milonic=new menuname("products")){_c=1
	top = 235;
	itemwidth = 180;
	style = sub;
	aI("text=&nbsp; > &nbsp;Eco Wetta Magic;url=ecowettamagic.asp");
	aI("text=&nbsp; > &nbsp;Native Magic;url=nativemagic.asp");
	aI("text=&nbsp; > &nbsp;Garden Magic;url=gardenmagic.asp");
	aI("text=&nbsp; > &nbsp;Lawn Magic;url=lawnmagic.asp");
	aI("text=&nbsp; > &nbsp;Potting Magic;url=pottingmagic.asp");
	}
	
drawMenus();