// JavaScript Document

function menu2(seccio){
	var	urlsOn = ["img/aigua_off.gif","img/aigua_resi_off.gif","img/medi_off.gif","img/residus_off.gif","img/aire_off.gif","img/laboratori_off.gif","img/control_off.gif","img/peritatges_off.gif","img/higiene_off.gif"];
	var	urlsOff = ["img/aigua_on.gif","img/aigua_resi_on.gif","img/medi_on.gif","img/residus_on.gif","img/aire_on.gif","img/laboratori_on.gif","img/control_on.gif","img/peritatges_on.gif","img/higiene_on.gif"];
	// PRECARGUEM LES IMATGES
	for(var i = 0;i<urlsOff.length;i++){
		this["iluminada"+(i+1)] = new Image();
		this["iluminada"+(i+1)].src = urlsOff[i];
		//
		this["apagada"+(i+1)] = new Image();
		this["apagada"+(i+1)].src = urlsOn[i];
	}
	if (seccio=='aigua'){
		document.write('<a href="aigua_potable.htm"><img src="img/aigua_off.gif" alt="Aigua potable" name="imagen1" border="0"></a><br>');
	}else{
		document.write('<a href="aigua_potable.htm" onmouseover="window.document[\'imagen1\'].src =apagada1.src" onmouseout="window.document[\'imagen1\'].src = iluminada1.src"><img src="img/aigua_on.gif" alt="Aigua potable" name="imagen1" border="0"></a><br>');
	}
	if (seccio=='aigua_resi'){
		document.write('<a href="aigua_residuals.htm"><img src="img/aigua_resi_off.gif" alt="Aigües residuals" name="imagen2" border="0"></a><br>');
	}else{
		document.write('<a href="aigua_residuals.htm" onmouseover="window.document[\'imagen2\'].src =apagada2.src" onmouseout="window.document[\'imagen2\'].src = iluminada2.src"><img src="img/aigua_resi_on.gif" alt="Aigües residuals" name="imagen2" border="0"></a><br>');
	}
	if (seccio=='medi'){
		document.write('<a href="medi_ambient.htm"><img src="img/medi_off.gif" alt="Medi ambient" name="imagen3" border="0"></a><br>');
	}else{
		document.write('<a href="medi_ambient.htm" onmouseover="window.document[\'imagen3\'].src =apagada3.src" onmouseout="window.document[\'imagen3\'].src = iluminada3.src"><img src="img/medi_on.gif" alt="Medi ambient" name="imagen3" border="0"></a><br>');
	}
	if (seccio=='residus'){
		document.write('<a href="residus.htm"><img src="img/residus_off.gif" alt="Residus" name="imagen4" border="0"></a><br>');
	}else{
		document.write('<a href="residus.htm" onmouseover="window.document[\'imagen4\'].src =apagada4.src" onmouseout="window.document[\'imagen4\'].src = iluminada4.src"><img src="img/residus_on.gif" alt="Residus" name="imagen4" border="0"></a><br>');
	}
	if (seccio=='aire'){
		document.write('<a href="aire_i_soroll.htm"><img src="img/aire_off.gif" alt="Aire" name="imagen5" border="0"></a><br>');
	}else{
		document.write('<a href="aire_i_soroll.htm" onmouseover="window.document[\'imagen5\'].src =apagada5.src" onmouseout="window.document[\'imagen5\'].src = iluminada5.src"><img src="img/aire_on.gif" alt="Aire" name="imagen5" border="0"></a><br>');
	}
	if (seccio=='control'){
		document.write('<a href="control_alimentari.htm"><img src="img/control_off.gif" alt="Control alimentari" name="imagen7" border="0"></a><br>');
	}else{
		document.write('<a href="control_alimentari.htm" onmouseover="window.document[\'imagen7\'].src =apagada7.src" onmouseout="window.document[\'imagen7\'].src = iluminada7.src"><img src="img/control_on.gif" alt="Control alimentari" name="imagen7" border="0"></a><br>');
	}
	if (seccio=='peritatges'){
		document.write('<a href="peritatges_i_certificats.htm"><img src="img/peritatges_off.gif" alt="Peritatges i certificats" name="imagen8" border="0"></a><br>');
	}else{
		document.write('<a href="peritatges_i_certificats.htm" onmouseover="window.document[\'imagen8\'].src =apagada8.src" onmouseout="window.document[\'imagen8\'].src = iluminada8.src"><img src="img/peritatges_on.gif" alt="Peritatges i certificats" name="imagen8" border="0"></a><br>');
	}
	if (seccio=='higiene'){
		document.write('<a href="higiene_en_el_treball_i_seguretat_laboral.htm"><img src="img/higiene_off.gif" alt="Higiene en el treball i seguretat leboral" name="imagen9" border="0"></a><br>');
	}else{
		document.write('<a href="higiene_en_el_treball_i_seguretat_laboral.htm" onmouseover="window.document[\'imagen9\'].src =apagada9.src" onmouseout="window.document[\'imagen9\'].src = iluminada9.src"><img src="img/higiene_on.gif" alt="Higiene en el treball i seguretat leboral" name="imagen9" border="0"></a><br>');
	}
}

