function ButtonOn(imag)
	{
	document[imag].src = eval(imag+"On.src")
	}

	function ButtonOff(imag)
	{
	document[imag].src = eval(imag+".src")
	}

if(document.images)
{
//        **********  On top ***********
           bar1On = new Image();      
           bar1On.src = "images/homepage/thanks1.gif";
		   bar2On = new Image();      
           bar2On.src = "images/homepage/school1.gif";	
		   bar3On = new Image();      
           bar3On.src = "images/homepage/bucket1.gif";
		   bar4On = new Image();      
           bar4On.src = "images/homepage/how1.gif";
		   bar5On = new Image();      
           bar5On.src = "images/homepage/about1.gif";
	   bar6On = new Image();      
           bar6On.src = "images/homepage/aboutEnglish1.gif";
		   
//        **********  On footer ***********		
           bottom0On = new Image();      
           bottom0On.src = "images/about_tlalim/homepage1.gif"; 
           bottom1On = new Image();      
           bottom1On.src = "images/homepage/russian1.gif";
		   bottom2On = new Image();      
           bottom2On.src = "images/homepage/english1.gif";
		   bottom3On = new Image();      
           bottom3On.src = "images/homepage/arabic1.gif";  
		   
					 
					 
// ***********  Off  top***************************
           bar1 = new Image();      
           bar1.src = "images/homepage/thanks.gif";
		   bar2 = new Image();      
           bar2.src = "images/homepage/school.gif";
		   bar3 = new Image();      
           bar3.src = "images/homepage/bucket.gif";
		   bar4 = new Image();      
           bar4.src = "images/homepage/how.gif";
		   bar5 = new Image();      
           bar5.src = "images/homepage/about.gif";
		   bar6 = new Image();      
           bar6.src = "images/homepage/aboutEnglish.gif";
		   
//        **********  Off footer ***********	
           bottom0 = new Image();      
           bottom0.src = "images/about_tlalim/homepage.gif";
           bottom1 = new Image();      
           bottom1.src = "images/homepage/russian.gif";
		   bottom2 = new Image();      
           bottom2.src = "images/homepage/english.gif";
		   bottom3 = new Image();      
           bottom3.src = "images/homepage/arabic.gif";		   
					 
}	
function openPopup(sourceURL,width,height)
{					
	winSTR = 'toolbar=no,address=no,status=no,resizeable=yes,alwayRaised=yes,width='+width+',height='+height;
	myWin = window.open(sourceURL,'',winSTR);		
}