function NewPage(PageName) {
  window.location = PageName+".php";
}
function Highlight(Cell) {
  Cell.style.backgroundColor = "#9966FF";
}
function Lowlight(Cell) {
  Cell.style.backgroundColor = "#330099";
}

