_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 = "#ffffff"; //text
    offbgcolor = "";
      offcolor = "#26468e"; //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 = "#26468e";
       oncolor = "#ffffff"; //text
    offbgcolor = "#8fcef2";
      offcolor = "#ffffff"; //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 = 128;
left = 50;
itemwidth=39;
borderwidth = 1;
style = main;
alwaysvisible = 1;
orientation="horizontal"
itemheight=34;

aI("text=&nbsp;&nbsp;Home;showmenu=company;url=default.asp");
}
	
///////////////////////////////////////////////////////////separator
with(milonic=new menuname("mainmenu2")){_c=1
top = 133;
left = 105;
itemwidth=1;
borderwidth = 1;
style = main;
alwaysvisible = 1;
orientation="horizontal"
itemheight=25;

aI("image=images/common/dots.gif;type=header;");
}

///////////////////////////////////////////////////////////Our People
with(milonic=new menuname("mainmenu2")){_c=1
top = 128;
left = 109;
itemwidth=80;
borderwidth = 1;
style = main;
alwaysvisible = 1;
orientation="horizontal"
itemheight=34;

aI("text=&nbsp;&nbsp;Our People;url=ourpeople.asp");
}


///////////////////////////////////////////////////////////separator
with(milonic=new menuname("mainmenu2")){_c=1
top = 133;
left = 192;
itemwidth=1;
borderwidth = 1;
style = main;
alwaysvisible = 1;
orientation="horizontal"
itemheight=25;

aI("image=images/common/dots.gif;type=header");
}

///////////////////////////////////////////////////////////services
with(milonic=new menuname("mainmenu2")){_c=1
top = 128;
left = 196;
itemwidth=50;
borderwidth = 1;
style = main;
alwaysvisible = 1;
orientation="horizontal"
itemheight=34;

aI("text=&nbsp;&nbsp;Services ;url=services_hr.asp ;showmenu=services");
}
	with(milonic=new menuname("services")){_c=1
	borderwidth = 1;
	itemwidth = 255;
	style = sub;
	aI("text=o HR Advisory Service ;url=services_hr.asp");
	aI("text=o Employee Relations ;url=services_employee.asp");
	aI("text=o Recruitment & Retention ;url=services_recruit.asp");
	aI("text=o Organisational Change & Development ;url=services_org.asp");
	aI("text=o Training & Development ;url=services_training.asp");

	}

///////////////////////////////////////////////////////////separator
with(milonic=new menuname("mainmenu2")){_c=1
top = 133;
left = 262;
itemwidth=1;
borderwidth = 1;
style = main;
alwaysvisible = 1;
orientation="horizontal"
itemheight=25;

aI("image=images/common/dots.gif;type=header;");
}

///////////////////////////////////////////////////////////contact us
with(milonic=new menuname("mainmenu2")){_c=1
top = 128;
left = 265;
itemwidth=70;
borderwidth = 1;
style = main;
alwaysvisible = 1;
orientation="horizontal"
itemheight=34

aI("text=&nbsp;&nbsp;Contact Us ;url=contactus.asp");
}


for(_a=_mnucnt;_a<_m.length;_a++){_drawMenu(_a)}	
