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 popup(theURL,winName,features) { 
  window.open(theURL,winName,features);
}

window.defaultStatus='UniversNet - Agence de Communication';

function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}