_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 menu style
with(main=new mm_style()){
     onbgcolor = "";
       oncolor = "#959ca1"; //text
    offbgcolor = "";
      offcolor = "#ffffff"; //text
   bordercolor = "";
   borderstyle = "";
separatorcolor = "";
 separatorsize = 0;
       padding = 1;
      fontsize = "10px";
     fontstyle = "normal";
    fontweight = "normal";
    fontfamily = "verdana, tahoma, arial";

}
/////////////////////////////////////////////////drop menu style
with(dropmenu=new mm_style()){
     onbgcolor = "#959ca1";
       oncolor = "#ffffff"; //text
    offbgcolor = "#ffffff";
      offcolor = "#959ca1"; //text
   bordercolor = "#3a6e8f";
   borderstyle = "solid";
separatorcolor = "#959ca1";
 separatorsize = 1;
       padding = 10;
      fontsize = "10px";
     fontstyle = "normal";
    fontweight = "normal";
    fontfamily = "verdana, tahoma, arial";

}
///////////////////////////////////////////////////////////home
with(milonic=new menuname("mainmenu2")){_c=1
top = 180
//left = 50;
screenposition="top"
position="relative";
//itemwidth=35;
borderwidth = 1;
style = main;
alwaysvisible = 1;
orientation="horizontal"
//itemheight = 40;

aI("text=HOME;url=default.shtml");
aI("image=images/common/lines_nav.gif;type=header;");
aI("text=SERVICES;url=competencies.asp;url=competencies.shtml;showmenu=solutions;url=solutions.shtml");
aI("image=images/common/lines_nav.gif;type=header;");
aI("text=PEOPLE;url=why_ourpeople.shtml");
aI("image=images/common/lines_nav.gif;type=header;");
aI("text=PUBLICATIONS;url=publication.shtml;showmenu=publications;url=publication.shtml");
aI("image=images/common/lines_nav.gif;type=header;");
aI("text=OUR CLIENTS;url=casestudies.shtml;showmenu=case;url=case.shtml");
aI("image=images/common/lines_nav.gif;type=header;");
aI("text=CONTACT US;url=contactus.shtml");
}

		with(milonic=new menuname("solutions")){_c=1
		borderwidth = 1;
		//itemwidth = 140;
		orientation="vertical"
		style = dropmenu;
		aI("text=> Education & Training Services;url=ETsolutions.shtml");
		aI("text=> Strategy & Research Services;url=SRsolutions.shtml");
		aI("text=> Finance & Mgt Services;url=Financesolutions.shtml");
		aI("text=> Fortis Capital;url=http://www.fortiscapital.com.au");
}
		
		with(milonic=new menuname("services")){_c=1
		borderwidth = 1;
		//itemwidth = 140;
		orientation="vertical"
		style = dropmenu;
		aI("text=> Education & Training Services;url=ETservices.shtml");
		aI("text=> Strategy & Research Services;url=SRservices.shtml");
		aI("text=> Finance & Mgt Services;url=Financeservices.shtml");
		aI("text=> Bookkeeping Services;url=bookkeeping.shtml");
		}
		
	
for(_a=_mnucnt;_a<_m.length;_a++){_drawMenu(_a)}	
