// this is a global JS file, for all Galim sites
// a copy of this file is availbale at W9: /home/httpd/html/snunit/galim/js/
/////////////////////////////////////////////////////////////////////////////
// sms_instrunctions: open popap of sms.
/////////////////////////////////////////////////////////////////////////////
function sms_instructions() {
	var login_win= window.open("http://www.galim.org.il/register/misron.html","blankPage","toolbar=no,member=no,location=no,directories=no,scrollbars=no,status=no,copyhistory=no,resizable=yes,height=300px,width=320px,top=0px,left=0px");	
    //document.getElementById("FlashLayer").style.visibility = "hidden";
}
/////////////////////////////////////////////////////////////////////////////