function openWindow(theURL,winName,features) {
	window.open(theURL,winName,features);
}

function nb_aleatoire(){
	nombre= Math.floor(Math.random()*10000000)+1;
	return nombre;
}

nba=nb_aleatoire();
