function test(){
	returnValue = false ;
	if (document.frm.name.value==''){
		alert('Вы не указали свое имя');
		document.frm.name.focus();}
	else if (document.frm.mail.value=='' && document.frm.tel.value==''){
		alert('Не указано никакой контактной информации');//
		document.frm.mail.focus();}
	else if (document.frm.mail.value !='' && document.frm.mail.value.search(/([0-9a-z]+(-|_|\.)*)+@([0-9a-z]+(-|_|\.)*)+\.[a-zA-Z]{2,}\s*$/) < 0){
		alert('Проверьте введеный адрес электронной почты.\nЭто неверный адрес.');
		document.frm.mail.focus();}
	else if (document.frm.otdel.selectedIndex == 0){
		alert('Не выбран отдел');
		document.frm.otdel.focus();}
	else if (document.frm.mess.value==''){
		alert('Нет текста сообщения');
		document.frm.mess.focus();}
	else{
		document.frm.setAttribute('target','myframe');
		document.frm.add.value = ' Ждите... ';
		returnValue = true ;}
	return returnValue ;
}
function fm(obj,kuda){
	a=unescape('%'+40);
	obj.location='ma'+'il'+'to'+':'+kuda+a+'avangard-lux.ru?subject=%D3%EA%E0%E6%E8%F2%E5%20%F2%E5%EC%F3%20%EF%E8%F1%FC%EC%E0';
}

