// JavaScript Document
function DoCustomValidation()
{
  var frm = document.forms["form1"];
  if(frm.username.value != "Matters" && frm.password.value != "wlm70101")
  {
    alert('The Username and/or Password are incorrect!');
    return false;
  }
  else
  {
	window.open('http://server.iad.liveperson.net/hc/81992940/?cmd=file&file=visitorWantsToChat&site=81992940&imageUrl=http://server.iad.liveperson.net/hcp/Gallery/ChatButton-Gallery/English/General/1a&referrer='+escape(document.location),'chat81992940','width=475,height=400,resizable=yes');
    return true;
  }
}
function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}