


_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(menuStyleH1=new mm_style()){
onbgcolor="";
oncolor="#F7BB55";
offbgcolor="";
offcolor="#ffffff";
clickbgcolor="#759797"
clickcolor="#FFFFFF";
align="center";
valign='middle';
bordercolor="#000000";
borderstyle="";
borderwidth=0;
itemwidth="70";
separatorcolor="#FFFFFF";
separatorsize="1";
padding=4;
fontsize="10pt";
fontstyle="";
fontfamily="Tahoma, Verdana, Arial, sans-serif";
fontweight="normal";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
openstyle="down";
overfilter="Fade(duration=0.5);Alpha(opacity=100)";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyleV1=new mm_style()){
onbgcolor="#B40337";
oncolor="#F7BB55";
offbgcolor="#B40337";
offcolor="#FFFFFF";
clickbgcolor="#759797"
clickcolor="#FFFFFF";
align="left";
bordercolor="#000000";
borderstyle="double";
borderwidth=0;
image='../images/services_triangle.gif';
imagepadding=5;
itemwidth="189";
separatorcolor="#FFFFFF";
separatorsize="1";
separatorimage='../images/dot_pattern.gif';
padding=4;
fontsize="9pt";
fontstyle="";
fontfamily="Tahoma, Verdana, Arial, sans-serif";
fontweight="";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
overfilter="Fade(duration=0.5);Alpha(opacity=100)";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyleH2=new mm_style()){
onbgcolor="#F2E1C2";
oncolor="#000000";
offbgcolor="#B40337";
offcolor="#FFFFFF";
clickbgcolor="#B0D2F7"
clickcolor="#000000";
align="left";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=3;
fontsize="8pt";
fontstyle="";
fontfamily="Tahoma, Verdana, Arial, sans-serif";
fontweight="bold";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
openstyle="up";
overfilter="Fade(duration=0.5);Alpha(opacity=100)";
outfilter="randomdissolve(duration=0.3)";
valign="bottom";
itemwidth="120";
}

with(milonic=new menuname("NewsMenu")){
style=menuStyleH2;
openstyle="down";
aI("text=Updates;url=newsUpdates.asp;");
aI("text=Newsletters;url=newsLetters.asp;");
aI("text=What\'s New;url=newsWhatsNew.asp;");
}

with(milonic=new menuname("JobsMenu")){
style=menuStyleH2;
openstyle="down";
aI("text=Current Jobs;url=jobsList.asp;");
aI("text=How to Apply;url=jobApply.asp;");
aI("text=Associates;url=jobsAssociates.asp;");
}

with(milonic=new menuname("ContactMenu")){
style=menuStyleH2;
openstyle="down";
aI("text=Fax Back;url=contactFax.asp;");
aI("text=E-mail Us;url=contactEmail.asp;");
aI("text=Call Us;url=contactCall.asp;");
aI("text=Visit Us;url=contactVisit.asp;");
}

with(milonic=new menuname("AboutMenu")){
style=menuStyleH2;
openstyle="down";
aI("text=InTrain;url=about.asp?txtSubPage=intrain;");
aI("text=Our Services;url=about.asp?txtSubPage=services;");
aI("text=Staff Profiles;url=about.asp?txtSubPage=profiles;");
}

with(milonic=new menuname("LinksMenu")){
style=menuStyleH2;
openstyle="down";
aI("text=Additional Info;url=linksList.asp?txtSubPage=Additional Info;");
aI("text=Customers;url=linksList.asp?txtSubPage=Customers;");
aI("text=Partners;url=linksList.asp?txtSubPage=Partners;");
}


