
/***********************************************
* AnyLink Drop Down 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 BANQUETS   
var menu1=new Array()
menu1[0]='<a href="Banquet_Facilities/Banquet.htm">Banquets Home Page</a>'
menu1[1]='<a href="Banquet_Facilities/facilities.htm">Banquet Rooms</a>'
menu1[2]='<a href="Banquet_Facilities/menus.htm">Banquet Menus</a>'
menu1[3]='<a href="Banquet_Facilities/packages.htm">Banquet Packages</a>'
menu1[4]='<a href="Banquet_Facilities/information.htm">Banquet Information</a>'
menu1[5]='<a href="Banquet_Facilities/onlineInquiry.htm">Request Banquet Info</a>'
menu1[6]='<a href="Banquet_Facilities/hotels.htm">Hotels</a>'
menu1[7]='<a href="Banquet_Facilities/contactUs.htm">Contact Banquet Office</a>'

//Contents for CARRAIG PUB
var menu2=new Array()
menu2[0]='<a href="carraig_pub/Carraig_Pub.htm">Carraig Pub Home Page</a>'
menu2[1]='<a href="carraig_pub/Pub_GeneralInfo.htm">Pub Information</a>'
menu2[2]='<a href="carraig_pub/Pub_Menu.htm">Pub Menu</a>'
menu2[3]='<a href="carraig_pub/BeerSpecials.htm">Pub Specials</a>'
menu2[4]='<a href="carraig_pub/Entertainment.htm">Pub Calendar</a>'
menu2[5]='<a href="carraig_pub/Pub_ContactUs.htm">Contact Pub Office</a>'


//Contents for the CALENDAR
var menu3=new Array()
menu3[0]='<a href="Calendar.htm">Monthly Calendar</a>'
menu3[1]='<a href="Calendar.htm">Activities Overview</a>'
menu3[1]='<a href=".htm">&nbsp -&nbsp -&nbsp -&nbsp -&nbsp -&nbsp -&nbsp -&nbsp -&nbsp -&nbsp </a>'
menu3[2]='<a href="http://www.chicagogaelicpark.org/IrelandOnParade.htm">MAR: Ireland on Parade</a>'
menu3[3]='<a href="Irish_Fest/index.htm">MAY: Irish Fest</a>'
menu3[4]='<a href="Chicago_Feis.htm">MAY: Chicago Feis</a>'
menu3[5]='<a href="Harvest_Festival.htm">SEP: Harvest Day Festival</a>'
menu3[6]='<a href="GrandRaffle.htm">DEC: Grand Raffle</a>'


//Contents for INFORMATION/ABOUT US

var menu4=new Array()
menu4[0]='<a href="hours.htm">Hours of Operation</a>'
menu4[1]='<a href="directions.htm">Directions</a>'
menu4[2]='<a href="Contact_Us.htm">Contact Us</a>'
menu4[3]='<a href="About_Gaelic_Park.htm">About Gaelic Park</a>'
menu4[4]='<a href="History.htm">History & Milestones</a>'
menu4[5]='<a href="PressPhotos01.htm">Press Photos</a>'
menu4[6]='<a href="GiftShop.htm">Gift Shop</a>'
menu4[7]='<a href="Radio_Show.htm">Sunday Night Radio Show</a>'
menu4[8]='<a href="Membership.htm">Becoming a Member</a>'
//menu4[9]='<a href="Donations.htm">Making a Donation</a>'
//menu4[10]='<a href="Volunteering.htm">Volunteering Opportunities</a>'
//menu4[11]='<a href="Faq.htm">Frequently Asked Questions</a>'



//Contents for CULTURAL GROUPS & ACTIVITIES

var menu5=new Array()
menu5[0]='<a href="Chicago_Gaa.htm">Gaelic Sports Played at the Park</a>'
menu5[1]='<a href="http://www.gpplayers.org">Theatre Performances at the Park</a>'
menu5[2]='<a href="Mass_Holy_Days.htm">Religious Events & Activities</a>'
menu5[3]='<a href="Irish_Dancing.htm">Set & Ceili Dancing Activities</a>'
menu5[4]='<a href="Lunches_Dinners.htm">Luncheon & Dinner Events</a>'
menu5[5]='<a href="Scholarship.htm">Wonderful Scholarship Opportunity</a>'
menu5[5]='<a href="Literary_Corner.htm">Our Irish Literary Corner</a>'
menu5[6]='<a href="Student_Scholarship.htm">Student Essay Contest</a>'
menu5[7]='<a href="QueenContest.htm">The Queen Contest</a>'
menu5[8]='<a href="Famine_Memorial.htm">Our Famine Memorial</a>'
menu5[9]='<a href=".htm">&nbsp -&nbsp -&nbsp -&nbsp -&nbsp -&nbsp -&nbsp -&nbsp -&nbsp -&nbsp </a>'
menu5[10]='<a href="Chicago_Gaa.htm">The Chicago GAA</a>'
menu5[11]='<a href="Gaa_Clubs.htm">The GAA Clubs in Chicago</a>'
menu5[12]='<a href="CYC_Youth_Sports.htm">CYC - Chicago Youth Football Club</a>'
menu5[13]='<a href="http://www.gpplayers.org">Gaelic Park Players-Drama Group</a>'
menu5[14]='<a href="Ladies_Auxiliary.htm">Gaelic Park Ladies Auxilary</a>'
menu5[15]='<a href="County_Associations.htm">The County Associations in Chicago</a>'
menu5[16]='<a href="http://www.irishmusicschool.com">Irish Music School of Chicago</a>'

//Contents for CREDITS 

var menu6=new Array()
menu6[0]='<a href="Credits.htm">Sponsors</a>'
menu6[1]='<a href="Credits.htm">Volunteers</a>'
menu6[2]='<a href="Credits.htm">Web Developers</a>'
menu6[3]='<a href="Credits.htm">Board of Directors</a>'
menu6[4]='<a href="Credits.htm">Special Thanks</a>'
menu6[5]='<a href="Irish_Links.htm">Other Irish Links</a>'
menu6[6]='<a href=".htm">&nbsp -&nbsp -&nbsp -&nbsp -&nbsp -&nbsp -&nbsp -&nbsp -&nbsp -&nbsp </a>'
menu6[7]='<a href="Admin_Pages.htm">Office Use Only</a>'
		
var menuwidth='150px' //default menu width
var menucolor='black'
var menubgcolor='white'  //menu bgcolor
var disappeardelay=250  //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes" //hide menu when user clicks within menu?

/////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:'+menuwidth+';background-color:'+menubgcolor+'" 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="-500px"
if (menuwidth!=""){
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 < 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 up?
edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight
if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either?
edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge
}
}
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")
dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"
dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"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)
}

if (hidemenu_onclick=="yes")
document.onclick=hidemenu

