
function showWindow(file) {
   window.open(file,'Photogallery','height=650,width=900,location=1,status=1,menubar=1,resizable=1,titlebar=1,scrollbars=1,toolbar=0'); 
}





