function menujsblog(){
var URL = document.menuBlog.menuBlogItem.options[document.menuBlog.menuBlogItem.selectedIndex].value;
if (URL != "none") {
window.location.href = URL
}
}

function menujsmonthly(){
var URL = document.menuYearly.menuYearlyItem.options[document.menuYearly.menuYearlyItem.selectedIndex].value;
if (URL != "none") {
window.location.href = URL
}
}
