function submitForm() {
	if(document.all.email.value != "" && 
		document.all.fio.value != "")
	{
		document.forms.subscrForm.submit();
	}
}