/* for selection guide - cdc */ function click_vol1( cur){ // init - vol2 $("#vol2_01_cb").hide(); $("#vol2_02_cb").hide(); $("#vol2_03_cb").hide(); $("#vol2_01_cv").hide(); $("#vol2_02_cv").hide(); $("#vol2_03_cv").hide(); $("#vol2_01_tt").hide(); // init - vol3 $("#vol3_01_pr").hide(); $("#vol3_02_pr").hide(); $("#vol3_03_pr").hide(); $("#vol3_04_pr").hide(); $("#vol3_05_pr").hide(); $("#vol3_06_pr").hide(); $("#vol3_07_pr").hide(); $("#vol3_01_st").hide(); $("#vol3_02_st").hide(); $("#vol3_03_st").hide(); $("#vol3_04_st").hide(); $("#vol3_05_st").hide(); // init - vol1 if( cur == "vol1_01") { $("#vol1_01").show(); WinScroll( "#vol1_01"); } else { $("#vol1_01").hide(); } if( cur == "vol1_02") { $("#vol1_02").show(); WinScroll( "#vol1_02"); } else { $("#vol1_02").hide(); } if( cur == "vol1_03") { $("#vol1_03").show(); WinScroll( "#vol1_03"); } else { $("#vol1_03").hide(); } if( cur == "vol1_04") { $("#vol1_04").show(); WinScroll( "#vol1_04"); } else { $("#vol1_04").hide(); } } function click_vol2_cb( cur){ // init - vol3 $("#vol3_01_pr").hide(); $("#vol3_02_pr").hide(); $("#vol3_03_pr").hide(); $("#vol3_04_pr").hide(); $("#vol3_05_pr").hide(); $("#vol3_06_pr").hide(); $("#vol3_07_pr").hide(); $("#vol3_01_st").hide(); $("#vol3_02_st").hide(); $("#vol3_03_st").hide(); $("#vol3_04_st").hide(); $("#vol3_05_st").hide(); if( cur == "vol2_01_cb") { $("#vol2_01_cb").show(); $("#v_pra").show(); $("#v_stl").hide(); $("#v_3d").hide(); $("#v_sw").show(); WinScroll( "#vol2_01_cb"); } else { $("#vol2_01_cb").hide(); } if( cur == "vol2_02_cb") { $("#vol2_02_cb").show(); $("#v_pra").hide(); $("#v_stl").show(); $("#v_3d").hide(); $("#v_sw").show(); WinScroll( "#vol2_02_cb"); } else { $("#vol2_02_cb").hide(); } if( cur == "vol2_03_cb") { $("#vol2_03_cb").show(); $("#v_pra").hide(); $("#v_stl").hide(); $("#v_3d").show(); $("#v_sw").show(); WinScroll( "#vol2_03_cb"); } else { $("#vol2_03_cb").hide(); } } function click_vol2_cv( cur){ } function click_vol3_pr( cur){ if( cur == "vol3_01_pr") { $("#vol3_01_pr").show(); WinScroll( "#vol3_01_pr"); } else { $("#vol3_01_pr").hide(); } if( cur == "vol3_02_pr") { $("#vol3_02_pr").show(); WinScroll( "#vol3_02_pr"); } else { $("#vol3_02_pr").hide(); } if( cur == "vol3_03_pr") { $("#vol3_03_pr").show(); WinScroll( "#vol3_03_pr"); } else { $("#vol3_03_pr").hide(); } if( cur == "vol3_04_pr") { $("#vol3_04_pr").show(); WinScroll( "#vol3_04_pr"); } else { $("#vol3_04_pr").hide(); } if( cur == "vol3_05_pr") { $("#vol3_05_pr").show(); WinScroll( "#vol3_05_pr"); } else { $("#vol3_05_pr").hide(); } if( cur == "vol3_06_pr") { $("#vol3_06_pr").show(); WinScroll( "#vol3_06_pr"); } else { $("#vol3_06_pr").hide(); } if( cur == "vol3_07_pr") { $("#vol3_07_pr").show(); WinScroll( "#vol3_07_pr"); } else { $("#vol3_07_pr").hide(); } } function click_vol3_st( cur){ if( cur == "vol3_01_st") { $("#vol3_01_st").show(); WinScroll( "#vol3_01_st"); } else { $("#vol3_01_st").hide(); } if( cur == "vol3_02_st") { $("#vol3_02_st").show(); WinScroll( "#vol3_02_st"); } else { $("#vol3_02_st").hide(); } if( cur == "vol3_03_st") { $("#vol3_03_st").show(); WinScroll( "#vol3_03_st"); } else { $("#vol3_03_st").hide(); } if( cur == "vol3_04_st") { $("#vol3_04_st").show(); WinScroll( "#vol3_04_st"); } else { $("#vol3_04_st").hide(); } if( cur == "vol3_05_st") { $("#vol3_05_st").show(); WinScroll( "#vol3_05_st"); } else { $("#vol3_05_st").hide(); } } function click_sr_disp(){ // init - vol2 $("#vol2_01_cb").hide(); $("#vol2_02_cb").hide(); $("#vol2_03_cb").hide(); $("#vol2_01_cv").hide(); $("#vol2_02_cv").hide(); $("#vol2_03_cv").hide(); $("#vol2_01_tt").hide(); // init - vol3 $("#vol3_01_pr").hide(); $("#vol3_02_pr").hide(); $("#vol3_03_pr").hide(); $("#vol3_04_pr").hide(); $("#vol3_05_pr").hide(); $("#vol3_06_pr").hide(); $("#vol3_07_pr").hide(); $("#vol3_01_st").hide(); $("#vol3_02_st").hide(); $("#vol3_03_st").hide(); $("#vol3_04_st").hide(); $("#vol3_05_st").hide(); $("#v_pra").show(); $("#v_stl").show(); $("#v_3d").show(); $("#v_sw").hide(); }