function menu(seccio){
	var	urlsOff = ["img/aigua_off.gif","img/aigua_resi_off.gif","img/medi_off.gif","img/residus_off.gif","img/aire_off.gif","img/laboratori_off.gif","img/control_off.gif","img/peritatges_off.gif","img/higiene_2_off.gif"];
	var	urlsOn = ["img/aigua_on.gif","img/aigua_resi_on.gif","img/medi_on.gif","img/residus_on.gif","img/aire_on.gif","img/laboratori_on.gif","img/control_on.gif","img/peritatges_on.gif","img/higiene_2_on.gif"];
	// PRECARGUEM LES IMATGES
	for(var i = 0;i<urlsOff.length;i++){
		this["iluminada"+(i+1)] = new Image();
		this["iluminada"+(i+1)].src = urlsOff[i];
		//
		this["apagada"+(i+1)] = new Image();
		this["apagada"+(i+1)].src = urlsOn[i];
	}
	if (seccio=='aigua'){
		document.write('<a href="aigua_potable.htm"><img src="img/aigua_on.gif" alt="Aigua potable" name="imagen1" border="0"></a>');
	}else{
		document.write('<a href="aigua_potable.htm" onmouseover="window.document[\'imagen1\'].src =apagada1.src" onmouseout="window.document[\'imagen1\'].src = iluminada1.src"><img src="img/aigua_off.gif" alt="Aigua potable" name="imagen1" border="0"></a><br>');
	}
	if (seccio=='aigua_resi'){
		document.write('<a href="aigua_residuals.htm"><img src="img/aigua_resi_on.gif" alt="Aigües residuals" name="imagen2" border="0"></a>');
	}else{
		document.write('<a href="aigua_residuals.htm" onmouseover="window.document[\'imagen2\'].src =apagada2.src" onmouseout="window.document[\'imagen2\'].src = iluminada2.src"><img src="img/aigua_resi_off.gif" alt="Aigües residuals" name="imagen2" border="0"></a><br>');
	}
	if (seccio=='medi'){
		document.write('<a href="medi_ambient.htm"><img src="img/medi_on.gif" alt="Medi ambient" name="imagen3" border="0"></a>');
	}else{
		document.write('<a href="medi_ambient.htm" onmouseover="window.document[\'imagen3\'].src =apagada3.src" onmouseout="window.document[\'imagen3\'].src = iluminada3.src"><img src="img/medi_off.gif" alt="Medi ambient" name="imagen3" border="0"></a><br>');
	}
	if (seccio=='residus'){
		document.write('<a href="residus.htm"><img src="img/residus_on.gif" alt="Residus" name="imagen4" border="0"></a>');
	}else{
		document.write('<a href="residus.htm" onmouseover="window.document[\'imagen4\'].src =apagada4.src" onmouseout="window.document[\'imagen4\'].src = iluminada4.src"><img src="img/residus_off.gif" alt="Residus" name="imagen4" border="0"></a><br>');
	}
	if (seccio=='aire'){
		document.write('<a href="aire_i_soroll.htm"><img src="img/aire_on.gif" alt="Aire" name="imagen5" border="0"></a>');
	}else{
		document.write('<a href="aire_i_soroll.htm" onmouseover="window.document[\'imagen5\'].src =apagada5.src" onmouseout="window.document[\'imagen5\'].src = iluminada5.src"><img src="img/aire_off.gif" alt="Aire" name="imagen5" border="0"></a><br>');
	}
	if (seccio=='control'){
		document.write('<a href="control_alimentari.htm"><img src="img/control_on.gif" alt="Control alimentari" name="imagen7" border="0"></a>');
	}else{
		document.write('<a href="control_alimentari.htm" onmouseover="window.document[\'imagen7\'].src =apagada7.src" onmouseout="window.document[\'imagen7\'].src = iluminada7.src"><img src="img/control_off.gif" alt="Control alimentari" name="imagen7" border="0"></a><br>');
	}
	if (seccio=='peritatges'){
		document.write('<a href="peritatges_i_certificats.htm"><img src="img/peritatges_on.gif" alt="Peritatges i certificats" name="imagen8" border="0"></a>');
	}else{
		document.write('<a href="peritatges_i_certificats.htm" onmouseover="window.document[\'imagen8\'].src =apagada8.src" onmouseout="window.document[\'imagen8\'].src = iluminada8.src"><img src="img/peritatges_off.gif" alt="Peritatges i certificats" name="imagen8" border="0"></a><br>');
	}
	if (seccio=='higiene'){
		document.write('<a href="higiene_en_el_treball_i_seguretat_laboral.htm"><img src="img/higiene_2_on.gif" alt="Higiene en el treball i seguretat leboral" name="imagen9" border="0"></a>');
	}else{
		document.write('<a href="higiene_en_el_treball_i_seguretat_laboral.htm" onmouseover="window.document[\'imagen9\'].src =apagada9.src" onmouseout="window.document[\'imagen9\'].src = iluminada9.src"><img src="img/higiene_2_off.gif" alt="Higiene en el treball i seguretat leboral" name="imagen9" border="0"></a><br>');
	}
}
