function TestForm_zak()
	{	
if (document.zak.contr.value == "" |  document.zak.name_vod.value == "" | document.zak.glub.value == "" | document.zak.grunt.value == "" | document.zak.name.value == "" | document.zak.email.value.indexOf('@', 0) == -1) { alert('Неправильно заполнены обязательные поля формы !'); return false; } 
	else { 
		   
			return true }
	}

function TestForm_how()
	{	
if (document.how.contr.value == "" | document.how.name.value == "" | document.how.mes.value == "" | document.how.email.value.indexOf('@', 0) == -1) { alert('Неправильно заполнены обязательные поля формы !'); return false; } 
	else { 
		   
			return true }
	}

var buf="";
function pict(ImgName,ImgWidth,ImgHeight){
	buf="";
	myWin=window.open("","big_pictures",'width='+eval(ImgWidth+12)+'height='+eval(ImgHeight+32)+',titlebar=no,toolbar=no,directories=no,status=no,scrollbars=auto,resizable=yes,menubar=no');
        buf+='<!-- Document created by: Ivan Anishev --><!-- Document created on: Tuesday, 29 January 2002 --><html><head><title>ЗАО "ЭВС"</title>'+
	'</head>'+
	'<body bgcolor=#ffffff link=#005DA6 vlink=#005DA6 alink=#005DA6 topmargin=0 marginheight=0 leftmargin=0 marginwidth=0 '+
		'onload="javacsript:self.resizeTo('+eval(ImgWidth+12)+','+eval(ImgHeight+32)+')">'+
	'<center><table height=100% border=0 cellpadding=0 cellspacing=0><tr><td>'+
	'<center><a href="javascript:window.close()"><img src="'+ImgName+'" width='+ImgWidth+' height='+ImgHeight+' border=0 alt="Нажмите на картинку, чтобы закрыть окно"></a>'+
	'</td></tr></table>'+
	'</body></html>';
	myWin.document.write(buf);
	myWin.document.close();
	myWin.window.focus();
}





