function description(texte) 
{	texte="Royaume du Maroc - Diwan Al Madhalim";
	window.status = texte;
    return true;
}
function effaceetat() 
{	window.status="";	}