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.menuMonthly.menuMonthlyItem.options[document.menuMonthly.menuMonthlyItem.selectedIndex].value;
if (URL != "none") {
window.location.href = URL
}
}
