
function PopImage( file, w, h ) 
        { 
        thewindow = window.open('/' + file, 'photodetail', config='height=' + h + ',width=' + w + ',toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,directories=no,status=no'); 
        } 
