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

function setSignon() {
<!-- if (getCookie("Testing") != "" )  -->
<!--   alert("setSignon... " + document.formA.Your_Email.value); -->

//  if (document.formA.Your_Email.value != getCookie('Help-PM_PMIMem'))
    setCookie("Help-PM_PMIMem", document.formA.Your_Email.value);

//  if (document.formA.Local_Chap_Name.value != getCookie('Help-PM_PMIChap'))
    setCookie("Help-PM_PMIChap", document.formA.Local_Chap_Name.value);

// Refresh previous page to get updated cookies
  history.go(-2);
}