// JavaScript Document

function changeImage(id){
	if (id==1){
		document.getElementById('candidats_img').src='img/candidats_hover.png';
	}
	else if (id==2){
		document.getElementById('empreses_change').src='img/empreses_anunciar_hover.png';
	}
	else if (id==3){
		document.getElementById('nosaltres_change').src='img/nosaltres_hover.png';
	}
}

function volverImagen(id){
	if (id==1){
		document.getElementById('candidats_img').src='img/candidats.png';
	}
	else if (id==2){
		document.getElementById('empreses_change').src='img/empreses_anunciar.png';
	}
	else if (id==3){
		document.getElementById('nosaltres_change').src='img/nosaltres.png';
	}
}

function abrir_ventana(http){
	window.open(http , "CATALANA_TREBALL" , "width=510,height=590,scrollbars=YES") 
}

function lugar_change(id){
	if (id==1){
		document.getElementById('lugares_granollers').src='img/candidats_lugares_granollers_change.png';
	}
	else if (id==2){
		document.getElementById('lugares_sabadell').src='img/candidats_lugares_sabadell_change.png';
	}
	else if (id==3){
		document.getElementById('lugares_manresa').src='img/candidats_lugares_manresa_change.png';
	}
	else if (id==4){
		document.getElementById('lugares_vic').src='img/candidats_lugares_vic_change.png';
	}
}

function lugar_actual(id){
	if (id==1){
		document.getElementById('lugares_granollers').src='img/candidats_lugares_granollers.png';
	}
	else if (id==2){
		document.getElementById('lugares_sabadell').src='img/candidats_lugares_sabadell.png';
	}
	else if (id==3){
		document.getElementById('lugares_manresa').src='img/candidats_lugares_manresa.png';
	}
	else if (id==4){
		document.getElementById('lugares_vic').src='img/candidats_lugares_vic.png';
	}
}

function changeMenu(id){
	if (id==1){
		document.getElementById('menu_inici').src='img/inici_hover.png';
	}
	else if (id==2){
		document.getElementById('menu_candidats').src='img/feina_busca_hover.png';
	}
	else if (id==3){
		document.getElementById('menu_empresas').src='img/empreses_hover.png';
	}
	else if (id==4){
		document.getElementById('menu_catalana').src='img/catalana_treball_hover.png';
	}
	else if (id==5){
		document.getElementById('menu_contacte').src='img/contacte_hover.png';
	}
}

function volverMenu(id){
	if (id==1){
		document.getElementById('menu_inici').src='img/inici.png';
	}
	else if (id==2){
		document.getElementById('menu_candidats').src='img/feina_busca.png';
	}
	else if (id==3){
		document.getElementById('menu_empresas').src='img/empreses.png';
	}
	else if (id==4){
		document.getElementById('menu_catalana').src='img/catalana_treball.png';
	}
	else if (id==5){
		document.getElementById('menu_contacte').src='img/contacte.png';
	}
}
