function foto(pic) {
	var win = window.open('','',"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=800,height=600");
	win.document.open("text/html");
	with (win.document) {
		write("<html><head><title>ФондСервисбанк</title><script language='JavaScript'>self.focus()</script></head><body bgcolor='#ffffff' leftmargin=0 topmargin=0 rightmargin=0 bottommargin=0 marginheight=0 marginwidth=0><a href='' onclick='window.close()'><img src='imgs/"+pic+".jpg'");
		//if(x>0 && y>0) 
		write("width=800 height=600");
		write("alt='' border='0'></a></body></html>");
		close();
	}
}
function fotomap(pic) {
	var win = window.open('','',"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=345,height=309");
	win.document.open("text/html");
	with (win.document) {
		write("<html><head><title>ФондСервисбанк</title><script language='JavaScript'>self.focus()</script></head><body bgcolor='#ffffff' leftmargin=0 topmargin=0 rightmargin=0 bottommargin=0 marginheight=0 marginwidth=0><a href='' onclick='window.close()'><img src='imgs/"+pic+".gif'");
		//if(x>0 && y>0) 
		write("width=345 height=309");
		write("alt='' border='0'></a></body></html>");
		close();
	}
}

function photo(w,h,pic) {
	var win = window.open('','',"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+w+",height="+h);
	win.document.open("text/html");
	with (win.document) {
		write("<html><head><title>ФондСервисбанк</title><script language='JavaScript'>self.focus()</script></head><body bgcolor='#ffffff' leftmargin=0 topmargin=0 rightmargin=0 bottommargin=0 marginheight=0 marginwidth=0><a href='' onclick='window.close()'><img src='imgs/"+pic+".jpg'");
		//if(x>0 && y>0) 
		write("width="+w+" height="+h);
		write("alt='' border='0'></a></body></html>");
		close();
	}
}


