
function handleOnChangeYear(select)
{
  window.location = select.value;
}


function handleOnChangeMonth(select)
{
  window.location = select.value;
}