function check(username,password,done)
{
if (username=="universal" && password=="qwezxc")
   { window.location="qwezxc.htm"; done=1; }

if (username=="west" && password=="abcolt")
   { window.location="abcolt.htm"; done=1; }

if (username=="tutt" && password=="abtrio")
   { window.location="abtrio.htm"; done=1; }

if (username=="tresart" && password=="abgfdk")
   { window.location="abgfdk.htm"; done=1; }

if (username=="parole" && password=="abkdjf")
   { window.location="abkdjf.htm"; done=1; }

if (username=="pacific" && password=="ablapq")
   { window.location="ablapq.htm"; done=1; }

if (username=="diffusion" && password=="alkilo")
   { window.location="alkilo.htm"; done=1; }

if (username=="laroche" && password=="alhyju")
   { window.location="alhyju.htm"; done=1; }

if (username=="2000" && password=="alfrgt")
   { window.location="alfrgt.htm"; done=1; }

if (username=="rodrigue" && password=="alswde")
   { window.location="alswde.htm"; done=1; }

if (username=="rooster" && password=="almjaq")
   { window.location="almjaq.htm"; done=1; }

if (username=="balzac" && password=="albgnh")
   { window.location="albgnh.htm"; done=1; }

if (username=="auberge" && password=="alcdvf")
   { window.location="alcdvf.htm"; done=1; }

if (username=="archambault" && password=="alzaxs")
   { window.location="alzaxs.htm"; done=1; }

if (username=="alcove" && password=="bddklp")
   { window.location="bddklp.htm"; done=1; }

if (username=="fraser" && password=="dhpeaa")
   { window.location="dhpeaa.htm"; done=1; }

if (username=="bonheur" && password=="blblbl")
   { window.location="blblbl.htm"; done=1; }

if (username=="heritage" && password=="bmdphr")
   { window.location="bmdphr.htm"; done=1; }

if (username=="collectors" && password=="cdhkll")
   { window.location="cdhkll.htm"; done=1; }

if (username=="editeur" && password=="bdhrea")
   { window.location="bdhrea.htm"; done=1; }

if (username=="fawcett" && password=="bcdroe")
   { window.location="bcdroe.htm"; done=1; }

if (username=="gainsbo" && password=="djeesa")
   { window.location="djeesa.htm"; done=1; }

if (username=="heffel" && password=="hlrdaa")
   { window.location="hlrdaa.htm"; done=1; }

if (username=="iris" && password=="albpbp")
   { window.location="albpbp.htm"; done=1; }

if (username=="kaspar" && password=="blbmdp")
   { window.location="blbmdp.htm"; done=1; }

if (username=="koyman" && password=="alblbl")
   { window.location="alblbl.htm"; done=1; }

if (username=="masters" && password=="bllpea")
   { window.location="bllpea.htm"; done=1; }

if (username=="releve" && password=="ddeulm")
   { window.location="ddeulm.htm"; done=1; }

if (username=="lighthouse" && password=="kprdio")
   { window.location="kprdio.htm"; done=1; }

if (username=="mayberry" && password=="bdlrpr")
   { window.location="bdlrpr.htm"; done=1; }

if (username=="michel" && password=="bdlmhp")
   { window.location="bdlmhp.htm"; done=1; }

if (username=="stephen" && password=="sradei")
   { window.location="sradei.htm"; done=1; }

if (username=="stephen" && password=="bdmeel")
   { window.location="bdmeel.htm"; done=1; }

if (username=="whistler" && password=="dlmyen")
   { window.location="dlmyen.htm"; done=1; }

if (done==0) { alert("Mauvais Login - S.V.P veuillez recommencer"); }
}


