function check37()
	{
//	alert ("hjhhjjh");
	if (document.form1.subsc.value=='') {
		alert('Введите свой e-mail!');
		window.document.form1.subsc.focus();
		return false;
	} else {
    	window.document.form1.submit();
    	return true;
	}
}


function check38()
	{
//	alert ("hjhhjjh");
	if (document.form2.find.value=='') {
		alert('Введите условия поиска!');
		window.document.form2.find.focus();
		return false;
	} else {
    	window.document.form2.submit();
    	return true;
	}
}
