// Jampmenu
<!--
 function jumpMenu(){
	location=(document.howtoselect.howto.options[document.howtoselect.howto.selectedIndex].value);
}
 function jumpMenu01(){
	location=(document.goods_select.category.options[document.goods_select.category.selectedIndex].value);
}
 function jumpMenu02(){
	location=(document.author.author_list.options[document.author.author_list.selectedIndex].value);
}
 function jumpMenu03(){
	location=(document.category.category_list.options[document.category.category_list.selectedIndex].value);
}
 function jumpMenu04(){
	location=(document.year.year_list.options[document.year.year_list.selectedIndex].value);
}
 function jumpMenu05(){
	location=(document.month.month_list.options[document.month.month_list.selectedIndex].value);
}
 function jumpMenu06(){
	location=(document.menu.menu_list.options[document.menu.menu_list.selectedIndex].value);
}

//-->
