function moi()
	{
		var choix=document.fmoi.choi.selectedIndex
		switch (choix)
		{
			case 0:location.href="agen.htm";break;
			case 1:location.href="janv.htm";break;
			case 2:location.href="fevr.htm";break;
			case 3:location.href="mars.htm";break;
			case 4:location.href="avri.htm";break;
			case 5:location.href="mai.htm";break;
			case 6:location.href="juin.htm";break;
			case 7:location.href="juil.htm";break;
			case 8:location.href="aout.htm";break;
			case 9:location.href="sept.htm";break;
			case 10:location.href="octo.htm";break;
			case 11:location.href="nove.htm";break;
			case 12:location.href="dece.htm";break;

		}
	}

