function hotnews_win(html_name,height)
{ arg = 'toolbar=no,menubar=no,scrollbars=no,location=no,directories=no,status=no,resizable=no,height=' + height; 
  window.open(html_name,"_blank",arg) ;
 }
