<!--
//popup windows
function popDisclaimer (choice) {
  var jrWin = window.open ("disclaimer.html?loc="+choice, "","width=800,height=500,scrollbars=yes,top=5,left=5,menubar=yes,toolbar=yes,status=yes,resizable=yes,location=yes");
  if (jrWin) jrWin.focus();
}
function popDisclaimer2 () {
  var jrWin = window.open ("disclaimer_calc.html","width=775,height=500,scrollbars=yes,top=5,left=5,menubar=yes,toolbar=yes,status=yes,resizable=yes,location=yes");
  if (jrWin) jrWin.focus();
}
//-->
