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

function TestForm_kom()
	{
	if (document.href.contr.value == "" | document.href.us_name.value == "" | document.href.href_opis.value == "") { alert('Неправильно заполнены обязательные поля формы !'); return false; } 
	else { return true }
	}


function NewWindow(t){window.open(t,"new","height=500,width=700,status=no,location=no,directories=no,menubar=no,scrollbars=yes");}




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();
}
