function msg1() {
	var resultat=prompt("Saisissez un texte","");
	if (resultat==999) {window.location.href="cookie2.htm";}
}

