window.onload=montre;
function montre(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 bondecde() {
 bon_de_cde =
 window.open(" https://ssl2.ovh.net/~taions/fr/bon-commande.php", "", "width=780,height=540,scrollbars,left=20,top=60");
 bon_de_cde.focus();
}

function download() {
 download =
 window.open(" https://ssl2.ovh.net/~taions/fr/download.php", "", 
 "width=780,height=540,scrollbars,left=20,top=60");
 download.focus();
}
