Photo = ""; function pop_winPhoto(url){ if(Photo){ if(Photo.closed){ Photo = window.open(url, "Photo", "top=" + ((screen.availHeight/2) - (525 / 2)) + ",left=" + ((screen.availWidth/2) - (640 / 2)) + ",width=640,height=525,resizable=0,toolbar=0,scrollbars=1,location=0,status=0,menubar=0") } else { Photo.focus(); } } else { Photo = window.open(url,"Photo", "top=" + ((screen.availHeight/2) - (525 / 2)) + ",left=" + ((screen.availWidth/2) - (640 / 2)) + ",width=640,height=525,resizable=0,toolbar=0,scrollbars=1,location=0,status=0,menubar=0") } }