﻿//<![CDATA[
      function pop(file)
      {
      helpwindow = window.open(file,"pophelp","toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=no,width=950, height=320,top=150, left=100");
      helpwindow.focus();
      return false;
      }
  //]]>
