


_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("spectatorss")){
style=menuStyle2;
aI ("text=Spectator General Info;url=http://www.stpr.org/spectating.html;");
aI ("text=Spectator Guide/Maps;url=http://www.stpr.org/stpr09/2009_STPR_SpectatorGuide.pdf;");
}


with(milonic=new menuname("news")){
style=menuStyle2;
aI ("text=Results;url=http://www.stpr.org/stpr09/results.html;");
aI ("text=Press Releases;url=http://www.stpr.org/news.html;");
aI ("text=Live Updates;url=http://www.stpr.org/stpr09/live_updates.html;");
aI ("text=Press Notes/Twitter feed;url=http://www.stpr.org/stpr09/press.html;");
aI("text=Photos;url=http://www.flickr.com/photos/39167007@N06;target=_blank");
}

with(milonic=new menuname("competitor")){
style=menuStyle2;
	aI("text=General/Registration Info;url=http://www.stpr.org/stpr09/entry-info.html;");
	aI("text=Entries;url=http://www.stpr.org/stpr09/entrylist.html;");
	aI("text=Supplemental Regs (pdf);url=http://www.stpr.org/stpr09/2009STPR-Supps.pdf;");
	aI("text=Service/Refuel Schedule;url=http://www.stpr.org/stpr09/service-schedule.html;");
	aI("text=Stage Schedule;url=http://www.stpr.org/stpr09/stage-schedule.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("worker")){
style=menuStyle2;
aI("text=Weekend Schedule;url=http://www.stpr.org/schedule.html");
aI("text=Volunteer Descriptions/Information;url=http://www.stpr.org/worker_info.html");
aI("text=Volunteer Registration;url=http://www.stpr.org/worker-forms.html");

}
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=2008;url=http://www.stpr.org/stpr08/");
aI("text=2007;url=http://www.stpr.org/stpr07/");
aI("text=2006;url=http://www.stpr.org/stpr06/");
aI("text=2005;url=http://www.stpr.org/stpr05/");
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();



