// JavaScript Document

//form
function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
} 


// Share
function shareOnFacebook() {
	window.open("http://www.facebook.com/sharer.php?u=" + encodeURIComponent(location.href) + "&t=" + encodeURIComponent(document.title), "sharer", "toolbar=0,status=0,width=626,height=436");
}

function shareOnTwitter() {
	window.open("http://twitter.com/home?status=" + encodeURIComponent(document.title+": ") + encodeURIComponent(location.href), "twit_sharer");
}


// Preload Button rollovers
if (document.images)
{
	
  pic1= new Image(103,30); 
  pic1.src="../about_on.gif";
  
  pic2= new Image(99,30); 
  pic2.src="../images/letters_on.gif"; 

  pic3= new Image(99,30); 
  pic3.src="../images/sirtonim_on.gif"; 

  pic4= new Image(90,30); 
  pic4.src="../images/lekohot_on.gif"; 
  
  pic5= new Image(137,30); 
  pic5.src="../limud_on.gif";
  
  pic6= new Image(94,30); 
  pic6.src="../english_on.gif";  
}