<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);


function popEmail(chapterid)
{
URL = "http://www.tcfcolorado.org/common/email_form2.php";
day = new Date();
id = day.getTime();
getURL = URL + "?chapter_id=" + chapterid;
eval("page" + id + " = window.open(getURL, '" + id + "', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=1, width=545, height=425');");
}
// -->
