function popHelpProgramWin(url,width, height){
  
  if (width == null) width = 580;
  if (height == null) height = 500;
  
  popContentWin(url,'','',width,height);
}

