<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- 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=="corp321" && password=="u8ntz4je") { window.location="corpproduct.htm"; done=1; }
if (username=="corp323" && password=="5a6ihk92") { window.location="corpproduct.htm"; done=1; }
if (username=="corp325" && password=="m3dpqgto") { window.location="corpproduct.htm"; done=1; }
if (done==0) { alert("Invalid login!"); }
}
// End -->
