function maxpicresize(name,x,y) {
x*=4;
y*=4;
winx= x+22;
winy= y+22;
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=10 topmargin=10 bottommargin=10 rightmargin=10 marginheight=10 marginwidth=10 bgcolor=\"#13668A\">"+
"<a href='#' onclick='window.close();return false;'><img src='"+name+"' width="+x+
" height="+y+" alt='Закрыть окно' border=0></a>"+
"</body></html>"
);
	}
}

function maxpic(name,x,y) {
x*=1;
y*=1;
winx= x+22;
winy= y+22;
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=10 topmargin=10 bottommargin=10 rightmargin=10 marginheight=10 marginwidth=10 bgcolor=\"#13668A\">"+
"<a href='#' onclick='window.close();return false;'><img src='"+name+"' width="+x+
" height="+y+" alt='Закрыть окно' border=0></a>"+
"</body></html>"
);
	}
}

function maxpiclic(name,x,y) {
x*=7; //has to be 5
y*=7;
winx= x+22;
winy= y+22;
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=10 topmargin=10 bottommargin=10 rightmargin=10 marginheight=10 marginwidth=10 bgcolor=\"#13668A\">"+
"<a href='#' onclick='window.close();return false;'><img src='"+name+"' width="+x+
" height="+y+" alt='Закрыть окно' border=0></a>"+
"</body></html>"
);
	}
}
