   var chapter
   var hWnd
  

    function openHTML(URL,Width,Height)
      {
var hWnd=window.open(URL,"News_View","toolbar=no,scrollbars=yes,menubar=no,width="+Width+",height="+Height+",left=100,top=50,status=yes")
      }      

