
function printFooter() {
  document.write ('Copyright &copy; 2004-06 National Institute of Advanced Industrial Science and Technology');
  }


function wGraph(URL) {
  newWin = window.open("","","width=900; height=700,scrollbars=yes,resizable=yes");
  newWin.location.href = URL;
  }

