	
	//header.jsp 파일에 쓰이는 함수 
	function goMain(){//헤더의 로고 눌렀을 경우 메인으로 이동 
		document.location.href="http://www.cheil.com/global/index.jsp";
	}
	
	
	function goFlashVersion(code){//플래쉬 버전 홈페이지로 이동
	
		document.footer.flashVars.value=code;
		document.footer.action="http://www.cheil.com/Main.jsp";
		document.footer.submit();
	}
	
	///company
	
	function goCompany(){ //about 이동 
		document.location.href="http://www.cheil.com/global/company/about.jsp";
	}
	
	///work
	function goPortfolio(){ //work 이동 
		document.location.href="http://www.cheil.com/global/work/portfolioList.jsp";
	}
	function goHightlight(){ //work 이동 
		document.location.href="http://www.cheil.com/global/work/highlight.jsp";
	}
	
	///network
		
	function goNetwork(){ //network 이동 
		document.location.href="http://www.cheil.com/global/network/network.jsp";
	}
	///people
	function goPeople(){ //people 이동 
		document.location.href="http://www.cheil.com/global/people/people.jsp";
	}
	///solution
	function goSolution(){ //people 이동 
		document.location.href="http://www.cheil.com/global/solution/services.jsp";
	}
	
	///view high
	function goViewHigh(){ //view high 이동 
		document.location.href="http://www.cheil.com";
	}
	
	
	///Utils	
	function goSiteMap(){ //싸이트맵 이동 
		document.location.href="http://www.cheil.com/global/utils/siteMap.jsp";
	}
	
	function goContactUs(){ //ContactUs 관련 페이지로 이동
		document.location.href="/http://www.cheil.comglobal/utils/contactUs.jsp";
	}
	
	function goPr(){ //Pr 관련 이동 - 뉴스 게시판 목록으로 이동 
		document.location.href="http://www.cheil.com/global/utils/newsList.jsp";
	}
	function goDownLoad(){//다운로드 페이지로 이동 
		document.location.href="http://www.cheil.com/global/utils/downloads.jsp";
	}
	
	
	
