function buidaCercador()
{
document.buscador.nom_empresa.value="";
document.buscador.nom_empresa.focus();
}

function ompleCercador(idioma)
{
if (document.buscador.nom_empresa.value=="")
{

	if(idioma=='ca')
	{
		document.buscador.nom_empresa.value="Cercaofertes...";
	}
	
	if(idioma=='es')
	{
		document.buscador.nom_empresa.value="Buscar ofertas...";
	}
	
	if(idioma=='en')
	{
		document.buscador.nom_empresa.value="Search offers...";
	}

}
}

function ampliaImatges(imatge)
{

obj=document.getElementById("imatgeGran");
obj.src = imatge;   
	
}
