function menulink(link_go) {  
	switch ( link_go ) {
	
	  /*Home*/
		case 'home' : //
		location.href="/index2.html"; break;
		
		/*company*/
		case 'company1' : //
		location.href="/company/company_01.html"; break;
		case 'company2' : // 
		location.href="/company/company_02.html"; break;
		case 'company3' : // 
		location.href="/company/company_03.html"; break;
		case 'company4' : // 
		location.href="/company/company_04.html"; break;
		case 'company5' : // 
		location.href="/company/company_05.html"; break;
		
		
		/*san*/
		case 'san0' : //
		location.href="/san/san.html"; break;
		case 'san1' : //
		location.href="/san/san_01.html"; break;
		case 'san2' : // 
		location.href="/san/san_02.html"; break;
		case 'san3' : // 
		location.href="/san/san_03.html"; break;
		case 'san4' : // 
		location.href="/san/san_04.html"; break;

		
		
		
         /*sim*/
		case 'sim1' : //
		location.href="/sim/sim_01.html"; break;
		case 'sim2' : // 
		location.href="/sim/sim_02.html"; break;
		case 'sim3' : // 
		location.href="/sim/sim_03.html"; break;
		case 'sim4' : // 
		location.href="/sim/sim_04.html"; break;
		
		  /*law*/
		case 'law1' : //
		location.href="/law/law_01.html"; break;
		case 'law2' : //
		location.href="/law/law_05.html"; break;
		case 'law3' : //
		location.href="/law/law_03.html"; break;
		
         /*links*/
		case 'links1' : //
		location.href="/links/links_01.html"; break;
		case 'links2' : // 
		location.href="/links/links_02.html"; break;
		case 'links3' : // 
		location.href="/links/links_03.html"; break;
		case 'links4' : // 
		location.href="/links/links_04.html"; break;
		case 'links5' : // 
		location.href="/links/links_05.html"; break;
		
		
		
			
		    /*»çÀÌÆ®¸Ê*/
		case 'sitemap' : //
		location.href="/sitemap/sitemap.html"; break;
		

	}
}

