function fullsize(name,titl,x,y) {
	var win = window.open('','_blank',"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+x+",height="+y);
	win.document.open("text/html");
	with (win.document) {
	    write("<html><head><title>"+titl+"</title><script language='JavaScript'>self.focus()</script></head><body bgcolor='#FFFFFF' leftmargin=0 topmargin=0 marginheight=0 marginwidth=0><a href='#' onclick='window.close()'><img src='"+name+"'");
	    write(" alt='закрыть' border='0'></a></body></html>");
	    close();
 }
}

function sizeok(name,titl,x,y) {
	var win = window.open('','_blank',"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=422,height=422");
	win.document.open("text/html");
	with (win.document) {
	write('<html><head><link type="text/css" rel="stylesheet" href="/includes/main.css">');
	write('<title>'+titl+'</title><script>self.focus();</script></head><body marginheight="0" marginwidth="0" leftmargin="0" rightmargin="0" topmargin="0">');
	write('<table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%" style="background-color:#D3DCE1;">');
	write('<tr><td colspan="3" width="100%"><img src="/imgs/design/sp.gif" width="1" height="11" border="0" alt="" class="sp"></td></tr>');
	write('<tr><td height="100%"><img src="/imgs/design/sp.gif" width="11" height="1" border="0" alt="" class="sp"></td>');
	write('<td style="background-color:#3A5F8B;border:1px #fff solid;width:100%;" align=center>');
	write('<a href="#" onclick="window.close()"><img src="'+name+'" border="0" alt="Закрыть"');
	write('</td><td style="background:URL(/imgs/up/3.gif) no-repeat left bottom;"><img src="/imgs/design/sp.gif" width="11" height="1" border="0" alt="" class="sp"></td></tr>');
	write('<tr><td colspan="3" style="background:URL(/imgs/up/4.gif) no-repeat right top;"><img src="/imgs/design/sp.gif" width="1" height="11" border="0" alt="" class="sp"></td>');
	write('</tr></table><div style="position:absolute;z-index:2;bottom:11px;right:11px;"><a href="#" OnClick="window.close();return false;"><img src="/imgs/up/close.gif" width="15" height="15" border="0" alt="Закрыть"></a></div></body></html>');
	close();
 }
}

