//<![CDATA[
function fotowinop (addr, width, height) {

var optionts="width="+width+",height="+height+",directories=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,resizable=yes";
//alert (width+" на "+height);
foto=window.open(addr, 'foto',optionts);
window.foto.focus();
return false;

}
//]]>
