// JavaScript Document
<!--
function checkpswd()
{
 b=document.getElementsByName('pwd')[0].value;
 if (b == 'ProAdvisor')
   location = "http://www.accountant.intuit.ca/en/member/index.shtm"
 else
   location ="/professional-tax-software/proadvisor-wrong-pass.jsp"
}
function checkfrpswd()
{
b=document.getElementsByName('pwd')[0].value;
 if (b == 'conseillerpro')
   location = "http://www.accountant.intuit.ca/membre/index.shtm"
 else
   location = "http://accountant.intuit.ca/conseillerpro/desole.shtm"
}
//-->

