_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

/////////////////////////////////////////////////main
with(main=new mm_style()){
     onbgcolor = "";
       oncolor = "#979482"; //text
    offbgcolor = "";
      offcolor = "#104432"; //text
   bordercolor = "";
   borderstyle = "";
separatorcolor = "";
 separatorsize = 0;
       padding = 1;
      fontsize = "10px";
     fontstyle = "normal";
    fontweight = "normal";
    fontfamily = "verdana, tahoma, arial";

}
/////////////////////////////////////////////////sub
with(sub=new mm_style()){
     onbgcolor = "#979482";
       oncolor = "#ffffff"; //text
    offbgcolor = "#e2e65b";
      offcolor = "#104432"; //text
   bordercolor = "";
   borderstyle = "";
separatorcolor = "";
 separatorsize = 0;
       padding = 7;
      fontsize = "10px";
     fontstyle = "normal";
    fontweight = "normal";
    fontfamily = "verdana, tahoma, arial";

}
///////////////////////////////////////////////////////////home
with(milonic=new menuname("mainmenu2")){_c=1
top = 150;
left = 50;
//itemwidth=39;
borderwidth = 1;
style = main;
alwaysvisible = 1;
orientation="horizontal"
itemheight=41;

aI("text=Home;url=default.asp");
aI("text=&nbsp;&nbsp;>&nbsp;&nbsp;type=header;");
aI("text=About Us;url=aboutus.asp");
aI("text=&nbsp;&nbsp;>&nbsp;&nbsp;type=header;");
aI("text=Our Staff;url=ourstaff.asp ;showmenu=ourstaff");
aI("text=&nbsp;&nbsp;>&nbsp;&nbsp;type=header;");
aI("text=Service Providers;url=serviceproviders.asp");
aI("text=&nbsp;&nbsp;>&nbsp;&nbsp;type=header;");
aI("text=Image Gallery ;url=imagegallery_recent.asp ;showmenu=imagegallery");
aI("text=&nbsp;&nbsp;>&nbsp;&nbsp;type=header;");
aI("text=News;url=news.asp");
aI("text=&nbsp;&nbsp;>&nbsp;&nbsp;type=header;");
aI("text=Contact Us ;url=contactus.asp ;showmenu=contactus");

}

	with(milonic=new menuname("ourstaff")){_c=1
	borderwidth = 1;
	itemwidth = 150;
	style = sub;
	aI("text=> Singapore Team ;url=ourstaff.asp");
	aI("text=> International Team ;url=ourstaff_int.asp");

	}
	
	with(milonic=new menuname("imagegallery")){_c=1
	borderwidth = 1;
	itemwidth = 180;
	style = sub;
	aI("text=> Recent Projects ;url=imagegallery_recent.asp");
	aI("text=> Past Projects 2009 ;url=imagegallery_archived09.asp");
	aI("text=> Past Projects 2008 ;url=imagegallery_archived08.asp");
	aI("text=> Past Projects 2007 ;url=imagegallery_archived07.asp");
	aI("text=> Past Projects 2004-2006 ;url=imagegallery_archived.asp");

	}
	
	with(milonic=new menuname("contactus")){_c=1
	borderwidth = 1;
	itemwidth = 120;
	style = sub;
	aI("text=> Enquiry Form ;url=contactus_enquiry.asp");

	}

drawMenus();