function login(){
var done=0;
var password=document.form_name.password.value;
password=password.toLowerCase();
if (password=="demo1a") { window.location="corpaces/index.shtml"; return false; }
if (password=="demo1m") { window.location="corpomni/index.shtml"; return false; }
if (password=="demo7a") { window.location="457aces/index.shtml"; return false; }
if (password=="demo7m") { window.location="457omni/index.shtml"; return false; }
if (password=="demo3a") { window.location="403aces/index.shtml"; return false; }
if (password=="demo3me") { window.location="403omniw/index.shtml"; return false; }
if (password=="demo3m") { window.location="403omniwo/index.shtml"; return false; }
if (password=="demo1md") { window.location="401omnid/index.shtml"; return false; }
if (done==0) { alert("The password you have entered is invalid. Please try again or contact your ING representative."); }
}
