﻿/*function message()
{
	show('Message.php',messageobj);
}
////////////////////////////////////
function show(script,obj)
{
	if(obj.desc)
	{
		wintitle.innerText=obj.desc;
	}
	else
	{
		wintitle.innerText='';
	}
	window.location="#top";
	randno=Math.random();
	randno=Math.ceil(randno*99999)+1
	window.open(script, 'w'+randno, "toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,width=760,height=440");
}*/

///////////////////////////////////
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';}
}
//  End -->

