/*********************************************** * 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 ***********************************************/ var home = new Array(); home[1]=' Home'; home[2]=' About Us'; home[3]='OZRadio Forums'; home[4]='Community Page'; home[5]='Reviews'; home[6]=' Links'; var signupmenu = new Array(); signupmenu[1]='Login'; signupmenu[2]='Sign up as a Music Artists'; signupmenu[3]='Sign up as a Music Fan/Listeners'; signupmenu[4]='Sign up as a Music Shop'; signupmenu[5]='Sign up as a Record Lable'; signupmenu[6]='Sign up as a Venue'; signupmenu[7]='Sign up as a Radio Station'; signupmenu[8]='Sign up as a Music Magazine'; signupmenu[9]='Sign up as a Event Manager'; var tew2; var tewl; var temp; var loggedin = new Array(); loggedin[1]=' Control Panel'; loggedin[2]='View Your Profile'; loggedin[3]=temp; loggedin[4]='Edit Profile Display'; loggedin[5]=tewl; loggedin[6]=tew2; loggedin[7]='Add A Blog'; loggedin[8]='Your Favorites'; loggedin[9]='Friends / Fans'; loggedin[10]='Cart Items'; loggedin[11]='Invite Friends From Anywhere'; loggedin[12]='User Logout'; var browse = new Array(); browse[1]=' OZRadioMAG'; browse[2]=' Listeners/Members'; browse[3]=' Search Items For Sale'; browse[6]=' Photos On OZRadio'; browse[7]=' Gigs/Events'; browse[8]=' Referral Report'; browse[9]=' Site Help'; var artists = new Array(); //artists[10]='music'; artists[21]='Browse Musicians From A-Z'; artists[22]=' Browse Musicians By Map'; artists[23]='       New South Wales'; artists[24]='       Northern Territory'; artists[25]='       Queensland'; artists[26]='       South Australia'; artists[27]='       Tasmania'; artists[28]='       Western Australia'; artists[29]='       Victoria'; artists[30]=' Browse Musicians By Genre'; artists[31]=' Browse Musicians By Total Plays'; artists[32]=' Browse Musicians By Rating'; artists[34]=' Browse Musicians Music Videos'; artists[35]=' Browse Video Channels'; artists[36]=' Browse Radio Channels'; var labels = new Array(); labels[20]=' MP3 Weekly Charts'; labels[21]=' MP3 Monthly Charts'; labels[22]=' MP3 Yearly Charts'; labels[27]=' Video Weekly Charts'; labels[28]='  Video Monthly Charts'; labels[30]=' Video Yearly Charts'; labels[33]=' Musicians By Total Plays'; var venues = new Array(); venues[10]=' Artists/Bands'; venues[21]=' Record Labels'; venues[22]=' Radio Stations'; venues[23]=' Music Shops'; venues[30]=' Venues'; var radio = new Array(); radio[10]='  Reviews/Interviews'; var musicshops = new Array(); musicshops[10]='  Submit My Review (contest)'; var menuwidth='520px'; var menubgcolor='#000000' var disappeardelay=100 var hidemenu_onclick="no" var ie4=document.all var ns6=document.getElementById&&!document.all if (ie4||ns6) document.write('') 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 - 0; } 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)