_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 = "#b5121b"; //text
    offbgcolor = "";
      offcolor = "#ffffff"; //text
   bordercolor = "";
   borderstyle = "";
separatorcolor = "";
 separatorsize = 0;
       padding = 3;
      fontsize = "12px";
     fontstyle = "normal";
    fontweight = "bold";
    fontfamily = "Verdana";

}
/////////////////////////////////////////////////sub style
with(sub=new mm_style()){
     onbgcolor = "#b5121b";
       oncolor = "#ffffff"; //text
    offbgcolor = "#4D4D4F";
      offcolor = "#ffffff"; //text
   bordercolor = "#818285";
   //borderstyle = "solid";
separatorcolor = "";
 separatorsize = 0;
       padding = 7;
      fontsize = "11px";
     fontstyle = "normal";
    fontweight = "bold";
    fontfamily = "Verdana";

}
///////////////////////////////////////////////////////////home
with(milonic=new menuname("mainmenu2")){_c=1
top = 175;
//left = 4;
//itemwidth=20;
screenposition="relative"
borderwidth = 1;
style = main;
alwaysvisible = 1;
orientation="horizontal"
itemheight=40;
zindex=80;

aI("text=Home;url=default.asp");
aI("text= | ;type=header;");
aI("text=About Us;url=aboutus.asp");
aI("text= | ;type=header;");
aI("text=Our Staff;url=ourstaff.asp");
aI("text= | ;type=header;");
aI("text=Service Providers;url=serviceproviders.asp");
aI("text= | ;type=header;");
aI("text=Project Gallery;url=projectgallery.asp;showmenu=projectgallery");
aI("text= | ;type=header;");
//aI("text=News;url=news.asp");
//aI("text= | ;type=header;");
aI("text=Contact Us;url=contactus.asp;");
}
	with(milonic=new menuname("projectgallery")){_c=1
	borderwidth = 1;
	itemwidth = 180;
	style = sub;
	aI("text=> Recent Projects ;url=projectgallery.asp");
	aI("text=> Past Projects ;url=projectgallery_past.asp");

	}

drawMenus();
