<!-- Created on 30-mar-2005 13.32.48 -->

function helpfeatures() {

  var s = "width=500,height=330,screenX=100,screenY=100,resizable=yes,";
  s += "scrollbars=yes";
  
  return s;

}

