/*
   By by the div :
*/

var trucmuche="non";

function getElementStyle(id) 
{
	return document.getElementById(id).style;
}

function ByeByeTheDiv(id) 
{
	getElementStyle(id).display=trucmuche+"e";
}	