
window.onload=montre;

function montre(id, Displayvalue)
	{
	//var d = document.getElementById(id);

	if (document.getElementById(id))
		document.getElementById(id).style.display = Displayvalue;
	}