<!-- Begin
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=="lastname-zip" && password=="1") { window.location="http://www.weprintincolor.com/html/printing_on_luggage.html"; done=1; }

if (username=="5487cj877" && password=="") { window.location="http://www.weprintincolor.com/html/game.html"; done=1; }

if (username=="9251dr137" && password=="") { window.location="http://www.weprintincolor.com/weprintincolor-PRIZE-LETTER-WUP5V1XABX.pdf"; done=1; }

if (username=="sampletap" && password=="") { window.location="http://www.weprintincolor.com/assets/images/baggage-tag-tap.jpg"; done=1; }

if (username=="7129uf835" && password=="resort") { window.location="http://www.myresortweek.com/html/user_name_login.html"; done=1; }




if (done==0) { alert("Invalid Code ... Please try again!"); }
}
// End -->


