<!--


function pic1() {
window.open( "pic1.html", "myWindow",
"status = 0, height = 600, width = 750, resizable = 0" )
}

function pic2() {
window.open( "pic2.html", "myWindow",
"status = 0, height = 750, width = 600, resizable = 0" )
}

function pic3() {
window.open( "pic3.html", "myWindow",
"status = 0, height = 750, width = 600, resizable = 0" )
}

function pic4() {
window.open( "pic4.html", "myWindow",
"status = 0, height = 600, width = 750, resizable = 0" )
}

function pic5() {
window.open( "pic5.html", "myWindow",
"status = 0, height = 750, width = 545, resizable = 0" )
}

function pic6() {
window.open( "pic6.html", "myWindow",
"status = 0, height = 750, width = 545, resizable = 0" )
}

function pic7() {
window.open( "pic7.html", "myWindow",
"status = 0, height = 750, width = 600, resizable = 0" )
}



//-->
