// JavaScript Document

function init(){
	document.getElementById('ousuisje').style.backgroundPosition="right";
}

//window.onload=montre;
function montre(id) {
var d = document.getElementById(id);
	for (var i = 1; i<=10; i++) {
		if (document.getElementById('smenu')) {document.getElementById('smenu').style.display='none';}
		if (document.getElementById('smenu2')) {document.getElementById('smenu2').style.display='none';}
	}
if (d) {d.style.display='block';}
}
