<!--

function openphoto(name,w,h,razdel) {
 w = w + 50;
 h = h + 250;
 var Temp = "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width="+w+",height="+h;
 newimg=window.open("http://procircus.ru/tpl/foto.php?photo="+name+"&razdel="+razdel,"Image",Temp);
}

-->

