function newNav(strHREF){
	window.open(strHREF, "_blank","toolbar=yes, location=yes, directories=yes, status=yes, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=no", true);
}

function redirect(strHREF){
    window.location = strHREF;
}

function formatEmail(username, domain) {
    document.write("<a href=" + '"mailto:' + username + "@" + domain + '"' + ">" + username + "@" + domain + "</a>");
}
