function montrer(x) {
var id = String('illus' + x);

			if (document.getElementById(id)) {
			document.getElementById(id).style.display="block";
			document.getElementById("bd_openads_header").innerHTML = "<iframe id='ae6d64a1' name='ae6d64a1' src='http://www.bedeo.fr/openads/adframe.php?n=ae6d64a1&amp;what=zone:2' framespacing='0' frameborder='no' scrolling='no' width='728' height='90'><a href='http://www.bedeo.fr/openads/adclick.php?n=ae6d64a1' target='_blank'><img src='http://www.bedeo.fr/openads/adview.php?what=zone:2&amp;n=ae6d64a1' border='0' alt=''></a></iframe>";
			
			document.getElementById("bd_openads_main_right").innerHTML = "<iframe id='a2cbdd97' name='a2cbdd97' src='http://www.bedeo.fr/openads/adframe.php?n=a2cbdd97&amp;what=zone:3' framespacing='0' frameborder='no' scrolling='no' width='300' height='250'><a href='http://www.bedeo.fr/openads/adclick.php?n=a2cbdd97' target='_blank'><img src='http://www.bedeo.fr/openads/adview.php?what=zone:3&amp;n=a2cbdd97' border='0' alt=''></a></iframe>";
			
			document.getElementById("bd_openads_main_rectangle").innerHTML = "<iframe id='ab5ea5d0' name='ab5ea5d0' src='http://www.bedeo.fr/openads/adframe.php?n=ab5ea5d0&amp;what=zone:5' framespacing='0' frameborder='no' scrolling='no' width='300' height='90'><a href='http://www.bedeo.fr/openads/adclick.php?n=ab5ea5d0' target='_blank'><img src='http://www.bedeo.fr/openads/adview.php?what=zone:5&amp;n=ab5ea5d0' border='0' alt=''></a></iframe>";
			}
}

function cacher(x) {
var id = String('illus' + x);
			if (document.getElementById(id)) {
			document.getElementById(id).style.display="none";
			}
}
window.onload=montre_menu;
function montre_menu(id) {
var d = document.getElementById(id);
	for (var i = 1; i<=10; i++) {
		if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='none';}
	}
if (d) {d.style.display='block';}
}
function cache_menu(id) {
var d = document.getElementById(id);
	for (var i = 1; i<=10; i++) {
		if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='none';}
	}
}