function PrintLastModified()
{
  document.write("Updated:  " + revision_date);
}

function openWin(url) {
aWindow=window.open(url, "thewindow","")
}
