function ConnexionAuto() {
	window.location = "autoConnexion.do";
}

function certificat(check){
	if(check.checked){
 			window.open ("/Kinedoc-war/vues/identification/certificat.jsp", "", "width=250,height=400,scrollbars=0, toolbar=no, menubar=no, resizable=no, location=no, directories=no, status=no, left=" + ((screen.width - 600)/2) + ",top=" + ((screen.height - 400)/2) );
	}	
}

function confirmerConnexionAutomatique(formulaire){
	alert('ici');
	alert(formulaire.elements['check'].checked);
	alert('la');
}

function refuserConnexionAutomatique(){
	window.opener.document.forms["identificationForm"].elements["mem"].checked = false;
	window.close();
}