function sh(menu) {
	if(document.getElementById(menu).style.display=='none'){
		document.getElementById(menu).style.display='block';
	}else{
		document.getElementById(menu).style.display='none';
	}
}

function fm(obj,kuda){
	a=unescape('%'+40);
	obj.location='ma'+'il'+'to'+':'+kuda+a+'bk.ru?subject=%D3%EA%E0%E6%E8%F2%E5%20%F2%E5%EC%F3%20%EF%E8%F1%FC%EC%E0';
}

function Load(numimg,Width,Height,win) {
	Width+=20;
	Height+=20;
	if (screen.availWidth){
		b=(screen.availHeight - Height < 0) ? 0:(screen.availHeight - Height)/2-50;
		a=(screen.availWidth -Width)/2;
	}else{
		a=0;
		b=0;
	}
	if (! win){
  		window.open(''+numimg,'','menubar=no,scrollbars=no,resizable=no,width='+Width+',height='+Height+',top='+b+',left='+a);
	}else{
  		window.open(''+numimg,'','menubar=no,scrollbars=1,Status=1,resizable=1,width='+Width+',height='+Height+',top='+b+',left='+a);
	}
}

function test(){
	returnValue = false ;
	if (document.frm.mail.value=='' || document.frm.mail.value=='Ваш e-mail'){
		alert('Вы не указали свой e-mail');
		document.frm.mail.focus();}
	else if (document.frm.mail.value !='' && document.frm.mail.value.search(/([0-9a-zA-Z\.-_]+)@([0-9a-zA-Z\.-_]+)\.[a-zA-Z]{2,}\s*$/) < 0){
		alert('Таких e-mail не бывает!');
		document.frm.mail.focus();}
	else if (document.frm.name.value=='' || document.frm.name.value=='Ваше имя'){
		alert('Вы не указали свое имя');
		document.frm.name.focus();}
	else if (document.frm.mess.value=='' || document.frm.mess.value=='Текст сообщения'){
		alert('Нет текста сообщения');//
		document.frm.mess.focus();}
	else{
		document.frm.setAttribute('target','myframe');
		document.frm.add.value = ' Ждите... ';
		returnValue = true ;}
	return returnValue ;
}
