


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){

borderstyle="none";
borderwidth=0;
separatorcolor="#C51D1D";
separatorsize="0";
pagebgcolor="#385395";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";

}
with(menuStyle2=new mm_style()){
onbgcolor="#6798d2";
oncolor="#ffffff";
offbgcolor="#4460a1";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="none";
borderwidth=0;
separatorcolor="#6798d2";
separatorsize="1";
padding=4;
fontsize="7pt";
fontstyle="normal";
fontfamily="Arial, Helvetica";
pagecolor="#ffffff";
pagebgcolor="#6798d2";
subimage="";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";

}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=74;
alwaysvisible=1;
screenposition="center";
orientation="horizontal";
			aI("image=../images/spacerfix.gif;");
			aI("image=../images/homepage-off.gif;overimage=../images/homepage-on.gif;url=../index.html;");
			aI("image=../images/about-off.gif;overimage=../images/about-on.gif;showmenu=About;url=../aboutus.htm;");
			aI("image=../images/services-off.gif;overimage=../images/services-on.gif;showmenu=Services;url=../services.htm;");
			aI("image=../images/bridge-off.gif;overimage=../images/bridge-on.gif;url=../bridge.htm;");
aI("image=../images/jobshop-off.gif;overimage=../images/jobshop-on.gif;showmenu=JobShop;url=http://www.strategichrinc.com/hrblog/job-shop/;");
aI("image=../images/hrci-off.gif;overimage=../images/hrci-on.gif;showmenu=HRCI;url=../hrci.htm;");
aI("image=../images/library-off.gif;overimage=../images/library-on.gif;showmenu=Library;url=../library.htm;");
aI("image=../images/events-off.gif;overimage=../images/events-on.gif;url=../events.htm;");
aI("image=../images/affiliates-off.gif;overimage=../images/affiliates-on.gif;url=../store.htm;");
aI("image=../images/contact-off.gif;overimage=../images/contact-on.gif;url=../http://www.strategichrinc.com/hrblog/contact-us/;");
}

with(milonic=new menuname("About")){
style=menuStyle2;
overflow="scroll";
aI("text=&nbsp;&nbsp;CONSULTANT TEAM;url=../consultant.htm;");
aI("text=&nbsp;&nbsp;WORKSHOPS;url=../training.htm;");
aI("text=&nbsp;&nbsp;RECRUITMENT DIVISION&nbsp;&nbsp;;url=../RecruitDiv.htm;");
aI("text=&nbsp;&nbsp;CAREER COACH;url=../career.htm;");
//aI("text=&nbsp;&nbsp;CLIENTS;url=../customers.htm;");

}

with(milonic=new menuname("JobShop")){
style=menuStyle2;
aI("text=&nbsp;&nbsp;HR JOB OPPORTUNITIES&nbsp;&nbsp;;url=../JobOpp.asp;");
aI("text=&nbsp;&nbsp;INDIVIDIAL PROFILES;url=../ProfileOpp.asp;");
aI("text=&nbsp;&nbsp;SUBMIT A JOB;url=../FormatSubmit.asp;");
aI("text=&nbsp;&nbsp;SUBMIT A PROFILE;url=../Formatsubmitprofile.asp;");

}

with(milonic=new menuname("HRCI")){
style=menuStyle2;
aI("text=&nbsp;&nbsp;RESOURCES;url=../resources.htm;");
aI("text=&nbsp;&nbsp;PRACTICE QUESTIONS&nbsp;&nbsp;;url=../questions.htm;");

}

with(milonic=new menuname("Library")){
style=menuStyle2;
aI("text=&nbsp;&nbsp;ARTICLES&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=../articles.htm;");
aI("text=&nbsp;&nbsp;HR NEWS;url=../news.htm;");
aI("text=&nbsp;&nbsp;LINKS;url=../links.htm;");
aI("text=&nbsp;&nbsp;HR LAWS;url=../hrlaw.htm;");
aI("text=&nbsp;&nbsp;HR POLL;url=../hrpoll.htm;");

}







drawMenus();


