function popupSupertell()
    {
      url = 'http://www.supertell.com/supertell.php?sid=9F6D22AC8A9C95E4854D4F4ECE1D040C&mt=1';

      stWindow = window.open(url,
                             'superTell',
                             'width=660,height=700,status=yes,menubar=no,' +
                             'toolbar=no,scrollbars=yes,resizable=yes');
      stWindow.focus();
    }
    
function popupElist()
    {
      url = 'https://app.e2ma.net/app/view:Join/signupId:12487';

      stWindow = window.open(url,
                             'emailList',
                             'width=530,height=400,status=yes,menubar=no,' +
                             'toolbar=no,scrollbars=yes,resizable=yes');
      stWindow.focus();
    }    