function over(imatge){
	document.getElementById(imatge).src="img/"+imatge+"2.gif";
}

function out(imatge){
	document.getElementById(imatge).src="img/"+imatge+".gif";
}

function ajusta(){
	document.getElementById("contingut").style.height=document.getElementById("text").offsetHeight+30+"px";
}

function ajustaProductes(){
	document.getElementById("contingut").style.height=document.getElementById("productes").offsetHeight+30+"px";
}