<!-- Guest Book Guidelines pop up -->

<!-- Begin
function popUp(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=1,width=400,height=390,left = 440,top = 285');");
}
// End -->

<!-- END Guest Book Guidelines pop up -->


<!-- Guest Book Share pop up -->

<!-- Begin
function popUp2(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=1,width=400,height=517,left = 440,top = 221.5');");
}
// End -->

<!-- END Guest Book Share pop up -->


<!-- Guest Book Photo Gallery pop up -->

function PopupPic(sPicURL) {
window.open("photo_window.php?"+sPicURL, "", "resizable=0,HEIGHT=200,WIDTH=200");
}

<!-- END Guest Book Photo Gallery pop up -->