
function home_page() {
  parent.mainFrame.location = "month.php?month=10";
  //parent.topFrame.document.period.month.selectedIndex = 10;
}

function periodSelection() {
  parent.topFrame.document.period.month.selectedIndex = 0;
}
