<!--
homeoff = new Image;homeoff.src = "images/homeoff.gif";
homeon = new Image;homeon.src = "images/homeon.gif";
johnoff = new Image;johnoff.src = "images/johnoff.gif";
johnon = new Image;johnon.src = "images/johnon.gif";
schedulesoff = new Image;schedulesoff.src = "images/schedulesoff.gif";
scheduleson = new Image;scheduleson.src = "images/scheduleson.gif";
ticketsoff = new Image;ticketsoff.src = "images/ticketsoff.gif";
ticketson = new Image;ticketson.src = "images/ticketson.gif";
cdoff = new Image;cdoff.src = "images/cdoff.gif";
cdon = new Image;cdon.src = "images/cdon.gif";
reviewsoff = new Image;reviewsoff.src = "images/reviewsoff.gif";
reviewson = new Image;reviewson.src = "images/reviewson.gif";
pressoff = new Image;pressoff.src = "images/pressoff.gif";
presson = new Image;presson.src = "images/presson.gif";
interviewsoff = new Image;interviewsoff.src = "images/interviewsoff.gif";
interviewson = new Image;interviewson.src = "images/interviewson.gif";
atlastoff = new Image;atlastoff.src = "images/atlastoff.gif";
atlaston = new Image;atlaston.src = "images/atlaston.gif";
photosoff = new Image;photosoff.src = "images/photosoff.gif";
photoson = new Image;photoson.src = "images/photoson.gif";
contactoff = new Image;contactoff.src = "images/contactoff.gif";
contacton = new Image;contacton.src = "images/contacton.gif";
coveron = new Image; coveron.src="images/backcoverart.jpg";
coveroff = new Image; coveroff.src="images/coverart.jpg";

browsernum = parseInt(navigator.appVersion)

function SwapIn(ButtonName){

if (browsernum >= 3) {

   if (ButtonName=="home") {document.home.src = homeon.src;}
   if (ButtonName=="john") {document.john.src = johnon.src;}
   if (ButtonName=="schedules") {document.schedules.src = scheduleson.src;}
   if (ButtonName=="tickets") {document.tickets.src = ticketson.src;}
   if (ButtonName=="cd") {document.cd.src = cdon.src;}
   if (ButtonName=="reviews") {document.reviews.src = reviewson.src;}
   if (ButtonName=="press") {document.press.src = presson.src;}
   if (ButtonName=="interviews") {document.interviews.src = interviewson.src;}
   if (ButtonName=="atlast") {document.atlast.src = atlaston.src;}
   if (ButtonName=="photos") {document.photos.src = photoson.src;}
   if (ButtonName=="contact") {document.contact.src = contacton.src;}
   if (ButtonName=="cover") {document.cover.src=coveron.src}
}
}
function SwapOut(ButtonName){

if (browsernum >= 3) {

   if (ButtonName=="home") {document.home.src = homeoff.src;}
   if (ButtonName=="john") {document.john.src = johnoff.src;}
   if (ButtonName=="schedules") {document.schedules.src = schedulesoff.src;}
   if (ButtonName=="tickets") {document.tickets.src = ticketsoff.src;}
   if (ButtonName=="cd") {document.cd.src = cdoff.src;}
   if (ButtonName=="reviews") {document.reviews.src = reviewsoff.src;}
   if (ButtonName=="press") {document.press.src = pressoff.src;}
   if (ButtonName=="interviews") {document.interviews.src = interviewsoff.src;}
   if (ButtonName=="atlast") {document.atlast.src = atlastoff.src;}
   if (ButtonName=="photos") {document.photos.src = photosoff.src;}
   if (ButtonName=="contact") {document.contact.src = contactoff.src;}
   if (ButtonName=="cover") {document.cover.src=coveroff.src}
}
}

function val() {
        window.open('valerie_sneade.html','window1','toolbar=no,location=no,directories=no,status=yes,menubar=no,resizable=yes,copyhistory=no,scrollbars=yes,width=600,height=600');
}
//-->
