<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Setembre 2002. Modificat per Marçal Guardiola a http://www.wefer.com -->
<!-- Begin
      document.onmousedown = right;
      document.onmouseup = right;
function right(e) {
var msg = "© WEFER 1997-2009\n   wefer@wefer.com\n";
if (navigator.appName == 'Netscape' && e.which == 3) {
alert(msg);
return false;
}
if (navigator.appName == 'Microsoft Internet Explorer' && event.button==2) {
alert(msg);
return false;
}
else return true;
}
//-->


function canviar(imatge,estat) {
if(imatge=="e" && estat==1){
esq.src="../../imatges/general/index6.gif"}
if(imatge=="e" && estat==2) {
esq.src="../../imatges/general/index5.gif"}
if(imatge=="d" && estat==1){
dre.src="../../imatges/general/index4.gif"}
if(imatge=="d" && estat==2) {
dre.src="../../imatges/general/index3.gif"}
} 


function iniciar(empresa) {
var a=screen.width
if(a<650){
document.images[0].src="../../imatges/"+empresa+"/"+empresa+"log6.gif"
}
else {
	if(a<850){
		document.images[0].src="../../imatges/"+empresa+"/"+empresa+"log8.gif"
		}
	else {
		document.images[0].src="../../imatges/"+empresa+"/"+empresa+"log9.gif"
		}
	}
}


function iniciar2(empresa) {
var a=screen.width
if(a<650){
document.images[0].src="../imatges/"+empresa+"/"+empresa+"log6.gif"
}
else {
	if(a<850){
		document.images[0].src="../imatges/"+empresa+"/"+empresa+"log8.gif"
		}
	else {
		document.images[0].src="../imatges/"+empresa+"/"+empresa+"log9.gif"
		}
	}
}

function iniciar3(empresa) {
var a=screen.width
if(a<650){
document.images[0].src="../../../imatges/"+empresa+"/"+empresa+"log6.gif"
}
else {
	if(a<850){
		document.images[0].src="../../../imatges/"+empresa+"/"+empresa+"log8.gif"
		}
	else {
		document.images[0].src="../../../imatges/"+empresa+"/"+empresa+"log9.gif"
		}
	}
}

function iniciartot() {
var a=screen.width
if(a<650){
document.images[0].src="../imatges/renfe/renfe"+"log6.gif"
document.images[1].src="../imatges/fgc/fgc"+"log6.gif"
document.images[2].src="../imatges/tmb/tmb"+"log6.gif"
document.images[3].src="../imatges/pv/pv"+"log6.gif"
}
else {
	if(a<850){
		document.images[0].src="../imatges/renfe/renfe"+"log8.gif"
		document.images[1].src="../imatges/fgc/fgc"+"log8.gif"
		document.images[2].src="../imatges/tmb/tmb"+"log8.gif"
		document.images[3].src="../imatges/pv/pv"+"log8.gif"

		}
	else {
		document.images[0].src="../imatges/renfe/renfe"+"log9.gif"
		document.images[1].src="../imatges/fgc/fgc"+"log9.gif"
		document.images[2].src="../imatges/tmb/tmb"+"log9.gif"
		document.images[3].src="../imatges/pv/pv"+"log9.gif"
		}
	}
}


function peu(idioma) {
document.write("<center><table width='100%' bordercolorlight='#000000' border='1' cellspacing='0' cellpadding='0' bordercolordark='#C0C0C0'>");
document.write("<tr bgcolor='#E7EDE7'><td>")
document.write("<font color='black' size='2'><i>")
if(idioma=="ca") {
document.write("<center><form method='POST' action='index2.htm'>");
document.write("<p>Ajuda a millorar WEFER:  <select size='1' name='tipus'>");
document.write("<option selected>vull fer un comentari sobre aquesta pàgina</option>");
document.write("<option>he detectat un error en les dades o el text</option>");
document.write("<option>vull col.laborar amb fotos, dades, etc.</option>");
document.write("</select>     TEXT:<br>");
document.write("<textarea rows='3' name='contingut' cols='70'></textarea><br>");
document.write("  E-mail (opcional): <input type='text' name='email' size='27'>");
document.write("     ");
document.write("     ");
document.write("<input type='submit' value='Enviar a WEFER' name='B1'>");
document.write("<input type='reset' value='Esborrar' name='B2'></p>");
document.write("</form></center></i></font></td></tr></table></center>");
document.write("<p><center><a href='http://www.wefer.com/index.htm' target='_top'>");
document.write("<img border='0' src='../../imatges/general/logo-2002-petit.gif' alt='WEFER'></a></center><p>");
}
else {
document.write("<center><form method='POST' action='index2.htm'>");
document.write("<p>Ayuda a mejorar WEFER:  <select size='1' name='tipus'>");
document.write("<option selected>quiero hacer un comentario sobre esta página</option>");
document.write("<option>he detectado un error en los datos o el texto</option>");
document.write("<option>quiero colaborar con fotos, datos, etc.</option>");
document.write("</select>     TEXTO:<br>");
document.write("<textarea rows='3' name='contingut' cols='70'></textarea><br>");
document.write("  E-mail (opcional): <input type='text' name='email' size='27'>");
document.write("     ");
document.write("     ");
document.write("<input type='submit' value='Enviar a WEFER' name='B1'>");
document.write("<input type='reset' value='Borrar' name='B2'></p>");
document.write("</form></center></i></font></td></tr></table></center>");
document.write("<p><center><a href='http://www.wefer.com/kindex.htm' target='_top'>");
document.write("<img border='0' src='../../imatges/general/logo-2002-petit.gif' alt='WEFER'></a></center><p>");
}
}