
function GoMenu (P_Num, S_Num, D_Num) {
    var ServiceRoot = "";
    var url = "";
    //alert(P_Num + " / " + S_Num + " / " + D_Num);

    if(P_Num == "1") {
        if(S_Num == "0") {
            url = ServiceRoot + "/shop/golf_main.asp?Cate01=1";
        } else if(S_Num == "1") {
            url = ServiceRoot + "/shop/golf_main2.asp?Cate01=1&Cate02=26";
        } else if(S_Num == "2") {
            url = ServiceRoot + "/shop/golf_main2.asp?Cate01=1&Cate02=27";
        } else if(S_Num == "3") {
            url = ServiceRoot + "/shop/golf_main2.asp?Cate01=1&Cate02=28";
        } else if(S_Num == "4") {
            url = ServiceRoot + "/shop/golf_main2.asp?Cate01=1&Cate02=41";                     
        }

    } else if (P_Num == "2") {
        if (S_Num == "0") {
            url = ServiceRoot + "/shop/golf_main.asp?Cate01=3";
        } else if (S_Num == "1") {
            url = ServiceRoot + "/shop/golf_main2.asp?Cate01=3&Cate02=30";
        } else if (S_Num == "2") {
            url = ServiceRoot + "/shop/golf_main2.asp?Cate01=3&Cate02=31";
        } else if (S_Num == "3") {
            url = ServiceRoot + "/shop/golf_main2.asp?Cate01=3&Cate02=32";
        } else if (S_Num == "4") {
            url = ServiceRoot + "/shop/golf_main2.asp?Cate01=3&Cate02=33";
        } else if (S_Num == "5") {
            url = ServiceRoot + "/shop/golf_main2.asp?Cate01=3&Cate02=54";
        }

    } else if (P_Num == "3") {
        if(S_Num == "0") {
            url = ServiceRoot + "/shop/golf_main.asp?Cate01=4";
        } else if(S_Num == "1") {
            url = ServiceRoot + "/shop/golf_main2.asp?Cate01=4&Cate02=34";
        } else if(S_Num == "2") {
            url = ServiceRoot + "/shop/golf_main2.asp?Cate01=4&Cate02=35";
        } else if(S_Num == "3") {
            url = ServiceRoot + "/shop/golf_main2.asp?Cate01=4&Cate02=36";
        } else if(S_Num == "4") {
            url = ServiceRoot + "/shop/golf_main2.asp?Cate01=4&Cate02=37";
        } else if(S_Num == "5") {
            url = ServiceRoot + "/shop/golf_main2.asp?Cate01=4&Cate02=38";
        } else if(S_Num == "6") {
            url = ServiceRoot + "/shop/golf_main2.asp?Cate01=4&Cate02=39";            
        } else if(S_Num == "7") {
            url = ServiceRoot + "/shop/golf_main2.asp?Cate01=4&Cate02=40"; 
        }else if(S_Num == "8") {
            url = ServiceRoot + "/shop/golf_main_trophylab.asp"; 
        }

    } else if (P_Num == "4") {
        if(S_Num == "0") {
	    url = ServiceRoot + "/shop/golf_main.asp?Cate01=6";
	} else if (S_Num == "1") {
            url = ServiceRoot + "/greenbridge/greenbridge_main.asp";
        } else if (S_Num == "2") {
            url = ServiceRoot + "/shop/golf_main2.asp?Cate01=6&Cate02=44";
        } else if (S_Num == "3") {
            url = ServiceRoot + "/shop/golf_main2.asp?Cate01=6&Cate02=45";
        } else if (S_Num == "4") {
            url = ServiceRoot + "/shop/golf_main2.asp?Cate01=6&Cate02=53";
        }

    } else if (P_Num == "5") {
        if(S_Num == "0") {
	    url = ServiceRoot + "/shop/golf_main.asp?Cate01=8 ";
	} else if (S_Num == "1") {
            url = ServiceRoot + "/shop/golf_main2.asp?Cate01=8&Cate02=48";
        } else if (S_Num == "2") {
            url = ServiceRoot + "/shop/golf_main2.asp?Cate01=8&Cate02=55";
        } else if (S_Num == "3") {
            url = ServiceRoot + "/shop/golf_main2.asp?Cate01=8&Cate02=62";
        } else if (S_Num == "4") {
            url = ServiceRoot + "/shop/golf_main2.asp?Cate01=8&Cate02=47";
        } else if (S_Num == "5") {
            url = ServiceRoot + "/shop/golf_main2.asp?Cate01=8&Cate02=63";
        }
    }

    if(url != "") {
        window.location.href = url;
    }
}




function GoMenu2 (P_Num, S_Num, D_Num) {
    var ServiceRoot = "";
    var url = "";
    //alert(P_Num + " / " + S_Num + " / " + D_Num);

    if(P_Num == "1") {
        url = ServiceRoot + "/ucc/ucc.asp";
    } else if(P_Num == "2") {
        url = ServiceRoot + "/new/new_product.asp";
    } else if(P_Num == "3") {
        url = ServiceRoot + "/best_ranking/ranking.asp";
    } else if(P_Num == "4") {
        url = ServiceRoot + "/event_coupon/event_coupon.asp";
    } else if(P_Num == "5") {
        url = ServiceRoot + "/today/today_new.asp";
    } else if(P_Num == "6") {
        url = ServiceRoot + "/shopping_plan/onlysay.asp";
    } else if(P_Num == "7") {
        url = ServiceRoot + "/greenbridge/greenbridge_main.asp";
    } else if(P_Num == "8") {
        url = ServiceRoot + "/brand/brand_main.asp";
    } else if(P_Num == "9") {
        url = ServiceRoot + "/shopping_plan/plan_list.asp";
    }

    if(url != "") {
        window.location.href = url;
    }

}


function ShowAllCate(){  
    if ( document.getElementById('SayGolf_Layer').style.display == "none" ){
        document.getElementById('SayGolf_Layer').style.display = "block";
    }else {
        document.getElementById('SayGolf_Layer').style.display = "none";
    }
}

function HiddenAllCate(){  
    document.getElementById('SayGolf_Layer').style.display = "none";
}


function GoUrlChk(v){    
    alert(v);
    
    if(v != ""){
        window.location.href = v; 
    }
}
