/*Open a popup help window named newsxxx.htm*/
function popUpWindow(newsnum) 
{
  window.open("newsitems/news"+newsnum+".htm","Window2","status=no,height=470,width=570,resizable=yes,left=100,top=100,scrollbars=yes");
}