function rollover_location(id_location,direction){
	document.getElementById(id_location).style.backgroundImage="url(/~/media/jobs/Recruitment/images/nav/location_"+direction+"_hover.gif)";
	document.getElementById(id_location).style.color = "#ffff36";
}
function rollout_location(id_location,direction){
	document.getElementById(id_location).style.backgroundImage="url(/~/media/jobs/Recruitment/images/nav/location_"+direction+".gif)";
	document.getElementById(id_location).style.color = "#fabb13";
}