_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="#FFCC00";
oncolor="#000000";
offbgcolor="#336633";
offcolor="#ffffff";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=6;
fontsize="10px";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="003399";
pagebgcolor="003399";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrowdn.gif";
subimagepadding="4";
}

with(menuStyle2=new mm_style()){
onbgcolor="#ffffcc";
oncolor="#339900";
offbgcolor="#ffff99";
offcolor="#339900";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=3;
fontsize="10px";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="003399";
pagebgcolor="003399";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrowdn-black.gif";
subimagepadding="2";

}




with(milonic=new menuname("news")){
style=menuStyle2;
aI ("text=Press Releases;url=http://www.stpr.org/news.html;");
aI ("text=Press Notes;url=http://www.stpr.org/stpr08/press.html;");
aI ("text=Photos/Videos;url=http://www.stpr.org/stpr08/photos.html;");
}


with(milonic=new menuname("stpr")){
style=menuStyle2;
aI("text=STPR at a Glance;url=http://www.stpr.org/glance.html");
aI("text=Greetings;url=http://www.stpr.org/greetings.html");
aI("text=Schedule of Events;url=http://www.stpr.org/schedule.html");
aI("text=History;url=http://www.stpr.org/history.html");
aI("text=Spectating;url=http://www.stpr.org/spectating.html");
aI("text=Contacts;url=http://www.stpr.org/contacts.html");
aI("text=Wellsboro Area Information;showmenu=wellsboro;");
}

with(milonic=new menuname("wellsboro")){
style=menuStyle2;
aI("text=By Air;url=http://www.stpr.org/wellsboro.html#Air");
aI("text=By Car;url=http://www.stpr.org/wellsboro.html#Car");
aI("text=Links;url=http://www.stpr.org/wellsboro.html#Links");
aI("text=Accomodations;url=http://www.stpr.org/wellsboro.html#Hotels");
aI("text=Campgrounds;url=http://www.stpr.org/wellsboro.html#campgrounds");
}


drawMenus();




