function showthis(auto) 
    { 
	   document.getElementById("photoplace").style.backgroundImage = "url('fileses/medium/"+auto+"')" ;
	   document.getElementById("boxyhref").href = "fileses/"+auto ;
    }

function projover(text,photo) 
   { 
	  document.getElementById("right").innerHTML = text ;
	  document.getElementById('img'+photo).src = 'fileses/thumbs/'+photo+'.jpg' ;
   }	
     
function projout(photo) 
   { 
	  document.getElementById("right").innerHTML = '' ;
	  document.getElementById('img'+photo).src = 'fileses/grey/'+photo+'.jpg' ;
   }	  


function showthiswel(auto,ekeino,mode) 
    { 
	 if(mode == "on")  document.getElementById(auto).src = 'im/wel_'+ekeino+'.gif' ;
	 if(mode == "off") document.getElementById(auto).src = 'im/transp.gif' ;
    }

