function zoom(pic_num) {
zoom_win = open("", "displayWindow", "Width=470,Height=320");
zoom_win.document.open();
zoom_win.document.write('<head><title>Увеличенное фото</title></head>');
zoom_win.document.write('<body bgcolor=#FFFFFF style="margin: 0px;">');
zoom_win.document.write('<table width=100% border=0 cellpadding=0 cellspacing=0 height="100%"><tr><td align="center">');
zoom_win.document.write('<a href="#"><img style="border: 2px solid #9A9DE8;" src="img/'+pic_num+'_f.jpg" border="0" onclick="window.close();"></a>');
zoom_win.document.write('</td></tr></table></body>');
zoom_win.document.close();
}
function On(imge) {
	document.images[imge].src="../images/"+imge+"-2.jpg";
}
function Off(imge) {
	document.images[imge].src="../images/"+imge+".jpg";
}
function zoom2(pic_num) {
zoom_win = open("", "displayWindow", "Width=320,Height=430");
zoom_win.document.open();
zoom_win.document.write('<head><title>Увеличенное фото</title></head>');
zoom_win.document.write('<body bgcolor=#FFFFFF style="margin: 0px;">');
zoom_win.document.write('<table width=100% border=0 cellpadding=0 cellspacing=0 height="100%"><tr><td align="center">');
zoom_win.document.write('<a href="#"><img style="border: 2px solid #9A9DE8;" src="img/'+pic_num+'_f.jpg" border="0" onclick="window.close();"></a>');
zoom_win.document.write('</td></tr></table></body>');
zoom_win.document.close();
}
function zoomN(pic_num) {
zoom_win = open("", "displayWindow", "Width=550,Height=760");
zoom_win.document.open();
zoom_win.document.write('<head><title>Увеличенное фото оборудования производства СП "УКРИНТЕРМ"</title></head>');
zoom_win.document.write('<body bgcolor=#FFFFFF style="margin: 0px;">');
zoom_win.document.write('<table width=100% border=0 cellpadding=0 cellspacing=0 height="100%"><tr><td align="center">');
zoom_win.document.write('<a href="#"><img  src="img/'+pic_num+'_f.jpg" border="0" onclick="window.close();"></a>');
zoom_win.document.write('</td></tr></table></body>');
zoom_win.document.close();
}
function zoomN2(pic_num) {
zoom_win = open("", "displayWindow", "Width=760,Height=550");
zoom_win.document.open();
zoom_win.document.write('<head><title></title></head>');
zoom_win.document.write('<body bgcolor=#FFFFFF style="margin: 0px;">');
zoom_win.document.write('<table width=100% border=0 cellpadding=0 cellspacing=0 height="100%"><tr><td align="center">');
zoom_win.document.write('<a href="#"><img  src="../img/'+pic_num+'_f.jpg" border="0" onclick="window.close();"></a>');
zoom_win.document.write('</td></tr></table></body>');
zoom_win.document.close();
}
function zoomN1(pic_num) {
zoom_win = open("", "displayWindow", "Width=760,Height=550");
zoom_win.document.open();
zoom_win.document.write('<head><title>Увеличенное фото - СП "УКРИНТЕРМ"</title></head>');
zoom_win.document.write('<body bgcolor=#FFFFFF style="margin: 0px;">');
zoom_win.document.write('<table width=100% border=0 cellpadding=0 cellspacing=0 height="100%"><tr><td align="center">');
zoom_win.document.write('<a href="#"><img src="img/'+pic_num+'_f.jpg" border="0" onclick="window.close();"></a>');
zoom_win.document.write('</td></tr></table></body>');
zoom_win.document.close();
}

function zoom3(pic_num) {
zoom_win = open(pic_num+".html", "displayWindow", "Width=850,Height=800,scrollbars");
}


function zoomV(pic_num) {
zoom_win=open(pic_num+".html", "DisplayWindow") 
}

function zoom4(pic_num, num ) {
zoom_win = open(pic_num+".html#"+num, "displayWindow", "Width=850,Height=800,scrollbars");
}