// JavaScript Document
<!--
function show(info_id)
{  
  if(document.all(info_id).style.display="none")
    document.all(info_id).style.display="block";
	else
	document.all(info_id).style.display="none";
}
function hide(info_id)
{
document.all(info_id).style.display="none";
}

function popuppage(page,w,h)
{
	window.open(page,'','height='+h+',width='+w+',status=yes,resizable=yes,scrollbars=yes,toolbar=no,menubar=no,location=no,left=100,top=0');
}
function OpenModalDialog(page,w,h)
{
	window.showModalDialog(page,'','dialogHeight='+h+'px;dialogWidth='+w+'px;');
}
function ReloadPage()
{
    window.location.href=window.location.href;
}
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_popupMsg(msg) { //v1.0
  alert(msg);
}
function DoSubmit()
	{
		if(document.SearchUsers.SearchString.value == "")
		{
			alert('הכנס ערך לחיפוש');
			return;
		}
		document.SearchUsers.submit();
	} 

function PageOnLoad()
{

 if (typeof (showBlockDiv) == "function")
 {
    showBlockDiv();
    document.body.style.overflow="hidden";

 }
}

function submitIt()
{
    document.frm.IfSubmit.value='true';
    document.frm.submit();
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

//-->
