var root="/"; var sub_main=root+"sub_main/"; function M00(on){ location= root; } function M01(on){ if (on==00||on==01){ //인사말 location=sub_main+"company/info.php"; }else if (on==02){ //연혁 location=sub_main+"company/history.php"; }else if (on==03){ //자회사 location=sub_main+"company/company.php"; }else if (on==04){ //오시는길 location=sub_main+"company/location.php"; }else if (on==05){ //인증서 location=sub_main+"company/certification.php"; }else{ ready_link(); } } function M02(on){ if (on==00||on==01){ //태양광 추적식 가로등 location=sub_main+"product/01_product.php"; }else if (on==02){ //태양광추적시스템 location=sub_main+"product/02_product.php"; }else if (on==03){ //태양광추적시스템 location=sub_main+"product/03_product.php"; }else{ ready_link(); } } function M03(on){ if (on==00||on==01){ //시공사례 location=sub_main+"portfolio/portfolio.php"; }else{ ready_link(); } } function M04(on){ if (on==00||on==01){ //개발배경 //location=sub_main+"source/dev.php"; location=sub_main+"source/info.php"; }else if (on==02){ //태양광 추적식 가로등이란 //location=sub_main+"source/info.php"; location=sub_main+"source/certification.php"; }else if (on==03){ //인증현황 //location=sub_main+"source/verify.php"; location=sub_main+"source/download.php"; }else if (on==04){ //다운로드 //location=sub_main+"source/download.php"; }else{ ready_link(); } } function M05(on){ if (on==00||on==01){ //제품문의 location=sub_main+"customer/inquire.php"; }else if (on==02){ //A/S 접수 location=sub_main+"customer/as_reception.php"; }else if (on==03){ //카다로그 신청 //location=sub_main+"customer/catalog.php"; location=sub_main+"source/download.php"; }else{ ready_link(); } } function footerM(on){ if(on==00||on==01){ ready_link(); }else if(on == 2){ ready_link(); }else if(on == 3){ M01(4) }else{ ready_link(); } } function topM(on){ if(on==00||on==01){ //홈 location=root; }else if(on == 2){ //컨택어스 location=sub_main+"customer/inquire.php"; }else if(on == 3){ //사이트맵 location="sitemap.php"; }else if(on == 4){ //admin location="/admin/login/login.php"; }else if(on == 5){ //korea location="/"; }else if(on == 6){ //admin location="/en/"; }else{ ready_link(); } } function menu_link(on){ if (on==100){ //홈 location=root; }else if (on==101){ //컨택어스 ready_link(); }else if (on==102){ //사이트맵 location="/sitemap.php"; }else if (on==103){ //admin location=sub_main+"../admin/login/login.php"; }else if (on==104){ //korea location="/"; }else if (on==105){ //usa location="/en/index01.php"; }else if (on==11){ //인사말 location=sub_main+"company/info.php"; }else if (on==12){ //연혁 location=sub_main+"company/history.php"; }else if (on==13){ //자회사 location=sub_main+"company/company.php"; }else if (on==14){ //오시는길 location=sub_main+"company/location.php"; }else if (on==15){ //인증서 location=sub_main+"company/certification.php"; }else if (on==21){ //태양광 추적식 가로등 location=sub_main+"product/01_product.php"; }else if (on==22){ //태양광추적시스템 location=sub_main+"product/02_product.php"; }else if (on==31){ //시공사례 location=sub_main+"portfolio/portfolio.php"; }else if (on==41){ //개발배경 location=sub_main+"source/dev.php"; }else if (on==42){ //태양광 추적식 가로등이란 location=sub_main+"source/info.php"; }else if (on==43){ //인증현황 location=sub_main+"source/verify.php"; }else if (on==44){ //다운로드 location=sub_main+"source/download.php"; }else if (on==51){ //제품문의 location=sub_main+"customer/inquire.php"; }else if (on==52){ //A/S 접수 location=sub_main+"customer/as_reception.php"; }else if (on==53){ //카다로그 신청 location=sub_main+"customer/catalog.php"; }else{ ready_link(); } } function bannerM(on){ if (on==1){ //영상보기 //ready_link(); $(".black_bg").show(); $(".youtube").show(); $("#youtube_box").html(''); }else if (on==2){ //태양광가로등 location=sub_main+"product/01_product.php"; }else if (on==3){ //LED등기구 location=sub_main+"product/03_product.php"; }else if (on==4){ //추적시스템 location=sub_main+"product/02_product.php"; }else if (on==5){ //고객센터 location=sub_main+"customer/inquire.php"; }else if (on==6){ //시공사례 location=sub_main+"portfolio/portfolio.php"; }else{ ready_link(); } } function ready_link(){ alert("준비중입니다."); }