// New interfaces:
// - showTerms()


//==============================================================================
// showTerms()
//==============================================================================
function showTerms(url) {
  terms=window.open(url, "terms", "width=550,height=550,scrollbars=yes");
  terms.focus();
}
