function moveDetail(code) {
    document.frmSearch.shoChuCode.value = code;
    document.frmSearch.action = "./php/Detail.php?shoChuCode=" + code;
    document.frmSearch.submit();
}

function moveListRanking(type) {
    document.frmSearch.hdnRankType.value = type;
    document.frmSearch.action = "./php/ListRanking.php";
    document.frmSearch.submit();
}
