File: 0.02.11a/server/web/js/freenats.js (View as HTML)

  1: <!--
  2: 
  3: // Help Popup
  4: function freenats_help( helpid )
  5: {
  6: var url= 'help.php?id='+helpid;
  7: var opt= 'width=300,height=200,toolbar=no,directories=no,status=no,copyhistory=no,left=0,top=20,screenX=0,screenY=20';
  8: var tit= 'FreeNATS Help: '.helpid;
  9: 
 10: window.open(url,tit,opt);
 11: }
 12: 
 13: //-->