

function sopra(oggetto){
				 oggetto.style.background='#e9dAd6'; 
				 oggetto.style.cursor='pointer'; 
				 oggetto.style.borderStyle = 'inset';
}


function sotto(oggetto){
				 oggetto.style.background='transparent'; 
				 oggetto.style.cursor='default'; 
				 oggetto.style.borderStyle = 'outset';
}


