// 메뉴 네이밍 규칙
// G : 글로벌, S : 서브(글로벌 아래 단계: 2depth 메뉴), D : 3depth 메뉴 
    
// 링크연결스크립트


	function linkG0() {
        location.href="/index.jsp";
    }

	// 글로벌1
    function linkG1() {
        location.href="/html/sub1/index.jsp";
    }
        function linkG1S1() {
            location.href="/html/sub1/index.jsp";
        }
        function linkG1S2() {
            location.href="/html/sub1/index02.jsp";
        }
        function linkG1S3() {
            location.href="/html/sub1/index03.jsp";
        }
      
      
 // 글로벌2
 function linkG2() {
        location.href="/html/sub2/index.jsp";
    }
        function linkG2S1() {
            location.href="/html/sub2/index.jsp";
        }
		function linkG2S11() {
            location.href="/html/sub2/index01.jsp";
        }
        function linkG2S2() {
            location.href="/html/sub2/index02.jsp";
        }
		 function linkG2S3() {
            location.href="/html/sub2/index03.jsp";
        }

 // 글로벌3
 
 function linkG3() {
        location.href="/html/sub3/index.jsp";
    }
        function linkG3S1() {
            location.href="/html/sub3/index.jsp";
        }
        function linkG3S2() {
            location.href="/html/sub3/index01.jsp";
        }
      
 // 글로벌4

 function linkG4() {
        location.href="/html/sub4/index.jsp";
    }
        function linkG4S1() {
            location.href="/html/sub4/index.jsp";
        }
       function linkG4S2() {
            location.href="/html/sub4/index02.jsp";
        }
       function linkG4S3() {
            location.href="/html/sub4/index03.jsp";
        }
		function linkG4S4() {
            location.href="/html/sub4/index05.jsp";
        }
		function linkG4S5() {
            location.href="/html/sub4/index05.jsp";
        }
 // 글로벌5

    function linkG5() {
        location.href="/html/sub5/index.jsp";
//        location.href="#";
    }
        function linkG5S1() {
            location.href="/html/sub5/index.jsp";
//			location.href="#";
        }
       

 // 글로벌6

    function linkG6() {
        location.href="/html/sub6/index.jsp";
    }
        function linkG6S1() {
            location.href="/html/sub6/index.jsp";         									
        }
       

 // 글로벌7

    function linkG7() {
        location.href="/html/sitemap/index.jsp";
    }
        function linkG7S1() {
            location.href="/html/sitemap/index.jsp";         									
        }
 function linkG7S2() {
            //location.href="/html/sitemap/index02.jsp"; 
			window.open('/include/pop_email.jsp','pop_email','scrollbars=no,width=500,height=200top=150,left=300');
       }
 function linkG7S3() {
            location.href="/html/sitemap/index03.jsp";         									
        }


// 헤더 링크
    //홈
    function linkOurHome() {
        // 
        location.href="/index.jsp";
    }
   
 