// (c) Almega Consulting Corporation 2007 - All rights reserved.
//          http://www.help-pm.com/Almega.html

function getPMIMem() {
<!-- alert ("getPMIMem... " + getCookie("Help-PM_PMIMem")); -->
  return getCookie("Help-PM_PMIMem");
}
function getPMIChap() {
  return getCookie("Help-PM_PMIChap");
}

if (getPMIMem() == null || getPMIMem() == "") {
//  if (getCookie("Testing") != "" ) alert("Redirecting to Signon...");
//  window.location = "http://www.help-pm.com/pmi/Signon.html";
}

//Reload window to update cache
//window.location.reload( true );