function maxpic(name,x,y) {
winx= x;
winy= y;
var win = window.open('','_blank',"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=no,width="+winx+",height="+winy);
	win.document.open("text/html");
	with (win.document) {
	    write("<html><head><title>TS Support</title></head><script language='JavaScript'>self.focus()</script></head><body leftmargin=0 topmargin=0 bottommargin=0 rightmargin=0 marginheight=0 marginwidth=0 bgcolor=\"#FFFFFF\" width=100%>"+
"<a href='#' onclick='window.close()'><img src='"+name+"' border=0 width="+x+
" height="+y+" alt='Закрыть окно' border=0></a></body></html>"
);
	}
}

function maxpicresize(name,x,y) {
x*=5;
y*=5;
winx= x+40;
winy= y+78;
var win = window.open('','_blank',"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+winx+",height="+winy);
	win.document.open("text/html");
	with (win.document) {
	    write("<html><head><title>Адмирал</title></head><script language='JavaScript'>self.focus()</script></head>"+
"<body leftmargin=0 topmargin=0 bottommargin=0 rightmargin=0 marginheight=0 marginwidth=0 bgcolor=\"#ebebeb\" width=100%>"+
"<table cellpadding=0 cellspacing=0 border=0 width=100% style=\"cursor: hand\" onclick='window.close()'>"+
"<tr><td colspan=3 height=11><img src=\"/imgs/design/sp.gif\" width=1 height=11 alt=\"\" border=0 style=\"visibility: hidden;\"></td></tr>"+
"<tr><td width=12 background=\"/imgs/design/popup_bg1.jpg\" style=\"background-repeat:no-repeat; background-position:right bottom;\"><img src=\"/imgs/design/sp.gif\" width=12 height=1 alt=\"\" border=0 style=\"visibility: hidden;\"></td><td align=left style=\"padding:8px\" bgcolor=white><a href='#' onclick='window.close()'><img src='"+name+"' border=0 width="+x+
" height="+y+" alt='Закрыть окно' border=1></a></td><td><img src=\"/imgs/design/sp.gif\" width=12 height=1 alt=\"\" border=0 style=\"visibility: hidden;\"></td></tr>"+
"<tr><td background=\"/imgs/design/popup_bg3.jpg\""+
" style=\"background-repeat:no-repeat; background-position:right top;\">"+
"<img src=\"/imgs/design/sp.gif\" width=12 height=11 alt=\"\" border=0"+
" style=\"visibility: hidden;\"></td>"+
"<td height=11 background=\"/imgs/design/popup_bg2.jpg\""+
" style=\"background-repeat:no-repeat; background-position:left top;\"><img src=\"/imgs/design/sp.gif\" width=12 height=11 alt=\"\" border=0 style=\"visibility: hidden;\"></td><td><img src=\"/imgs/design/sp.gif\" width=12 height=1 alt=\"\" border=0 style=\"visibility: hidden;\"></td></tr>"+
"<tr height=1><td colspan=3 width=100% bgcolor=#b4b4b4><img src=\"/imgs/design/sp.gif\" width=1 height=1 alt=\"\" border=0 style=\"visibility: hidden;\"></td></tr>"+
"<tr height=26><td><img src=\"/imgs/design/sp.gif\" width=1 height=26 alt=\"\" border=0 style=\"visibility: hidden;\"></td><td align=right style='padding-right: 8px '>"+
"<img src=\"/imgs/design/sp.gif\" width=1 height=13 alt=\"\" border=0 style=\"visibility: hidden;\"><br><img src='/imgs/design/popup_label.gif' border=0 width=108 height=13 alt='Закрыть окно'></td><td><img src=\"/imgs/design/sp.gif\" width=1 height=26 alt=\"\" border=0 style=\"visibility: hidden;\"></td></tr>"+
"</table></body></html>"
);
	}
}
