<!-- hide from old browsers


{


alt0 = new Image();
alt0.src = "images/tranone.gif";

alt1 = new Image();
alt1.src = "images/tranone.gif";

alt2 = new Image();
alt2.src = "images/tranone.gif";

alt3 = new Image();
alt3.src = "images/tranone.gif";


graphic1= new Image();
graphic1.src = "js/artist_off.jpg";
graphic1on = new Image();
graphic1on.src = "js/artist_on.jpg"

graphic2= new Image();
graphic2.src = "js/galleries_off.jpg";
graphic2on = new Image();
graphic2on.src = "js/galleries_on.jpg"

graphic3= new Image();
graphic3.src = "js/contact_off.jpg";
graphic3on = new Image();
graphic3on.src = "js/contact_on.jpg"

}

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


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

}


// stop hiding -->
