
/***********************************************
* AnyLink Vertical Menu- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

//Contents for menu 1
var menu1=new Array()
menu1[0]='<a href="/Complimentary_Services" onmouseover="MM_swapImage(\'subNav_Services\',\'\',\'/images/subnav/Services-over.png\',0);" onmouseout="MM_swapImgRestore();"><img name="subNav_Services" id="subNav_Services" src="/images/subnav/Services.png" border="0" alt="SCORE! Compllmentary Services" width="140" height="53" /></a>'
menu1[1]='<a href="/Meetings" onmouseover="MM_swapImage(\'subNav_Meetings\',\'\',\'/images/subnav/SportMeetings-over.png\',0);" onmouseout="MM_swapImgRestore();"><img name="subNav_Meetings" id="subNav_Meetings" src="/images/subnav/SportMeetings.png" border="0" alt="Sport Meetings" width="139" height="30" /></a>'
menu1[2]='<a href="/SERF" onmouseover="MM_swapImage(\'subNav_SERF\',\'\',\'/images/subnav/serf-over.png\',0);" onmouseout="MM_swapImgRestore();"><img name="subNav_SERF" id="subNav_SERF" src="/images/subnav/serf.png" border="0" alt="SERF Funding" width="139" height="32" /></a>'
menu1[3]='<a href="/Team_Lead" onmouseover="MM_swapImage(\'subNav_Lead\',\'\',\'/images/subnav/TeamLead-over.png\',0);" onmouseout="MM_swapImgRestore();"><img name="subNav_Lead" id="subNav_Lead" src="/images/subnav/TeamLead.png" border="0" alt="Team Lead" width="139" height="31" /></a>'

var menu2=new Array()
menu2[0]='<a href="/Hosting_History" onmouseover="MM_swapImage(\'subNav_History\',\'\',\'/images/subnav/HostingHistory-over.png\',0);" onmouseout="MM_swapImgRestore();"><img name="subNav_History" id="subNav_History" src="/images/subnav/HostingHistory.png" border="0" width="139" height="30" alt="Hosting History"></a>'
menu2[1]='<a href="/Facilities" onmouseover="MM_swapImage(\'subNav_Facillities\',\'\',\'/images/subnav/Facilities-over.png\',0);" onmouseout="MM_swapImgRestore();"><img name="subNav_Facillities" id="subNav_Facillities" src="/images/subnav/Facilities.png" border="0" width="140" height="25" alt="Facillities" /></a>'
menu2[2]='<a href="/Accommodations" onmouseover="MM_swapImage(\'subNav_Accommodations\',\'\',\'/images/subnav/Accommodations-over.png\',0); return true;" onmouseout="MM_swapImgRestore();"><img name="subNav_Accommodations" id="subNav_Accommodations" src="/images/subnav/Accommodations.png" width="140" height="32" border="0" alt="Accommodations" /></a>'
menu2[3]='<a href="/Getting_Here" onmouseover="MM_swapImage(\'subNav_Getting_Here\',\'\',\'/images/subnav/GettingHere-over.png\',0); return true;" onmouseout="MM_swapImgRestore();"><img name="subNav_Getting_Here" id="subNav_Getting_Here" src="/images/subnav/GettingHere.png" width="140" height="30" border="0" alt="Getting Here is Easy" /></a>'
//menu2[2]='<a href="/Testimonials" onmouseover="MM_swapImage(\'subNav_Testimonials\',\'\',\'/images/subnav/Testimonial-over.png\',0); return true;" onmouseout="MM_swapImgRestore();"><img name="subNav_Testimonials" id="subNav_Testimonials" src="/images/subnav/Testimonial.png" border="0" alt="Testimonials" /></a>'

var menu3=new Array()
menu3[0]='<a href="/Event_Listings" onmouseover="MM_swapImage(\'subNav_Listings\',\'\',\'/images/subnav/event_listing-over.png\',0);" onmouseout="MM_swapImgRestore();"><img name="subNav_Listings" id="subNav_Listings" src="/images/subnav/event_listing.png" width="137" height="27" border="0" alt="Event Listings"></a>'

var menu4=new Array()
menu4[0]='<a href="/Request_Info" onmouseover="MM_swapImage(\'subNav_request_info\',\'\',\'/images/subnav/RequestInfo-over.png\',0);" onmouseout="MM_swapImgRestore();"><img name="subNav_request_info" id="subNav_request_info" src="/images/subnav/RequestInfo.png" width="139" height="40" border="0" alt="Request Information"></a>'
menu4[1]='<a href="/Submit_Event" onmouseover="MM_swapImage(\'subNav_Event_Lead\',\'\',\'/images/subnav/SubmitEvent-over.png\',0);" onmouseout="MM_swapImgRestore();"><img name="subNav_Event_Lead" id="subNav_Event_Lead" src="/images/subnav/SubmitEvent.png" width="139" height="44" border="0" alt="Submit an Event Lead" /></a>'
menu4[2]='<a href="/Volunteer" onmouseover="MM_swapImage(\'subNav_Volunteer\',\'\',\'/images/subnav/RegisterVolunteer-over.png\',0);" onmouseout="MM_swapImgRestore();"><img name="subNav_Volunteer" id="subNav_Volunteer" src="/images/subnav/RegisterVolunteer.png" width="140" height="43" border="0" alt="Register as a Volunteer" /></a>'



		
var disappeardelay=250  //menu disappear speed onMouseout (in miliseconds)
var horizontaloffset=0 //horizontal offset of menu from default location. (0-5 is a good value)

/////No further editting needed

var ie4=document.all
var ns6=document.getElementById&&!document.all

if (ie4||ns6)
document.write('<div id="dropmenudiv" style="visibility:hidden;width: 160px" onMouseover="clearhidemenu();" onMouseout="dynamichide(event);"></div>')

function getposOffset(what, offsettype){
var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
var parentEl=what.offsetParent;
while (parentEl!=null){
totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
parentEl=parentEl.offsetParent;
}
return totaloffset;
}


function showhide(obj, e, visible, hidden, menuwidth){
if (ie4||ns6)
dropmenuobj.style.left=dropmenuobj.style.top=-700
dropmenuobj.widthobj=dropmenuobj.style
dropmenuobj.widthobj.width=menuwidth
if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")
obj.visibility=visible
else if (e.type=="click")
obj.visibility=hidden
}

function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function clearbrowseredge(obj, whichedge){
var edgeoffset=0
if (whichedge=="rightedge"){
var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
if (windowedge-dropmenuobj.x-obj.offsetWidth < dropmenuobj.contentmeasure)
edgeoffset=dropmenuobj.contentmeasure+obj.offsetWidth
}
else{
var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset
var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move menu up?
edgeoffset=dropmenuobj.contentmeasure-obj.offsetHeight
if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either? (position at top of viewable window then)
edgeoffset=dropmenuobj.y
}
}
return edgeoffset
}

function populatemenu(what){
if (ie4||ns6)
dropmenuobj.innerHTML=what.join("")
}


function dropdownmenu(obj, e, menucontents, menuwidth){
if (window.event) event.cancelBubble=true
else if (e.stopPropagation) e.stopPropagation()
clearhidemenu()
dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv
populatemenu(menucontents)

if (ie4||ns6){
showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)
dropmenuobj.x=getposOffset(obj, "left")
dropmenuobj.y=getposOffset(obj, "top")-25;
dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+obj.offsetWidth+horizontaloffset+"px"
dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+"px"
}

return clickreturnvalue()
}

function clickreturnvalue(){
if (ie4||ns6) return false
else return true
}

function contains_ns6(a, b) {
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
}

function dynamichide(e){
if (ie4&&!dropmenuobj.contains(e.toElement))
delayhidemenu()
else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
delayhidemenu()
}

function hidemenu(e){
if (typeof dropmenuobj!="undefined"){
if (ie4||ns6)
dropmenuobj.style.visibility="hidden"
}
}

function delayhidemenu(){
if (ie4||ns6)
delayhide=setTimeout("hidemenu()",disappeardelay)
}

function clearhidemenu(){
if (typeof delayhide!="undefined")
clearTimeout(delayhide)

}