
function checkPswd(ext) 
{ 

	if ((document.pswdForm.login.value == 'chant') & (document.pswdForm.passe.value == 'taverny'))
 	{
	location.href="special/taverny061109/taverny.html";
	}
	else
	{
 	if ((document.pswdForm.login.value == 'chants') & (document.pswdForm.passe.value == 'taverny'))
	{
	location.href="special/taverny061109/taverny.html";
	}
	


else
{
location.href="accueil.html";
}

}
}

