function jumpArchive()
{
    url = document.sel_archive.sel_month.value;
    if (url) {
        location.href = url;
    }
}