function nav_goto(menu){
    month = menu.selectmonth.value;
    year = menu.selectyear.value;
    location.href = "?page=calendar&month="+month+"&year="+year;
}

