/**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 menu shop
var menu_shop=new Array()
menu_shop[0]='<a href="http://www.climbnewcastle.com/shop/index.php?cPath=50">Boreal</a>'
menu_shop[1]='<a href="http://www.climbnewcastle.com/shop/index.php?cPath=33">Deuter</a>'
menu_shop[2]='<a href="http://www.climbnewcastle.com/shop/index.php?cPath=45">Evolv</a>'
menu_shop[3]='<a href="http://www.climbnewcastle.com/shop/index.php?cPath=3">E9</a>'
menu_shop[4]='<a href="http://www.climbnewcastle.com/shop/index.php?cPath=65">Moko</a>'
menu_shop[5]='<a href="http://www.climbnewcastle.com/shop/index.php?cPath=62">Monkee</a>'
menu_shop[6]='<a href="http://www.climbnewcastle.com/shop/index.php?cPath=40">Moon</a>'
menu_shop[7]='<a href="http://www.climbnewcastle.com/shop/index.php?cPath=59">OR</a>'
menu_shop[8]='<a href="http://www.climbnewcastle.com/shop/index.php?cPath=32">Scarpa</a>'
menu_shop[9]='<a href="http://www.climbnewcastle.com/shop/index.php?cPath=7">Snap</a>'
menu_shop[10]='<a href="http://www.climbnewcastle.com/shop/index.php?cPath=52">Accapi Nexus</a>'
menu_shop[11]='<a href="http://www.climbnewcastle.com/shop/index.php?cPath=37">Gift Ideas</a>'
menu_shop[12]='<a href="http://www.climbnewcastle.com/shop/index.php?cPath=28">Books & DVDs</a>'

//Contents for menu articles
var menu_articles=new Array()
menu_articles[0]='<a href="http://articles.climbnewcastle.com/sintra.html">Sintra, PO</a>'
menu_articles[1]='<a href="http://articles.climbnewcastle.com/palmarislongus.html">Palmaris Longus</a>'
menu_articles[2]='<a href="http://articles.climbnewcastle.com/systemstraining.html">System Training</a>'
menu_articles[3]='<a href="http://articles.climbnewcastle.com/endurance.html">Endurance</a>'
menu_articles[4]='<a href="http://articles.climbnewcastle.com/rocklands.html">Rocklands, SA</a>'
menu_articles[5]='<a href="http://articles.climbnewcastle.com/bodytension.html">Body Tension</a>'
menu_articles[6]='<a href="http://articles.climbnewcastle.com/dynamic.html">Dynamic Movement</a>'


//Contents for menu gallery
var menu_gallery=new Array()
menu_gallery[0]='<a href="http://www.climbnewcastle.com/gallery.html">Image gallery</a>'
menu_gallery[1]='<a href="http://www.climbnewcastle.com/video.php">Video gallery</a>'
menu_gallery[2]='<a href="http://www.climbnewcastle.com/travels.html">Around the World</a>'

//Contents for menu contact
var menu_contact=new Array()
menu_contact[0]='<a href="http://www.climbnewcastle.com/contact.html">Contact Us</a>'
menu_contact[1]='<a href="http://www.climbnewcastle.com/about.html">About Us</a>'

//Contents for menu contact
var menu_events=new Array()
menu_events[0]='<a href="http://events.climbnewcastle.com/">Upcoming</a>'
menu_events[1]='<a href="http://events.climbnewcastle.com/asbo2010.html">Annual Spring Boulder Open</a>'
menu_events[2]='<a href="http://events.climbnewcastle.com/climbnewcastleisone.html">Climb Newcastle is...</a>'
menu_events[3]='<a href="http://events.climbnewcastle.com/summerladder.html">Summer Boulder Ladder</a>'
menu_events[4]='<a href="http://events.climbnewcastle.com/juniorschools.html">Junior Climbing Championships</a>'
menu_events[5]='<a href="http://events.climbnewcastle.com/wbs0910.html">Winter Bouldering Series</a>'

//Contents for menu coaching
var menu_coaching=new Array()
menu_coaching[0]='<a href="http://www.climbnewcastle.com/coaching.html">Coaching Overview</a>'
menu_coaching[1]='<a href="http://www.climbnewcastle.com/yourcoach.html">Who is your Coach?</a>'
menu_coaching[2]='<a href="http://www.climbnewcastle.com/foundation.html">Get Started</a>'
menu_coaching[3]='<a href="http://www.climbnewcastle.com/rockstars.html">Kids Coaching</a>'
menu_coaching[4]='<a href="http://www.climbnewcastle.com/adultimprover.html">Improve Your Climbing</a>'
menu_coaching[5]='<a href="http://www.climbnewcastle.com/onetoone.html">Professional Coaching</a>'

//Contents for menu centre
var menu_centre=new Array()
menu_centre[0]='<a href="http://www.climbnewcastle.com/bykerwall.html">Byker Wall</a>'
menu_centre[1]='<a href="http://www.climbnewcastle.com/location.html">Location</a>'
menu_centre[2]='<a href="http://www.climbnewcastle.com/openingtimes.html">Opening Times</a>'
menu_centre[3]='<a href="http://www.climbnewcastle.com/facilities.html">Facilities</a>'
menu_centre[4]='<a href="http://www.climbnewcastle.com/prices.html">Price List</a>'
menu_centre[5]='<a href="http://www.climbnewcastle.com/students.html">Student Offers</a>'
menu_centre[6]='<a href="http://www.climbnewcastle.com/registration.html">Registration</a>'
menu_centre[7]='<a href="http://www.climbnewcastle.com/circuits.html">Current Circuits</a>'
	
var menuwidth='165px' //default menu width
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+'" 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
