function jour() {
	var kdate=new Date();
	var mois=kdate.getMonth();
	return mois+1;
}

function defile() {
	if (posistion == texte.length){
		posistion=0;
	}
	if (posistion<=longeur){
		afficher = texte.substring((texte.length-(longeur-posistion)),texte.length) + texte.substring(0,posistion);
		posistion++;
	}
	window.status = afficher;
	vitesse = setTimeout("defile()", 100);
}

function master()
{
window.open("master_IE_FR.html", "master", "toolbar=no, location=no, directories=no, status=no, <BR>scrollbars=no, resizable=no, copyhistory=no, width=550, height=450, left=50, top=50");
}

function oie()
{
window.open("oie_IE_FR.html", "oie", "toolbar=no, location=no, directories=no, status=no, scrollbars=yes, resizable=no, copyhistory=no, width=550, height=450, left=50, top=50");
}

function jar()
{
window.open("oiegrand_IE_FR.html", "jar", "toolbar=no, location=no, directories=no, status=no, <BR>scrollbars=yes, resizable=no, copyhistory=no, width=600, height=470, left=50, top=50");
}

function plan()
{
window.open("plan2_IE_FR.html", "plan", "toolbar=no, location=no, directories=no, status=no, <BR>scrollbars=yes, resizable=no, copyhistory=no, width=600, height=470, left=50, top=50");
}