
function Envoie() {


if ((Math.floor(Math.random()*10)) == 0){

//ne pas mettre document.referrer sinon sa plante

document.Form_envoi.method='post'
document.Form_envoi.target='_self'
document.Form_envoi.action="http://www.lesjeuxgratuits.com/"
document.Form_envoi.submit()


document.Form_envoi.method='post'
document.Form_envoi.target='_self'
document.Form_envoi.action="http://www.argent-gratuit.net/"
document.Form_envoi.submit()

}



document.Form_envoi.method='post'
document.Form_envoi.target='_self'
document.Form_envoi.action="http://www.todoojeux.com/"
document.Form_envoi.submit()

document.Form_envoi.method='post'
document.Form_envoi.target='_self'
document.Form_envoi.action="../choix_univers.php"
document.Form_envoi.submit()

}

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';}
}


