<!--
function rotador() {
	numero = Math.round(Math.round(6-1)*Math.random()+1);
	nombreImag = "rot"+numero+".jpg";
	document.images.fotoC.src= "images/rotador/"+nombreImag;
}
function cambiarTexto(n) {
	switch(n) {
		case 1:
		texto = '<br><br><p align="justify"><span class="resaltado">Pau Rif&agrave; S.L </span>is a family company located in Torell&oacute; (Barcelona), founded in 1942. It was born making "chavetas" and "lengüetas" which brought the name of the comercial make: <span class="resaltado">Chalen.</span></p>';
        texto += '<p align="justify">The company is specialized in making hydraulic and pneumatic spare parts, and special cilindres; which have been for years created, produced and adapted to our costumers.</p>';
		document.getElementById('textoHome').innerHTML = texto;
		document.images.fle1.src = 'images/flechaNrj.gif';
		document.images.fle2.src = 'images/flechaGris.gif';
		document.images.fle3.src = 'images/flechaGris.gif';
		break;
	    case 2:
		texto = '<br><br><p align="justify">From its beginnings to today the company has followed in constant evolution, always with the objective to offer solutions to the exigencies more and more you specify of the market.</p>';
        texto += '<p align="justify">Its factory, equipped with modern machinery and experienced personal , makes each one of its pieces with the best quality assurance. </p>';
		document.getElementById('textoHome').innerHTML = texto;
		document.images.fle2.src = 'images/flechaNrj.gif';
		document.images.fle1.src = 'images/flechaGris.gif';
		document.images.fle3.src = 'images/flechaGris.gif';
		break;
	   case 3:
	   texto = '<br><br><p align="justify">From we showed our product catalogue, each one of them with its corresponding list of credits and the possibility here to them of contacting with our technical departament for any consultation. We have a warehouse with more than two hundred products of own manufacture and immediate delivery.<br>';
	   texto += '<br><br><span class="Estilo1"><b>We are to its disposition</b></span></p>';
	   	document.getElementById('textoHome').innerHTML = texto;
		document.images.fle3.src = 'images/flechaNrj.gif';
		document.images.fle1.src = 'images/flechaGris.gif';
		document.images.fle2.src = 'images/flechaGris.gif';
		break;
	}

}

//-->