<!--
function OpenImage(path,w,h,title){
winl=(screen.width-w)/2;
wint=(screen.height-h)/2;
conf='height='+h+',width='+w+',top='+wint+',left='+winl+",noresize";
path="photo-show.php?path="+path;
window.open(path,"",conf);
}
-->