function CheckDetailsForm() {
	fullname=document.DetailsForm.fullname.value;
	phone=document.DetailsForm.phone.value;
	 if ((fullname.length<2)||(fullname=="שם")||(phone.length<7)||(phone=="טלפון")){alert("הנתונים שמסרת אינם נכונים!\r"
	+" נסה/י שוב.");
	return false;
	}
	return true;
}

window.onload=montreHor;
function montreHor(id) {
var d = document.getElementById(id);
	for (var i = 1; i<=10; i++) {
		if (document.getElementById('smenuHor'+i)) {document.getElementById('smenuHor'+i).style.display='none';}
	}
if (d) {d.style.display='block';}
}

function addbookmark()
{
bookmarkurl="http://www.orvishua.org.il/heb"
bookmarktitle="אור וישועה - ישיבה גבוהה - ישיבת ההסדר של חיפה"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}


function CheckShministForm() {
	fullname=document.shminist.fullname.value;
	phone=document.shminist.phone.value;
	 if ((fullname.length<3)||(fullname=="שם")||(phone.length<7)||(phone=="טלפון")){alert("הנתונים שמסרת אינם נכונים!\r"
	+" נסה שוב.");
	return false;
	}
	return true;
}

