function vievPics(a, b, c, d, e){
        var hh;
	hh= d + 20;
	var newWindow = window.open("", "newWin", "Toolbar=no, Location=no, Directories=no, Status=no, Menubar=no, Scrollbars=yes, Resizable=no, width=" + e + ", height=" + d + "");
	newWindow.document.write("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"");
	newWindow.document.write("\"http://www.w3.org/TR/html4/loose.dtd\">");
	newWindow.document.write("<html><head><title>" + b + "</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=windows-1251\"><link href=\"../../src/style.css\" rel=stylesheet></head><body leftmargin=\"0\" topmargin=\"0\" rightmargin=\"0\" bottommargin=\"0\" bgcolor=\"#59a9e7\">");
	newWindow.document.write("<div align=\"center\"><a href=\"../functions.html\" class=\"text1\" target=\"_blank\">посмотреть комплектацию кабин</a>&nbsp;&nbsp;&nbsp;&nbsp;</div>");
	newWindow.document.write("<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
	newWindow.document.write("<tr><td align=\"center\"><img src=" + a + " alt=" + b + " width=" + c + " height=" + d + " border=0></td></tr>"); 
	newWindow.document.write("<\/table>");
	newWindow.document.write("</body>");
	newWindow.document.write("</html>");
	newWindow.focus();
	
	
}
