<!--
  function OpenWindow(URL,winName,features) 
  { 
    LittleWindow =
    window.open(URL,winName,features);
  }
//-->

