// JavaScript Document


function w_open(wt, h, img, t)
{
var w_options="width="+(wt+15)+",height="+(h+65)+",scrollbars=1,status=0,toolbar=0,resizable=1, height=530, width=630";
var w=window.open('', '', w_options);
w.document.writeln("<html><body bgcolor=#ffffff marginheight=0 marginwidth=0 topmargin=5 leftmargin=0><TITLE>"+t+
"</TITLE><center><img src="+img+" border=1 width="+wt+" height="+h+"><p><a href=javascript:window.close('w');><b><font size=3 color=#000000>Закрыть окно</font></b></a></p></center></body></html>");
w.moveTo(10,10);}
