<!--//
{


//These are the large images

alt0 = new Image();
alt0.src = "../images/homebig.gif";
alt1 = new Image();
alt1.src = "../images/homebig.gif";
alt2 = new Image();
alt2.src = "../images/buybig.gif";
alt3 = new Image();
alt3.src = "../images/musicbig.gif";
alt4 = new Image();
alt4.src = "../images/showsbig.gif";
alt5 = new Image();
alt5.src = "../images/biobig.gif";
alt6 = new Image();
alt6.src = "../images/quotesbig.gif";

alt7 = new Image();
alt7.src = "../images/songsbig.gif";

alt8 = new Image();
alt8.src = "../images/storiesbig.gif";
alt9 = new Image();
alt9.src = "../images/linksbig.gif";
alt10 = new Image();
alt10.src = "../images/wholesalebig.gif";
alt12 = new Image();
alt12.src = "../images/videoclipsbig.gif";

//These are the first button graphics

graphic1= new Image();
graphic1.src = "../images/home.gif";
graphic1on = new Image();
graphic1on.src = "../images/homecol.gif";
graphic2= new Image();
graphic2.src = "../images/buy.gif";
graphic2on = new Image();
graphic2on.src = "../images/buycol.gif";
graphic3= new Image();
graphic3.src = "../images/music.gif";
graphic3on = new Image();
graphic3on.src = "../images/musiccol.gif";
graphic4= new Image();
graphic4.src = "../images/shows.gif";
graphic4on = new Image();
graphic4on.src = "../images/showscol.gif";
graphic5= new Image();
graphic5.src = "../images/bio.gif";
graphic5on = new Image();
graphic5on.src = "../images/biocol.gif";
graphic6= new Image();
graphic6.src = "../images/quotes.gif";
graphic6on = new Image();
graphic6on.src = "../images/quotescol.gif";

graphic7= new Image();
graphic7.src = "../images/songs.gif";
graphic7on = new Image();
graphic7on.src = "../images/songscol.gif";

graphic8= new Image();
graphic8.src = "../images/stories.gif";
graphic8on = new Image();
graphic8on.src = "../images/storiescol.gif";
graphic9= new Image();
graphic9.src = "../images/events.gif";
graphic9on = new Image();
graphic9on.src = "../images/eventscol.gif";
graphic10= new Image();
graphic10.src = "../images/wholesale.gif";
graphic10on = new Image();
graphic10on.src = "../images/wholesalecol.gif";
graphic12= new Image();
graphic12.src = "../images/videoclips.gif";
graphic12on = new Image();
graphic12on.src = "../images/videoclipscol.gif";

//This is the function that calls for
//the change in the buttons 


}

function imageChange(imageID,imageName,imageID2,imageName2) { 

{

document.images[imageID].src = eval(imageName + ".src");
document.images[imageID2].src = eval(imageName2 + ".src");
}

}
//-->
