<!--
function wopen(arg,arg2,arg3){
    window.open(arg,"about","width="+arg2+",height="+arg3+",scrollbars=1,resizable=1");
}

function changeAllJpList() {
    location.href= "/cm/hbsp/list_all_jp.asp?flag=31&category2="+document.menu.category2.options[document.menu.category2.selectedIndex].value+"&sort="+document.menu.sort.options[document.menu.sort.selectedIndex].value;
}
-->