
// Drop down navigation code
function do_nav(item)
{
	if (item.value == "personal") {window.location.href = "https://www.ebankhost.net/hamilton/";}
	else if (item.value == "business") {window.location.href = "https://www.ebankhost.net/hamilton/ecorp/";}
	else if (item.value == "first") {window.location.href = "https://www.ebankhost.net/hamilton/ftu/";}
}
function MM_popupMsg(msg) { 
  alert(msg);
}

