      function LoadGallery(pictureName,imageFile,titleCaption,captionText)
      {
			if (document.all)
  			{
				document.getElementById(pictureName).style.filter="blendTrans(duration=1)";
				document.getElementById(pictureName).filters.blendTrans.Apply();
 			}
			document.getElementById(pictureName).src = imageFile;
			if (document.all)
 			{
 				document.getElementById(pictureName).filters.blendTrans.Play();
			}
      }
      
      
      function SearchForm(cur)
{
     if (document.Search_form.Search.value.length < 2) {
          alert("כדי לבצע חיפוש, יש להזין לפחות שתי אותיות!");
	  return false;
     }

}


function Send_Offer2All() {
   winStats='toolbar=no,location=no,directories=no,menubar=no,'
   winStats+='scrollbars=yes'
   if (navigator.appName.indexOf("Microsoft")>=0) {
      winStats+=',left=0,top=0,width=550,height=550'
    }else{
      winStats+=',screenX=0,screenY=0,width=550,height=550'
    }
   zoolooWindow=window.open("Scripts/Send_Offer2All.asp","",winStats)     
   zoolooWindow.focus()
}
