// JavaScript Document
<!--
function checkpswd()
{
 b=document.login.pwd.value;
 if (b == 'ProAdvisor')
   location = "/member/index.shtm"
 else
   location = "/proadvisor/wrong_pass.shtm"
}
function checkfrpswd()
{
 b=document.login.pwd.value;
 if (b == 'conseillerpro')
   location = "/membre/index.shtm"
 else
   location = "/conseillerpro/desole.shtm"
}
//-->