/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

  function do_simple_help(url)
  {
    w = window.open(url,'help','height=400,width=500,left=20,top=20,scrollbars=1');
    w.focus();
  }
