/*==========================================*
LINK 처리하기
*==========================================*/
var ContextRoot = "";
function moveSite(siteCode) {
	switch (siteCode) {
		case "00000" : // 영문
			window.location.href = ContextRoot+"/eng/index.jsp";
			break;
		case "00001" : //  홈으로
			window.location.href = ContextRoot+"/index.jsp";
			break;
		// 회사소개
		case "10000" : //
			window.location.href = ContextRoot+"/introduction/introduction_ceo01.jsp";
			break;
		case "10100" : //
			window.location.href = ContextRoot+"/introduction/introduction_ceo01.jsp";
			break;
		case "10101" : //  인사말
			window.location.href = ContextRoot+"/introduction/introduction_ceo01.jsp";
			break;

		case "10102" : //  프로필
			window.location.href = ContextRoot+"/introduction/introduction_ceo02.jsp";
			break;

		case "10103" : //  취임사(CEO메시지)
			window.location.href = ContextRoot+"/introduction/introduction_ceo03_list.jsp";
			break;

		case "10200" : //
			window.location.href = ContextRoot+"/introduction/introduction_company01.jsp";
			break;

		case "10201" : //  경영원칙
			window.location.href = ContextRoot+"/introduction/introduction_company01.jsp";
			break;

		case "10202" : //  연혁 및 주주현황
			window.location.href = ContextRoot+"/introduction/introduction_company02.jsp";
			break;

		case "10203" : //  조직 및 인프라
			window.location.href = ContextRoot+"/introduction/introduction_company03.jsp";
			break;

		case "10203_01" : //  조직 및 인프라: 투자_1팀
			window.location.href ="#team_table";
			menu("team01");
			break;

		case "10203_02" : //  조직 및 인프라: 경영관리팀
			window.location.href ="#team_table";
			menu("team02");
			break;

		case "10203_03" : //  조직 및 인프라: CVC TF팀
			window.location.href ="#team_table";
			menu("team03");
			break;

		case "10203_04" : //  조직 및 인프라: 투자_2팀
			window.location.href ="#team_table";
			menu("team04");
			break;
			
			
		case "10203_05" : //  조직 및 인프라: 사장보좌역
			window.location.href ="#team_table";
			menu("team05");
			break;

		case "10203_06" : //  조직 및 인프라: 준법감시팀
			window.location.href ="#team_table";
			menu("team06");
			break;

		case "10203_07" : //  조직 및 인프라: 해외지사팀
			window.location.href ="#team_table";
			menu("team07");
			break;

		case "10204" : //  투자조합
			window.location.href = ContextRoot+"/introduction/introduction_company04.jsp";
			break;

		case "10205" : //  찾아오시는 길
			window.location.href = ContextRoot+"/introduction/introduction_company05.jsp";
			break;

		// 투자영역

		case "20000" : //
			window.location.href = ContextRoot+"/business/intro_fundfield.jsp";
			break;

		case "20100" : //  투자영역소개
			window.location.href = ContextRoot+"/business/intro_fundfield.jsp";
			break;

		case "20200" : //  투자절차
			window.location.href = ContextRoot+"/business/process.jsp";
			break;

		case "20300" : //  투자관련소식
			window.location.href = ContextRoot+"/business/fund_news.jsp";
			break;
			
		case "20400" : //	투자문의
			window.location.href = ContextRoot+"/business/inquire.jsp";
			break;

		//포트폴리오

		case "30000" : //
			window.location.href = ContextRoot+"/portfolio/semiconductor.jsp";
			break;

		case "30100" : //  성공사례
			window.location.href = ContextRoot+"/portfolio/success_story.jsp";
			break;

		case "30200" : //  반도체
			window.location.href = ContextRoot+"/portfolio/semiconductor.jsp";
			break;

		case "30300" : //  정보통신
			window.location.href = ContextRoot+"/portfolio/it.jsp";
			break;

		case "30400" : //  소프트웨어
			window.location.href = ContextRoot+"/portfolio/sw.jsp";
			break;

		case "30500" : //  인터넷서비스
			window.location.href = ContextRoot+"/portfolio/internet.jsp";
			break;

		case "30600" : //  컨텐츠
			window.location.href = ContextRoot+"/portfolio/contents.jsp";
			break;

		case "30700" : //  바이오
			window.location.href = ContextRoot+"/portfolio/bio.jsp";
			break;

		case "30800" : //  기타
			window.location.href = ContextRoot+"/portfolio/etc.jsp";
			break;


		//윤리경영
		case "40000" : //
			window.location.href = ContextRoot+"/ethics/observe_ethics.jsp";
			break;

		case "40100" : //  윤리준수
			window.location.href = ContextRoot+"/ethics/observe_ethics.jsp";
			break;

		case "40200" : //  조직문화
			window.location.href = ContextRoot+"/ethics/organ_culture.jsp";
			break;

		case "40300" : //  공존공영
			window.location.href = ContextRoot+"/ethics/coexistence.jsp";
			break;

		case "40400" : //  환경안전
			window.location.href = ContextRoot+"/ethics/environment.jsp";
			break;

		case "40500" : //  기업시민
			window.location.href = ContextRoot+"/ethics/citizen.jsp";
			break;

		case "40600" : //  사회공헌
			window.location.href = ContextRoot+"/ethics/contribution.jsp";
			break;

		//뉴스
		case "50000" : //
			window.location.href = ContextRoot+"/news/notice_news.jsp";
			break;

		case "50100" : //  공지사항 및 뉴스
			window.location.href = ContextRoot+"/news/notice_news.jsp";
			break;

		case "50200" : //  삼성그룹 뉴스
			window.location.href = ContextRoot+"/news/samsung_new03.jsp";
			break;

		case "50300" : //  온라인 브로슈어
			window.location.href = ContextRoot+"/news/online_brochure.jsp";
			break;


		//기타
		case "60100" : //  사이트맵
			window.location.href = ContextRoot+"/etc/sitemap.jsp";
			break;

		case "60200" : //  RSS 서비스 안내
			window.location.href = ContextRoot+"/etc/rss_service.jsp";
			break;

		case "60201" :
			window.open("/svic_rss/admin/rss/generation/feed.jsp?chID=news","_blank","");
			break;

		case "60202" :
			window.open("/svic_rss/admin/rss/generation/feed.jsp?chID=brochure","_blank","");
			break;

		case "60300" : //  이메일무단수집거부
			window.open(ContextRoot+"/etc/pop_nospam.jsp","nospam","width=400,height=240");
			break;

		case "60400" : //  채용안내
			window.location.href = ContextRoot+"/etc/guide_recruit.jsp";
			break;
		case "60500" : //  유관기관안내
			window.location.href = ContextRoot+"/etc/organ_link.jsp";
			break;

		//기타
		case "90001" :// 준비중
			window.location.href = ContextRoot+"/etc/ready.jsp";
			break;
		//메인롤링배너링크
		case "100001" :// 롤링1번
			window.location.href = ContextRoot+"/business/intro_fundfield.jsp";
			break;
		case "100002" :// 롤링2번
			window.location.href = ContextRoot+"/introduction/introduction_company05.jsp";
			break;
		case "100003" :// 롤링3번
			window.location.href = ContextRoot+"/ethics/observe_ethics.jsp";
			break;
  }
}


