function openWin() {   
  window.open("terms_popup.html", "TermsAndConditions", "width=615, height=580, location=no, menubar=no, resizable=no, scrollbars=yes");
  return false;
}