home = new Image()
home.src = "image/home.jpg"
homeon = new Image()
homeon.src = "image/homeo.jpg"

aboutus = new Image()
aboutus.src = "image/aboutus.jpg"
aboutuson = new Image()
aboutuson.src = "image/aboutuso.jpg"

thebands = new Image()
thebands.src = "image/thebands.jpg"
thebandson = new Image()
thebandson.src = "image/thebandso.jpg"

links = new Image()
links.src = "image/links.jpg"
linkson = new Image()
linkson.src = "image/linkso.jpg"

contactus = new Image()
contactus.src = "image/contactus.jpg"
contactuson = new Image()
contactuson.src = "image/contactuso.jpg"

recording = new Image()
recording.src = "image/titlebutton1.jpg"
recordingon = new Image()
recordingon.src = "image/titlebutton1o.jpg"

manage = new Image()
manage.src = "image/titlebutton2.jpg"
manageon = new Image()
manageon.src = "image/titlebutton2o.jpg"

publishing = new Image()
publishing.src = "image/titlebutton3.jpg"
publishingon = new Image()
publishingon.src = "image/titlebutton3o.jpg"

hush = new Image()
hush.src = "image/hush.jpg"
hushon = new Image()
hushon.src = "image/husho.jpg"

connect = new Image()
connect.src = "image/connect.jpg"
connecton = new Image()
connecton.src = "image/connecto.jpg"

connect2 = new Image()
connect2.src = "image/connect2.jpg"
connect2on = new Image()
connect2on.src = "image/connect2o.jpg"

forth = new Image()
forth.src = "image/titlebutton6.jpg"
forthon = new Image()
forthon.src = "image/titlebutton6o.jpg"

gig27 = new Image()
gig27.src = "image/gig27.jpg"
gig27on = new Image()
gig27on.src = "image/gig27o.jpg"

gig28 = new Image()
gig28.src = "image/gig28.jpg"
gig28on = new Image()
gig28on.src = "image/gig28o.jpg"

gig26 = new Image()
gig26.src = "image/gig26.jpg"
gig26on = new Image()
gig26on.src = "image/gig26o.jpg"

gig25 = new Image()
gig25.src = "image/gig25.jpg"
gig25on = new Image()
gig25on.src = "image/gig25o.jpg"

email = new Image()
email.src = "image/email.jpg"
emailon = new Image()
emailon.src = "image/emailo.jpg"

function change(imageID,imageName)  {

document.images[imageID].src = eval(imageName + ".src");
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}