
_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=0              	// Sub menu top offset
_subOffsetLeft=0              // 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()){
onbgcolor="#000000";
oncolor="#ffffff";
offbgcolor="#666666";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000000";
separatorsize="0";
padding=0;
fontsize="14";
fontstyle="smallcaps";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#666666";
headercolor="#000000";
headerbgcolor="#666666";
subimage="";
subimagepadding="";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
outfilter="Fade(duration=0.3)";
}

with(SubmenuStyle=new mm_style()){
bgimage="http://www.speechtekjobs.com/scripts/submenuback.jpg";
onbgcolor="#030267";
oncolor="#CCCCCC";
offbgcolor="#666666";
offcolor="#000000";
clickcolor="#000066";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=7;
fontsize="12";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
subimage="http://www.speechtekjobs.com/scripts/arrow1.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="Fade(duration=0.3)";
}


with(milonic=new menuname("CANDIDATE")){
style=SubmenuStyle;
aI("text=New Candidates Register Here;bgimage=scripts/submenuback.jpg;url=http://www.speechtekjobs.com/candidate_register.html;");
aI("text=Candidate Login;bgimage=scripts/submenuback.jpg;url=http://www.speechtekjobs.com/candidate_login.html;");
aI("text=Open Positions;bgimage=scripts/submenuback.jpg;url=http://www.speechtekjobs.com/candidate_positions.html;");
aI("text=Post Resume;bgimage=scripts/submenuback.jpg;url=http://www.speechtekjobs.com/candidate_resume.html;");
}

with(milonic=new menuname("CLIENT")){
style=SubmenuStyle;
aI("text=New Employers Register Here;bgimage=scripts/submenuback.jpg;url=http://www.speechtekjobs.com/employer_register.html;");
aI("text=Client Login;bgimage=scripts/submenuback.jpg;url=http://www.speechtekjobs.com/employer_login.html;");
aI("text=Browse Candidates;bgimage=scripts/submenuback.jpg;url=http://www.speechtekjobs.com/employers.html;");
aI("text=Post Position;bgimage=scripts/submenuback.jpg;url=http://www.speechtekjobs.com/employers.html;");
}

with(milonic=new menuname("RESOURCES")){
style=SubmenuStyle;
aI("text=Speech Technology Links;bgimage=scripts/submenuback.jpg;url=http://www.speechtekjobs.com/resources.html;");
}

with(milonic=new menuname("ABOUT")){
style=SubmenuStyle;
aI("text=About SpeechTekJobs.com;bgimage=scripts/submenuback.jpg;url=http://www.speechtekjobs.com/about.html;");
aI("text=Client References;bgimage=scripts/submenuback.jpg;url=http://www.speechtekjobs.com/references.html;");
aI("text=Management Team;bgimage=scripts/submenuback.jpg;url=http://www.speechtekjobs.com/team.html;");
}

drawMenus();

