function photo(p_w, p_ht, p_name, p_tytle, txt){
p_het=parseInt(p_ht, 10);p_height=p_het+154;
p_wih=parseInt(p_w, 10);p_width=p_wih+40;
fit='<html><head><LINK href="/env/popworks.css" type="text/css" rel="stylesheet"><title>ЗАО &laquo;СпецТехСтрой&raquo;</title></head><body><div id=header><img src="/usersbin/'+p_name+'" alt="" width="'+p_w+'" height="'+p_ht+'" border="0"></div><div id=footer><p>'+txt+'</div></body></html>';
tt="scrollbars=no,status=no,resizable=no,height="+p_height+",width="+p_width; 
wind=window.open("","",tt);
wind.document.write(fit);
return wind;
}
function popup(p_hr, p_h, p_w){
tt="scrollbars=no,status=no,resizable=no,height="+p_h+",width="+p_w; 
wind=window.open(p_hr,"",tt);

return wind;
}
