function validate(text1,text2)
{if (text1=="ebi10940" && text2=="jcbcmr") load('clientfiles/a11/a11home.html'); else
{if (text1=="sigdallas" && text2=="45257") load('clientfiles/s52/s52home.html'); else
{if (text1=="narm930" && text2=="33701") load('clientfiles/q98/q98home.html'); else
{if (text1=="guest" && text2=="lmcgroup") load('justforfun/justforfun.html'); else
  {  load('client_access.html'); }}}}}

function load(url)
{ location.href=url;}

