
// <!-- 

{

// main navigation
button1 = new Image;
button1.src = "images/nav/home.gif";

button2 = new Image;
button2.src = "images/nav/photos.gif";

button3 = new Image;
button3.src = "images/nav/contactus.gif";
// end of main navigation


// main navigation rollover
button1on = new Image;
button1on.src = "images/nav/home_roll.gif";

button2on = new Image;
button2on.src = "images/nav/photos_roll.gif";

button3on = new Image;
button3on.src = "images/nav/contactus_roll.gif";
// end of main navigation rollover


// number
button10 = new Image;
button10.src = "images/discus/1.gif";

button11 = new Image;
button11.src = "images/discus/2.gif";
// end of number

// number rollover
button10on = new Image;
button10on.src = "images/discus/1_roll.gif";

button11on = new Image;
button11on.src = "images/discus/2_roll.gif";
// end of number rollover




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

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

}


// popup new window

function openit(sURL,w,h,name){
var sNewURL;
sNewURL = sURL + "?id=" + Math.random();
newwindow=open(sNewURL,name,"scrollbars=yes,toolbar=no,directories=no,menubar=no,resizable=no,status=yes,width=" + w + ",height=" + h);
newwindow.focus();
}

// -->
