{
alt0 = new Image();
alt0.src = "images/gong_out.jpg";

alt1 = new Image();
alt1.src = "images/gong_store_over.jpg";

alt2 = new Image();
alt2.src = "images/gong_about_over.jpg";

alt3 = new Image();
alt3.src = "images/gong_services_over.jpg";

alt4 = new Image();
alt4.src = "images/gong_classes_over.jpg";

alt5 = new Image();
alt5.src = "images/gong_library_over.jpg";

alt6 = new Image();
alt6.src = "images/gong_bio_over.jpg";

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

alt8 = new Image();
alt8.src = "../images/about_gong.gif";

alt9 = new Image();
alt9.src = "../images/services_gong.gif";

alt10 = new Image();
alt10.src = "../images/classes_gong.gif";

alt11 = new Image();
alt11.src = "../images/library_gong.gif";

alt12 = new Image();
alt12.src = "../images/bio_gong.gif";

hgraphic1= new Image();
hgraphic1.src = "images/store_outc.jpg";
hgraphic1on = new Image();
hgraphic1on.src = "images/store_overc.jpg";

hgraphic2= new Image();
hgraphic2.src = "images/about_outc.jpg";
hgraphic2on = new Image();
hgraphic2on.src = "images/about_overc.jpg";

hgraphic3= new Image();
hgraphic3.src = "images/services_outc.jpg";
hgraphic3on = new Image();
hgraphic3on.src = "images/services_overc.jpg";

hgraphic4= new Image();
hgraphic4.src = "images/classes_outc.jpg";
hgraphic4on = new Image();
hgraphic4on.src = "images/classes_overc.jpg";

hgraphic5= new Image();
hgraphic5.src = "images/library_outc.jpg";
hgraphic5on = new Image();
hgraphic5on.src = "images/library_overc.jpg";

hgraphic6= new Image();
hgraphic6.src = "images/bio_outc.jpg";
hgraphic6on = new Image();
hgraphic6on.src = "images/bio_overc.jpg";

graphic1= new Image();
graphic1.src = "../images/store_out.jpg";
graphic1on = new Image();
graphic1on.src = "../images/store_over.jpg";

graphic2= new Image();
graphic2.src = "../images/about_out.jpg";
graphic2on = new Image();
graphic2on.src = "../images/about_over.jpg";

graphic3= new Image();
graphic3.src = "../images/services_out.jpg";
graphic3on = new Image();
graphic3on.src = "../images/services_over.jpg";

graphic4= new Image();
graphic4.src = "../images/classes_out.jpg";
graphic4on = new Image();
graphic4on.src = "../images/classes_over.jpg";

graphic5= new Image();
graphic5.src = "../images/library_out.jpg";
graphic5on = new Image();
graphic5on.src = "../images/library_over.jpg";

graphic6= new Image();
graphic6.src = "../images/bio_out.jpg";
graphic6on = new Image();
graphic6on.src = "../images/bio_over.jpg";

graphic7= new Image();
graphic7.src = "../images/home_out.gif";
graphic7on = new Image();
graphic7on.src = "../images/home_over.gif";

}


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

function imageChangeLeft(imageID,imageName,imageID2,imageName2) {
{
parent.section.document.images[imageID].src = eval(imageName + ".src");
parent.left.document.images[imageID2].src = eval(imageName2 + ".src");
}
}

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

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

function imageChangeHome(imageID,imageName) {
{
document.images[imageID].src = eval(imageName + ".src");
}
}