// JavaScript Document


function Login(){
var done=0;
var username=document.login.username.value;
var password=document.login.password.value;
username=username.toLowerCase();
password=password.toLowerCase();
if (username=="highend" && password=="michal") 			{ window.location="složka/stránka2.html"; done=1; }
if (username=="topaudio" && password=="robert")			{ window.location="xhg27mig6678rqq/topaudio.html"; done=1; }
if (username=="abc" && password=="139285")				{ window.location="qrtyhd206rs44jfk/abc.html"; done=1; }
if (username=="a-typ" && password=="149385")			{ window.location="bflmpsvz86524gti/a-typ.html"; done=1; }
if (username=="avmedia" && password=="159485")			{ window.location="ahdfi9876hikjoad/avmedia.html"; done=1; }
if (username=="dmansion" && password=="169585")			{ window.location="986surjdo983sdfk/dmansion.html"; done=1; }
if (username=="eksystem" && password=="179685")			{ window.location="78asd76f876asds3/eksystem.html"; done=1; }
if (username=="elektrokomfort" && password=="189785")	{ window.location="oo765asdf876tasd/elektrokomfort.html"; done=1; }
if (username=="hifidesign" && password=="199885")		{ window.location="yy87sa6d876asdf9/hifidesign.html"; done=1; }
if (username=="inav" && password=="209985")				{ window.location="asdi867a87sdfasd/inav.html"; done=1; }
if (username=="lmtech" && password=="210085")			{ window.location="hha8sd7yfasdyf89/lmtech.html"; done=1; }
if (username=="dvorak" && password=="220185")			{ window.location="vvy9q98ydqwdqwda/dvorak.html"; done=1; }
if (username=="maxaudio" && password=="230285")			{ window.location="mm87yadfasdfy7yd/maxaudio.html"; done=1; }
if (username=="melodie" && password=="240385")			{ window.location="sss97as8d7asdasd/melodie.html"; done=1; }
if (username=="chutny" && password=="250485")			{ window.location="xx765876asdasoip/chutny.html"; done=1; }
if (username=="studioreactor" && password=="260585")	{ window.location="rro09pa0sdasdi0j/studioreactor.html"; done=1; }
if (username=="topi" && password=="270685")				{ window.location="111iuy87a7dfy7as/topi.html"; done=1; }
if (username=="unihousecz" && password=="280785")		{ window.location="tt456erfvgtrde56/unihousecz.html"; done=1; }
if (username=="ibsolution" && password=="290885")		{ window.location="0012ope8662yzsra/ibsolution.html"; done=1; }
if (username=="comimpex" && password=="300985")			{ window.location="lllooijghdts5767/comimpex.html"; done=1; }
if (username=="stenzl" && password=="311085")			{ window.location="ggg98y6a8sdf78ui/stenzl.html"; done=1; }
if (username=="dealeri" && password=="830505")			{ window.location="dealeriqiud8765j/dealeri.html"; done=1; }

if (done==0) { alert("Bylo zadáno nesprávné jméno nebo heslo!"); }
}