/******************************************************************************
	파일명 : common.js - 공통 Javascript
	작성자 : PortfolioAD
	작성일 : 2008-02-22
******************************************************************************/


function Link() {
	var num = arguments[0];
	var cate = arguments[1];
	if (!cate) cate = 1;
	switch(num) {
		case 0: document.location.href="../index/index_body.php"; //메인
		break;			

		//1_제품&솔루션
		case 1: document.location.href="../sub01/sub01.php"; //NetMiner
			break;		
		case 2: document.location.href="../sub01/sub02.php"; //NetExplorer
			break;
		case 3: document.location.href="../sub01/sub03.php"; //NetViz
			break;
		case 4: document.location.href="../sub01/sub04.php"; //NetMetrica
			break;

		//2_서비스
		case 5: document.location.href="../sub02/sub01.php"; //컨설팅및 시스템 구축서비스 - 컨설팅서비스
			break;
		case 6: document.location.href="../sub02/sub02.php"; //컨설팅및 시스템 구축서비스 - 시스템구축서비스
			break;
		case 7: document.location.href="../sub02/sub03.php"; //컨설팅및 시스템 구축서비스 - 지식경영
			break;
		case 8: document.location.href="../sub02/sub04.php"; //컨설팅및 시스템 구축서비스 - 인사/조직
			break;
		case 9: document.location.href="../sub02/sub05.php"; //컨설팅및 시스템 구축서비스 - 고객관계관리
			break;
		case 10: document.location.href="../sub02/sub06.php"; //컨설팅및 시스템 구축서비스 - 범죄/수사
			break;
		case 11: document.location.href="../sub02/sub07.php"; //컨설팅및 시스템 구축서비스 - 인터넷 서비스
			break;

		case 12: document.location.href="../sub02/sub08.php"; //데이터 분석 서비스
			break;
		case 13: document.location.href="../sub02/sub09.php"; //교육 서비스
			break;
		case 34: document.location.href="../sub02/CYRAM_edu_application.doc"; //교육 서비스 - 신청서다운로드
			break;
		

		//3_파트너	
		case 14: document.location.href="../sub03/sub01.php"; //파트너
			break;

		//4_고객지원
		case 15: document.location.href="../sub04/sub01.php"; //고객문의
			break;
		case 16: document.location.href="../sub04/sub02.php"; //자료실
			break;
		case 17: document.location.href="../sub04/sub03.php"; //관련사이트
			break;

		//5_회사소개
		case 18: document.location.href="../sub05/sub01.php"; //회사개요 - 경영이념 및 CI
			break;
		case 19: document.location.href="../sub05/sub02.php"; //회사개요 - 핵심기술 및 역량
			break;
		case 20: document.location.href="../sub05/sub03.php"; //회사개요 - 회사연혁
			break;
		case 21: document.location.href="../sub05/sub04.php"; //회사개요 - 회사 조직도
			break;
		case 22: document.location.href="../sub05/sub05.php"; //회사개요 - 사업실적 - 사이람의 경험
			break;
		case 23: document.location.href="../sub05/sub06.php"; //회사개요 - 사업실적 - 사이람의 고객
			break;
		case 24: document.location.href="../sub05/sub07.php"; //프레스룸
			break;
		case 25: document.location.href="../sub05/sub08.php"; //채용정보
			break;
		case 26: document.location.href="../sub05/sub09.php"; //오시는 길
			break;

		//6_Etc. / 기타
		case 27: document.location.href="../sitemap/sub01.php"; //사이트맵
			break;
		case 28: document.location.href="mailto:info@cyram.com"; //메일
			break;
		case 29: document.location.href="http://cyram.textcube.com"; //블로그
			break;
		case 30: document.location.href="../images/CYRAM_profile_K.pdf"; //회사소개서 -국문
			break;
		case 31: document.location.href="../images/CYRAM_profile_E.pdf"; //회사소개서 -영문
			break;
		case 32: document.location.href="http://www.cyram.com/en"; //영문사이트
			break;
		case 33: document.location.href="http://www.cyram.com/cn"; //중문사이트
			break;
		/*
		case 32: document.location.href="#"; //영문사이트
			break;
		case 33: document.location.href="#"; //중문사이트
			break;
		*/

	}
}

//-->
