//Begin Preload Images


//This script and many more are available free online at -->
//The JavaScript Source!! http:\\javascript.internet.com -->

//Begin image preloads
image1 = new Image();
image1.src = "images/nav-1.gif";

image2 = new Image();
image2.src = "images/nav-2.gif";

image3 = new Image();
image3.src = "images/nav-3.gif";

image4 = new Image();
image4.src = "images/nav-4.gif";

image5 = new Image();
image5.src = "images/nav-5.gif";

image6 = new Image();
image6.src = "images/nav-6.gif";

image7 = new Image();
image7.src = "images/nav-7.gif";

image8 = new Image();
image8.src = "images/nav8.gif";

//End Image Preloads

//Begin Mouse Overs
function move_in(img_name,img_src) {
document[img_name].src=img_src;
}

function move_out(img_name,img_src) {
document[img_name].src=img_src;
}
// End Mouse Overs



//Begin photo images preload

image9 = new Image();
image9.src = "images/faces.jpg";

image10 = new Image();
image10.src = "images/flyfshng.jpg";

image11 = new Image();
image11.src = "images/guysnight.jpg";

image12 = new Image();
image12.src = "images/helpgraduate.jpg";

image13 = new Image();
image13.src = "images/shpngspree.jpg";

image14 = new Image();
image14.src = "images/skitrip.jpg.gif";

image15 = new Image();
image15.src = "images/smile.jpg.gif";

image16 = new Image();
image16.src = "images/stacybrenda.jpg";

image17 = new Image();
image17.src = "images/swimparty.jpg";

//End photo images preload

//Begin Open Photos in New Window

function shpngspree() {
msg=window.open("photos/shpngspree.html","","width=325,height=350,resizable=yes")
}
function smile() {
msg=window.open("photos/smile.html","","width=325,height=350,resizable=yes")
}
function guysnight() {
msg=window.open("photos/guysnight.html","","width=325,height=350,resizable=yes")
}
function swimparty() {
msg=window.open("photos/swimparty.html","","width=325,height=350,resizable=yes")
}
function helpgraduate() {
msg=window.open("photos/helpgraduate.html","","width=325,height=350,resizable=yes")
}
function skitrip() {
msg=window.open("photos/skitrip.html","","width=325,height=350,resizable=yes")
}
function stacybrenda() {
msg=window.open("photos/stacybrenda.html","","width=325,height=350,resizable=yes")
}
function flyfshng() {
msg=window.open("photos/flyfshng.html","","width=325,height=350,resizable=yes")
}
function faces() {
msg=window.open("photos/faces.html","","width=325,height=350,resizable=yes")
}
//End Open Photos in New Window