// JavaScript Document



function gallerypop(img){

        win = window.open("PhotoGallery.php?img="+img+"","", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, copyhistory=no, width=600, height=590")
        
}
