


_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=50                // 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="#800000";
oncolor="#ffffff";
offbgcolor="#800000";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#800000";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
align="center";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="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("Main Menu")){
style=menuStyle;
position="relative";
alwaysvisible=1;
overflow="scroll";
aI("text=Home;url=http://rhr.sph.sc.edu/;status=Back To Home Page;");
aI("text=About <br>SCRHRC;showmenu=ABOUT;url=http://rhr.sph.sc.edu/org/index.html;");
aI("text=Peer Reviewed <br> Publications;url=http://rhr.sph.sc.edu/project/index.html;");
aI("text=Reports;showmenu=REQUEST;url=http://rhr.sph.sc.edu/report_by_topic.html;");
aI("text=Fact Sheets;url=http://rhr.sph.sc.edu/factsheets.html;");
aI("text=Maps;url=http://rhr.sph.sc.edu/maps/index.html;");
aI("text=School of <br> Public Health;url=http://www.sph.sc.edu/;");
aI("text=University of<br> South Carolina;url=http://www.sc.edu/;");
aI("text=Other Resources;showmenu=OTHER;url=http://rhr.sph.sc.edu/other.html;");
aI("text=Pictures;url=http://rhr.sph.sc.edu/pic.html;");
aI("text=Newsletter;url=http://rhr.sph.sc.edu/news.html;");



}

with(milonic=new menuname("ABOUT")){
style=menuStyle;
overflow="scroll";
aI("text=Outline;url=http://rhr.sph.sc.edu/org/index.html;");
aI("text=History and Mission;url=http://rhr.sph.sc.edu/goal.html;");
aI("text=Director's welcome;url=http://rhr.sph.sc.edu/ann.htm;");
aI("text=Funding and Affiliates;showmenu=Funding;url=http://rhr.sph.sc.edu/fund.html;");
aI("text=Expert Work Group;showmenu=committee;url=http://rhr.sph.sc.edu/org/ext_index1.html;");
aI("text=Staff Directory;showmenu=staff;url=http://rhr.sph.sc.edu/org/int_index-all.html");
aI("text=Contact the Center;url=http://rhr.sph.sc.edu/contact.html;");
}

with(milonic=new menuname("Funding")){
style=menuStyle;
aI("text=Main;url=http://rhr.sph.sc.edu/fund.html;");
aI("text=Organizational Affiliates;url=http://rhr.sph.sc.edu/org/ext-chart.html;");
aI("text=Division of Research & Statistical Services;url=http://rhr.sph.sc.edu/org/int_index3.html;");
}
with(milonic=new menuname("committee")){
style=menuStyle;
aI("text=William A. Robinson;url=http://rhr.sph.sc.edu/org/ext_index2.html;");                                                                   
aI("text=L. Gary Hart;url=http://rhr.sph.sc.edu/org/ext_index5.html;");
aI("text=Rosemary McKenzie;url=http://rhr.sph.sc.edu/org/ext_index6.html;");
aI("text=Keith Mueller;url=http://rhr.sph.sc.edu/org/ext_index8.html;");
aI("text=Michael E. Samuels;url=http://rhr.sph.sc.edu/org/ext_index9.html;");
}
with(milonic=new menuname("staff")){
style=menuStyle;
aI("text=Internal Chart Organization;url=http://rhr.sph.sc.edu/org/intchart.html;");
aI("text=Director;url=http://rhr.sph.sc.edu/org/int_index2.html;");
aI("text=Deputy Director;url=http://rhr.sph.sc.edu/org/int_index6.html;");
aI("text=Associate Director;url=http://rhr.sph.sc.edu/org/int_index4.html;");
aI("text=Staff Directory;url=http://rhr.sph.sc.edu/org/int_index-all.html;");

}

with(milonic=new menuname("OTHER")){
style=menuStyle;
aI("text=Rural research;url=http://rhr.sph.sc.edu/link.html;");
aI("text=Academic Journals;url=http://rhr.sph.sc.edu/link2.html;");
}
with(milonic=new menuname("REQUEST")){
style=menuStyle;
aI("text=Findings and Reports;url=http://rhr.sph.sc.edu/report_by_topic.html;");
}


drawMenus();


