<!--
function openPhoto(filename,width,height){
 if(window.out && window.comment){out();}
 w=width;
 if(!document.layers&&navigator.userAgent.indexOf('Win')>=0){w+=18;}
 h=height+32;
 if(screen.availWidth<w){w=screen.availWidth;};if(screen.availHeight<h+100){h=screen.availHeight-100};
 photoWin=window.open('news/'+filename+'.html',filename,'WIDTH='+w+',height='+h+',toolbar=0,menubar=0,status=1,location=0,resizable=1,scrollbars=1');
 if(photoWin!=null){photoWin.focus();}}
//-->

