function Login(){var done=0;var username=document.login.username.value;username=username.toLowerCase();var password=document.login.password.value;password=password.toLowerCase();if (username=="delamo" && password=="gilford") { window.location="http://www.richpix.com/clients/clients/delamo_rp00123"; done=1; }if (username=="acorn" && password=="dalia") { window.location="http://www.richpix.com/clients/clients/acorn_rp00234"; done=1; }if (username=="aal" && password=="larry") { window.location="http://www.richpix.com/clients/clients/aal_rp00345"; done=1; }if (username=="jones" && password=="clancy") { window.location="http://www.richpix.com/clients/clients/jones_rp00456"; done=1; }if (username=="anchor" && password=="explorer") { window.location="http://www.richpix.com/clients/clients/anchor_rp00567"; done=1; }if (username=="compx" && password=="coates") { window.location="http://www.richpix.com/clients/clients/compx_rp00678"; done=1; }if (username=="applied" && password=="houston") { window.location="http://www.richpix.com/clients/clients/applied_rp00789"; done=1; }if (username=="adwerx" && password=="radio") { window.location="http://www.richpix.com/clients/clients/adwerx_rp00890"; done=1; }if (username=="betterlight" && password=="kicksass") { window.location="http://www.richpix.com/clients/clients/betterlight_rp0123"; done=1; }if (username=="prorental" && password=="betterlight") { window.location="http://www.richpix.com/clients/clients/prorental_rp0234"; done=1; }if (username=="stgeorge" && password=="warehouse") { window.location="http://www.richpix.com/clients/clients/stgeorge_rp0345"; done=1; }if (username=="santec" && password=="richard") { window.location="http://www.richpix.com/clients/clients/santec_rp0456"; done=1; }if (username=="sharp" && password=="tool") { window.location="http://www.richpix.com/clients/clients/sharp_rp0567"; done=1; }if (username=="pelican" && password=="case") { window.location="http://www.richpix.com/clients/clients/pelican_rp0678"; done=1; }if (username=="phat" && password=="seth") { window.location="http://www.richpix.com/clients/clients/phat_rp0789"; done=1; }if (username=="paradise" && password=="treasures") { window.location="http://www.richpix.com/clients/clients/paradise_rp0890"; done=1; }if (username=="hahn" && password=="john") { window.location="http://www.richpix.com/clients/clients/hahn_rp123"; done=1; }if (username=="omotors" && password=="erin") { window.location="http://www.richpix.com/clients/clients/omotors_rp234"; done=1; }if (done==0) { window.location="http://www.richpix.com/clients/invalid_login.htm"; }}