
var currentSpan = 1;

function showMe(n) {
	document.getElementById("faq"+currentSpan).style.display = "none";
	document.getElementById("faq"+n).style.display = "block";
	currentSpan = n;
}

function avertissement()
{
	if (confirm("Pour accéder à la Convention collective: Cliquer sur « Connexion accès libre », puis sur « Conditions de travail des Professeurs (2003) »"))
		
	window.open("http://www.citationdoc.com/Citation.aspx","mywindow");
	
} 


function hiddenPosteVisible(myOption)
{
if (myOption=="Oui")
	document.getElementById("hiddenPoste").style.display= 'block';
	
else
	document.getElementById("hiddenPoste").style.display= 'none';
	
}


function openDoc(page){
	 window.open(page,'','menubar=no, status=no, scrollbars=no, menubar=no,');
}
