function changeMonthYear()
   {
      nummer=window.document.monthyear.menu.selectedIndex;
      if(nummer>0){
         seite=window.document.monthyear.menu.options[nummer].value;
         self.location.href=seite;
      }
   }