function go_url(num) {
    switch(num) {
        
        case 101:
            location.href="/sub01/index1.html";
            break;
        case 102:
            location.href="/sub01/index2.html";
            break;
        case 103:
            location.href="/sub01/index3.html";
            break;
        case 104:
            location.href="/sub01/index4.html";
            break;
        case 105:
            location.href="/sub01/index5.html";
            break;
        case 106:
            location.href="/sub01/index6.html";
            break;
            
        
        
        case 201:
            location.href="/sub02/index1.html";
            break;
        case 202:
            location.href="/sub02/index2.html";
            break;
        case 203:
            location.href="/sub02/index3.html";
            break;
        case 204:
            location.href="/sub02/index4.html";
            break;
        case 205:
            location.href="/GS_board/after.htm?boardgubn=asa";
            break;

        
        case 301:
            location.href="/sub03/index1.html";
            break;
        case 302:
            location.href="/sub03/index2.html";
            break;
        case 303:
            location.href="/sub03/index3.html";
            break;
        case 304:
            location.href="/sub03/index4.html";
            break;
        case 305:
            location.href="/sub03/index5.html";
            break;
        case 306:
            location.href="/GS_board/after.htm?boardgubn=laser";
            break;
        
        
        case 401:
            location.href="/sub04/index1.html";
            break;
        case 402:
            location.href="/sub04/index2.html";
            break;
        case 403:
            location.href="/sub04/index3.html";
            break;
        case 404:
            location.href="/GS_board/after.htm?boardgubn=special";
            break;
        
    
		

		//¹é³»Àå / ³ì³»Àå / »ç½Ã¿Í ¾à½Ã / ±âÅ¸ÁúÈ¯ 
        case 501:
            location.href="/sub05/index1.html";
            break;
        case 502:
            location.href="/sub05/index2.html";
            break;
        case 503:
            location.href="/GS_board/after.htm?boardgubn=oldeye";
            break;

        
   
		



        case 601:
            location.href="/GS_customer/customer_news.htm";
            break;
        case 602:
            location.href="/sub06/index2.html";
            break;
        case 603:
            //location.href="/GS_board/after.htm";
            location.href="/sub06/index3.html";
            break;      
        case 604:
            //location.href="/sub06/index4.html";      //°øÁö»çÇ×
            location.href="/GS_board/after.htm";  //¼ö¼úÈÄ±â
            break;      
        case 605:
            location.href="/sub06/index5.html";
            break;      
        case 606:
            location.href="/sub06/index6.html";
            break;      
        case 607:
            location.href="/sub06/index7.html";
            break;      
        case 608:
            location.href="/GS_customer/customer_faq.htm";
            break;      
        


              
//      ·Î±×ÀÎ   È¸¿ø°¡ÀÔ  ¿Â¶óÀÎ »ó´ã  ¿Â¶óÀÎ ¿¹¾à  ¼ö¼úºñ¿ë »ó´ã  »çÀÌÆ® ¸Ê  È¸¿øÁ¤º¸¼öÁ¤
        
        case 701:
            location.href="/etc/login.htm";
            break;
        case 702:
            location.href="/etc/member_join.htm";
            break;
        case 703:
            location.href="/etc/counseling1.htm";
            break;
        case 704:
            location.href="/etc/counseling2.htm";
            break;
        case 705:
            location.href="/etc/counseling3.htm";
            break;
        case 706:
            location.href="/etc/sitemap.htm";
            break;
        case 707:
            location.href="/etc/member_edit.htm";
            break;
        case 708:
            location.href="/etc/logout.php";
            break;
        case 709:
            location.href="/etc/counseling4.htm";
            break;
        case 710:
            location.href="/GS_board/after.htm?boardgubn=laser";
            break;


// °Ô½ÃÆÇ°ü·Ã¸µÅ© ¿¬°á
		//GS´º½º
        case 801:
            location.href="/GS_customer/customer_news.htm";
            break;		


        case 901:
            window.open('/etc/pop1.html', 'pop', 'width=640, height=350');
            break;	
        case 902:
            window.open('/etc/pop2.html', 'pop', 'width=640, height=350');
            break;	
        case 903:
            window.open('/etc/pop3.html', 'pop', 'width=640, height=250');
            break;	


    }
}




function goURL(num) {
  go_url(num);
}