


_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="#003399";
oncolor="#ffffff";
offbgcolor="#5A6B00";
offcolor="#ffffff";
bordercolor="#cccccc";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="2";
padding=4;
fontsize="10pt";
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="#003399";
oncolor="#ffffff";
offbgcolor="#cccccc";
offcolor="#000000";
bordercolor="#f0f0f0";
borderstyle="solid";
borderwidth=3;
separatorcolor="#ffffff";
separatorsize="1";
padding=3;
fontsize="12px";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="003399";
pagebgcolor="003399";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrowdn-black.gif";
subimagepadding="2";

}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
left=14;
top=23; 
alwaysvisible=1;
width=166;
aI("text=RESULTS;url=http://www.stpr.org/stpr05/results.html");
aI("text=Photos & Video;url=http://www.stpr.org/stpr05/photos/");
aI("text=General Info.;showmenu=stpr;");
aI("text=Charity RoadRally;showmenu=charity;");
aI("text=News & Press Notes;showmenu=news;");
aI ("text=Forums;url=http://www.stpr.org/cgi-bin/stprubb/Ultimate.pl?action=intro;");
aI("text=Archives;showmenu=archives;");
}


with(milonic=new menuname("charity")){
style=menuStyle2;
aI("text=Results;url=http://www.stpr.org/stpr05/CharityRallyResults.pdf;");
}


with(milonic=new menuname("news")){
style=menuStyle2;
aI("text=Press Notes;url=http://www.stpr.org/stpr05/press.html;");
aI("text=RA Event Notes;url=http://www.rally-america.com/Archives/2005/STPR/day/day_index.html;target=_blank");
}






with(milonic=new menuname("stpr")){
style=menuStyle2;
aI("text=ENTRY LIST;url=http://www.stpr.org/stpr05/entry-list.html;");
aI("text=STPR at a Glance;url=http://www.stpr.org/glance.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");
}

with(milonic=new menuname("archives")){
style=menuStyle2;
aI("text=2004;url=http://www.stpr.org/stpr04/");
aI("text=2003;url=http://www.stpr.org/stpr03/");
aI("text=2002;url=http://www.stpr.org/stpr02/");
aI("text=2001;url=http://www.stpr.org/stpr01/");
aI("text=2000;url=http://www.stpr.org/stpr00/");
aI("text=1999;url=http://www.stpr.org/stpr99/");
aI("text=1998;url=http://www.stpr.org/stpr98/");
aI("text=1997;url=http://www.stpr.org/stpr97/");
aI("text=1996;url=http://www.stpr.org/stpr96/");

}



drawMenus();



