var menu1=new Array()
menu1[0]='<a href="http://www.nightcruiser.com.au/wa/perth/index.html" target="_self">Perth Metro</a>'
menu1[1]='<a href="http://www.nightcruiser.com.au/wa/perth_cbd/index.html" target="_self">Perth Central Business District</a>'
menu1[2]='<a href="http://www.nightcruiser.com.au/wa/joondalup/index.html" target="_self">Joondalup</a>'
menu1[3]='<a href="http://www.nightcruiser.com.au/wa/mandurah/index.html" target="_self">Mandurah</a>'
menu1[4]='<a href="#">Fremantle</a>'
menu1[5]='<a href="http://www.nightcruiser.com.au/wa/rockingham/index.html" target="_self">Rockingham</a>'
menu1[6]='<a href="http://www.nightcruiser.com.au/wa/bunbury/index.html" target="_self">Bunbury</a>'
menu1[7]='<a href="#">Kalamunda</a>'
menu1[8]='<a href="http://www.nightcruiser.com.au/wa/armadale/index.html" target="_self">Armadale</a>'
menu1[9]='<a href="http://www.nightcruiser.com.au/wa/mandurah/index.html" target="_self">Pinjarra</a>'
menu1[10]='<a href="http://www.nightcruiser.com.au/wa/armadale/index.html" target="_self">Perth Hills Area</a>'
menu1[11]='<a href="http://www.nightcruiser.com.au/wa/northam/index.html" target="_self">Northam</a>'
menu1[12]='<a href="#">York</a>'
menu1[13]='<a href="http://www.nightcruiser.com.au/wa/toodyay/index.html" target="_self">Toodyay</a>'
menu1[14]='<a href="http://www.nightcruiser.com.au/wa/lancelin/index.html" target="_self">Lancelin</a>'

var menu2=new Array()
menu2[0]='<a href="http://www.nightcruiser.com.au/qld/brisbane/index.html" target="_self">Brisbane Metro</a>'
menu2[1]='<a href="http://www.nightcruiser.com.au/qld/gold_coast/index.html" target="_self">Gold Coast</a>'
menu2[2]='<a href="#" target="_self">Bundaberg</a>'
menu2[3]='<a href="#" target="_self">Sunshine Coast</a>'
menu2[4]='<a href="#" target="_self">Cairns</a>'
menu2[5]='<a href="#" target="_self">Ipswich</a>'
menu2[6]='<a href="#" target="_self">Toowoomba</a>'
		
var menu3=new Array()
menu3[0]='<a href="http://www.nightcruiser.com.au/sa/adelaide/index.html" target="_self">Adelaide</a>'
menu3[1]='<a href="#" target="_self">Adelaide CBD</a>'
menu3[2]='<a href="#" target="_self">Southern Suburbs</a>'
menu3[3]='<a href="#" target="_self">Western Suburbs</a>'
menu3[4]='<a href="#" target="_self">Hills Suburbs</a>'
menu3[5]='<a href="#" target="_self">Victor Harbor</a>'
menu3[6]='<a href="#" target="_self">Gawler</a>'

var menu4=new Array()
menu4[0]='<a href="http://www.nightcruiser.com.au/vic/melbourne/index.html" target="_self">Melbourne</a>'

var menu5=new Array()
menu5[0]='<a href="http://www.nightcruiser.com.au/nsw/sydney/index.html" target="_self">Sydney Metro</a>'
menu5[1]='<a href="#" target="_self">Sydney CBD</a>'
menu5[2]='<a href="#" target="_self">Sydney Outer</a>'
menu5[3]='<a href="http://www.nightcruiser.com.au/nsw/albury_wodonga/index.html" target="_self">Albury/Wodonga</a>'
menu5[4]='<a href="#" target="_self">Central West</a>'
menu5[5]='<a href="#" target="_self">Central Coast</a>'
menu5[6]='<a href="#" target="_self">Hunter Valley Region</a>'
menu5[7]='<a href="#" target="_self">Newcastle</a>'
menu5[8]='<a href="#" target="_self">South Coast</a>'
menu5[9]='<a href="#" target="_self">Wollongong</a>'

var menu6=new Array()
menu6[0]='<a href="http://www.nightcruiser.com.au/act/canberra/index.html" target="_self">Canberra</a>'

var menu7=new Array()
menu7[0]='<a href="http://www.nightcruiser.com.au/tas/hobart/index.html" target="_self">Hobart Metro</a>'

var menu8=new Array()
menu8[0]='<a href="http://www.nightcruiser.com.au/nt/darwin/index.html" target="_self">Darwin</a>'

var menuwidth='165px' //default menu width
var menubgcolor='#666666'  //menu bgcolor
var disappeardelay=250  //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes" //hide menu when user clicks within menu?
