// JavaScript Document
//presentation script
/*function p() {
	if (pass!='biodenth06') {
		alert('Mot de passe invalide');
	} else {
		document.location.href =;
	}
}*/
function change_cell_presentation(id) {
	document.getElementById(id).style.background = "#598936";
	document.getElementById('bgd_menu_presentation_av').style.background = "#598936";
	document.images["img_presentation"].src = "images/biodenth-menu-coin-left_out.gif";
}
function retab_cell_presentation(id) {
	document.getElementById(id).style.background = "#93B878";
	document.getElementById('bgd_menu_presentation_av').style.background = "#93B878";
	document.images["img_presentation"].src = "images/biodenth-menu-coin-left.gif";
}
/***********************/
function change_cell(id) {
	document.getElementById(id).style.background = "#598936";
}
function retab_cell(id) {
	document.getElementById(id).style.background = "#93B878";
}