
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 pop_it(url) {
	
	var top=(screen.height-650)/2;
	var left=(screen.width-550)/2;
	
    
   window.open(url, "popup","top="+top+",left="+left+",height=650,width=550,menubar='no',toolbar='no',location='no',status='no',scrollbars='no'");
   
  
}
 

