


_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()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("General")){
style=menuStyle;
overflow="scroll";
aI("text=Home;url=index.html;");
aI("text=About SRA and Contacts;url=aboutus.htm;");
aI("text=Awards;url=awards.htm;");
aI("text=Sitemap;url=sitemap.htm;");
}

with(milonic=new menuname("Products")){
style=menuStyle;
overflow="scroll";
aI("text=EJobs Reporter Job Search Software;url=ejobspage.htm;");
aI("text=Support;url=support.htm;");

}

with(milonic=new menuname("Descriptions")){
style=menuStyle;
overflow="scroll";
aI("text=Ejobs Reporter;url=ejobspage.htm;");

}

with(milonic=new menuname("A1")){
style=menuStyle;
overflow="scroll";
aI("text=Articles;showmenu=glibmenu;");


}with(milonic=new menuname("A2")){
style=menuStyle;
overflow="scroll";
aI("text=Articles;showmenu=jslibmenu;");

}
with(milonic=new menuname("A3")){
style=menuStyle;
overflow="scroll";
aI("text=Articles;showmenu=clibmenu;");

}
with(milonic=new menuname("A4")){
style=menuStyle;
overflow="scroll";
aI("text=Articles;showmenu=rlibmenu;");

}
with(milonic=new menuname("A5")){
style=menuStyle;
overflow="scroll";
aI("text=Articles;showmenu=hlibmenu;");

}
with(milonic=new menuname("A6")){
style=menuStyle;
overflow="scroll";
aI("text=Articles;showmenu=orglibmenu;");

}


with(milonic=new menuname("glibmenu")){
style=menuStyle;
overflow="scroll";
aI("text=General;url=articles/generallibrary.htm;");
aI("text=Job Search;url=articles/jobsearchlibrary.htm;");
aI("text=Career;url=articles/careerlibrary.htm;");
aI("text=Organize;url=articles/organizedlibrary.htm;");
aI("text=Relax;url=articles/relaxlibrary.htm;");
aI("text=Health;url=articles/healthlibrary.htm;");

}

with(milonic=new menuname("jslibmenu")){
style=menuStyle;
overflow="scroll";
aI("text=Job Search;url=articles/jobsearchlibrary.htm;");
aI("text=General;url=articles/generallibrary.htm;");
aI("text=Career;url=articles/careerlibrary.htm;");
aI("text=Organize;url=articles/organizedlibrary.htm;");
aI("text=Relax;url=articles/relaxlibrary.htm;");
aI("text=Health;url=articles/healthlibrary.htm;");

}
with(milonic=new menuname("orglibmenu")){
style=menuStyle;
overflow="scroll";
aI("text=Organize;url=articles/organizedlibrary.htm;");
aI("text=General;url=articles/generallibrary.htm;");
aI("text=Job Search;url=articles/jobsearchlibrary.htm;");
aI("text=Career;url=articles/careerlibrary.htm;");
aI("text=Relax;url=articles/relaxlibrary.htm;");
aI("text=Health;url=articles/healthlibrary.htm;");

}
with(milonic=new menuname("clibmenu")){
style=menuStyle;
overflow="scroll";
aI("text=Career;url=articles/careerlibrary.htm;");
aI("text=General;url=articles/generallibrary.htm;");
aI("text=Job Search;url=articles/jobsearchlibrary.htm;");
aI("text=Organize;url=articles/organizedlibrary.htm;");
aI("text=Relax;url=articles/relaxlibrary.htm;");
aI("text=Health;url=articles/healthlibrary.htm;");

}
with(milonic=new menuname("hlibmenu")){
style=menuStyle;
overflow="scroll";
aI("text=Health;url=articles/healthlibrary.htm;");
aI("text=General;url=articles/generallibrary.htm;");
aI("text=Job Search;url=articles/jobsearchlibrary.htm;");
aI("text=Career;url=articles/careerlibrary.htm;");
aI("text=Organize;url=articles/organizedlibrary.htm;");
aI("text=Relax;url=articles/relaxlibrary.htm;");

}
with(milonic=new menuname("rlibmenu")){
style=menuStyle;
overflow="scroll";
aI("text=Relax;url=articles/relaxlibrary.htm;");
aI("text=Health;url=articles/healthlibrary.htm;");
aI("text=General;url=articles/generallibrary.htm;");
aI("text=Job Search;url=articles/jobsearchlibrary.htm;");
aI("text=Career;url=articles/careerlibrary.htm;");
aI("text=Organize;url=articles/organizedlibrary.htm;");
}

with(milonic=new menuname("Resources")){
style=menuStyle;
aI("text=Affiliation;url=affiliation.htm;");
aI("text=Partner Links;url=partnerlinks/link-directory.htm");
}




drawMenus();


