function showGallery(){
open('galleries/PI_01.php','galleries','scrollbars=0,resize=0,toolbar=0,width=355,height=389');
window.location('#')
}
function boxRollover(getObj){
document.getElementById(getObj).style.backgroundImage = "url(images/dot_bg.gif)";
document.getElementById(getObj).style.cursor = "pointer";
}
function boxRollout(getObj){
document.getElementById(getObj).style.backgroundImage = "url()";
}
function footerBoxRollover(getObj){
document.getElementById(getObj).style.backgroundImage = "url(images/dot_bg_footer.gif)";
document.getElementById(getObj).style.cursor = "pointer";
}
function footerBoxRollout(getObj){
document.getElementById(getObj).style.backgroundImage = "url()";
}
function goForURL(getURL){
window.parent.location.target="_parent";
document.location.href = getURL;
}
function goForNewWindowURL(getURL){
window.open(getURL,"mywindow","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=600,height=300");
}