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;
}