                         Image1off= new Image(50,50)
                         Image1off.src = "images/news50.jpg"
                         Image1on = new Image(50,50)
                         Image1on.src = "images/news50up.jpg"

                         Image1toff= new Image(150,30)
                         Image1toff.src = "welcome.gif"
                         Image1ton = new Image(150,30)
                         Image1ton.src = "welcomeup.gif"

                         Image2off= new Image(50,50)
                         Image2off.src = "images/bio50.jpg"
                         Image2on = new Image(50,50)
                         Image2on.src = "images/bio50up.jpg"

                         Image2toff= new Image(150,30)
                         Image2toff.src = "biography.gif"
                         Image2ton = new Image(150,30)
                         Image2ton.src = "biographyup.gif"

                         Image3off= new Image(50,50)
                         Image3off.src = "images/kitchen50.jpg"
                         Image3on = new Image(50,50)
                         Image3on.src = "images/kitchen50up.jpg"

                         Image3toff= new Image(150,30)
                         Image3toff.src = "herstory.gif"
                         Image3ton = new Image(150,30)
                         Image3ton.src = "herstoryup.gif"

                         Image4off= new Image(50,50)
                         Image4off.src = "images/disc50.jpg"
                         Image4on = new Image(50,50)
                         Image4on.src = "images/disc50up.jpg"

                         Image4toff= new Image(150,30)
                         Image4toff.src = "discography.gif"
                         Image4ton = new Image(150,30)
                         Image4ton.src = "discographyup.gif"

                         Image5off= new Image(50,50)
                         Image5off.src = "images/gigs.jpg"
                         Image5on = new Image(50,50)
                         Image5on.src = "images/gigs50up.jpg"

                         Image5toff= new Image(150,30)
                         Image5toff.src = "performances.gif"
                         Image5ton = new Image(150,30)
                         Image5ton.src = "performancesup.gif"

                         Image6off= new Image(50,50)
                         Image6off.src = "images/press50.jpg"
                         Image6on = new Image(50,50)
                         Image6on.src = "images/press50up.jpg"

                         Image6toff= new Image(150,30)
                         Image6toff.src = "press.gif"
                         Image6ton = new Image(150,30)
                         Image6ton.src = "pressup.gif"

                         Image7off= new Image(120,25)
                         Image7off.src = "images/contact50.jpg"
                         Image7on = new Image(120,25)
                         Image7on.src = "images/contact50up.jpg"

                         Image7toff= new Image(150,30)
                         Image7toff.src = "contact.gif"
                         Image7ton = new Image(150,30)
                         Image7ton.src = "contactup.gif"

                         Image8off= new Image(50,50)
                         Image8off.src = "images/photos50.jpg"
                         Image8on = new Image(50,50)
                         Image8on.src = "images/photos50up.jpg"

                         Image8toff= new Image(150,30)
                         Image8toff.src = "photos.gif"
                         Image8ton = new Image(150,30)
                         Image8ton.src = "photosup.gif"

                         Image9off= new Image(120,25)
                         Image9off.src = "images/myspace50.jpg"
                         Image9on = new Image(120,25)
                         Image9on.src = "images/myspace50up.jpg"

                         Image9toff= new Image(150,30)
                         Image9toff.src = "myspace.gif"
                         Image9ton = new Image(150,30)
                         Image9ton.src = "myspaceup.gif"

 

		function on(pic) {
		document.images[pic].src = eval(pic + "on.src");
		}

		function off(pic) {
		document.images[pic].src = eval(pic + "off.src");
		}

function jukebox() {
	window.open("jukebox.html","jukebox","width=300,height=332,toolbar=0,menubar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0");
}