function zoom(img) {
	var width = 650+20;
	var height = 488+20;
	var win=window.open('', '_blank', 'width='+width+', height='+height+', left='+((screen.width-width)/2)+', top='+((screen.height-height)/2)+', toolbar=no, menubar=no, resizable=yes, status=no, location=no, alwaysRaised=yes, scrollbars=no');
	win.document.write('<html><head><title>HeartlandFarms.ru</title></head><body bgcolor="FFFFFF" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" rightmargin="0"><table width="100%" cellpadding="0" cellspacing="0" border="0" height="100%"><tr><td width="100%" align="center"><img src="' + img +'" border="1" style="border-color: #BBB;" alt=""></td></tr></table></body></html>');
}