{

alt0= new Image();
alt0.src = "../images/sub_stripe.png";

alt1= new Image();
alt1.src = "../images/sub_stripe_about.png";

alt2= new Image();
alt2.src = "../images/sub_stripe_calendar.png";

alt3= new Image();
alt3.src = "../images/sub_stripe_classes.png";

alt4= new Image();
alt4.src = "../images/sub_stripe_gongs.png";

alt5= new Image();
alt5.src = "../images/sub_stripe_library.png";

alt6= new Image();
alt6.src = "../images/sub_stripe_store.png";

graphic1= new Image();
graphic1.src = "../images/store_off.png";
graphic1on = new Image();
graphic1on.src = "../images/store_on.png";

graphic2= new Image();
graphic2.src = "../images/about_off.png";
graphic2on = new Image();
graphic2on.src = "../images/about_on.png";

graphic3= new Image();
graphic3.src = "../images/gongs_off.png";
graphic3on = new Image();
graphic3on.src = "../images/gongs_on.png";

graphic4= new Image();
graphic4.src = "../images/classes_off.png";
graphic4on = new Image();
graphic4on.src = "../images/classes_on.png";

graphic5= new Image();
graphic5.src = "../images/library_off.png";
graphic5on = new Image();
graphic5on.src = "../images/library_on.png";

graphic6= new Image();
graphic6.src = "../images/calendar_off.png";
graphic6on = new Image();
graphic6on.src = "../images/calendar_on.png";

splashsun = new Image();
splashsun.src = "../images/index_sunout.jpg";
splashsunon = new Image();
splashsunon.src = "../images/index_sunover.jpg";

homesun= new Image();
homesun.src = "../images/home_off.jpg";
homesunon = new Image();
homesunon.src = "../images/home_on.jpg";

}

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

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


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

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

function loadthree(iframe1URL, iframe2URL, iframe3URL) {
{
parent.topsection.location.href=iframe1URL
parent.subframe.location.href=iframe2URL
parent.body.location.href=iframe3URL
}
}
