function WinOpenTest() 
   {
   window.open("test/test.html", "DisplayWindow","toolbar=no, location=no,  directories=no, menubar=no, scrollbars=no, resizable=no, width=250px, height=500px");
      }

function WinOpenReport() 
   {
   window.open("news_report.php", "DisplayWindow","toolbar=no, location=no,  directories=no, menubar=no, scrollbars=no, resizable=no, width=486px, height=412px");
      }

function OpenPopup()
{
open( "?p=tell?var_name=$N" );
}

}
