

<!-- THIS SCRIPT PRELOADS THE IMAGES!! -->
<!-- Begin
image1 = new Image();
image1.src = "images/button1r.png";

image2 = new Image();
image2.src = "images/button2r.png";

image3 = new Image();
image3.src = "images/button3r.png";

image4 = new Image();
image4.src = "images/button4r.png";

image5 = new Image();
image5.src = "images/button5r.png";

image6 = new Image();
image6.src = "images/button6r.png";

image7 = new Image();
image7.src = "images/button7r.png";

// End -->





<!-- THIS SCRIPT RUNS THE POP UP PAGES!! -->

<!-- Begin
function webpopUp1(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=640,height=560,left = 500,top = 50');");
}

function webpopUp2(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=640,height=560,left = 500,top = 50');");
}

function webpopUp3(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=640,height=560,left = 500,top = 50');");
}

function webpopUp4(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=640,height=560,left = 500,top = 50');");
}

function webpopUp5(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=640,height=560,left = 500,top = 50');");
}

function webpopUp6(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=640,height=560,left = 500,top = 50');");
}

function webpopUp7(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=640,height=560,left = 500,top = 50');");
}

function webpopUp8(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=640,height=560,left = 500,top = 50');");
}

function webpopUp9(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=640,height=560,left = 500,top = 50');");
}


// End -->

<!-- THIS SCRIPT CLOSES POPUP WINDOW!! -->
<!-- Begin
function clswin() {
close();} 

// End -->







<!-- This script make a nothing href link -->
<script type="text/javascript" language="JavaScript"> 

function nothing(){} 
// --> 




