
<!-- Mot de Passe
// fonction de redirection par URL - redirige vers rep. caché - 27/05/2003
function TestPassword(form)
	{var ident = (form.motpasse.value)
	// location = "prive/" + Repertoire + "/index.html" }
	//var url = "prive/" + ident + ".html";
	var url = "prive/" + "index" + ".html";
	var win = window.open(url,'Partenaires',win);
	}
//-->

