function goHtmlPage(code){
	
	
		if(code=='iCom_About'){
			document.location.href="http://www.cheil.com/global/company/about.jsp";
			
		}else if(code=='iCom_Philosophy'){
			document.location.href="http://www.cheil.com/global/company/philosophy.jsp";
			
		}else if(code=='iCom_CEOMessage'){
			document.location.href="http://www.cheil.com/global/company/ceoMessage.jsp";
			
		}else if(code=='iCom_FastFacts'){
			document.location.href="http://www.cheil.com/global/company/fastFacts.jsp";
			
		}else if(code=='iCom_CSR'){
			document.location.href="";
		}


		//work
		else if(code=='iWork_Highlights'){
			document.location.href="http://www.cheil.com/global/work/highlight.jsp";
			
		}else if(code=='iWork_Portfolio'){
			document.location.href="http://www.cheil.com/global/work/portfolioList.jsp";
			
		}else if(code=='iWork_Award'){
			document.location.href="http://www.cheil.com/global/work/award.jsp";
			
		}

		//poeple		
		else if(code=='iPeople'){
			document.location.href="http://www.cheil.com/global/people/people.jsp";
			
		}
		
		//netwokr
		else if(code=='iNetwork'){
			document.location.href="http://www.cheil.com/global/network/network.jsp";			
		}

		//Solution
		else if(code=='iSolution_Services'){
			document.location.href="http://www.cheil.com/global/solution/services.jsp";
			
		}
		else if(code=='iSolution_HolisticApproach'){
			document.location.href="http://www.cheil.com/global/solution/holistic.jsp";
			
		}
		else if(code=='iSolution_IdeaEngineeringWorks'){
			document.location.href="http://www.cheil.com/global/solution/idea.jsp";
		}
		else if(code=='iSolution_StrategicMediaModel'){
			document.location.href="";
		}
		
		//utils
		else if(code=='Magazine'){
			document.location.href="http://www.cheil.com/global/index.jsp";
		}
		else if(code=='Career'){
			document.location.href="http://www.cheil.com/global/index.jsp";
		}
		else if(code=='ContactUs'){
			document.location.href="http://www.cheil.com/global/utils/contactUs.jsp";
		}
		else if(code=='PR'){
			document.location.href="http://www.cheil.com/global/utils/newsList.jsp";
		}
		else if(code=='IR'){
			document.location.target="_blank";
			document.location.href="http://ir.cheil.com/index.jsp";
		}
		else if(code=='CyberAuditTeam'){
			document.location.target="_blank";
			document.location.href="http://ps.cheil.com:8070/include/FSWError.html?errNo=-1";
		}
		else if(code=='Privacy'){
			document.location.href="http://www.cheil.com/global/index.jsp";
		}
		else if(code=='Sitemap'){
			document.location.href="http://www.cheil.com/global/utils/siteMap.jsp";
		}
		else{
			document.location.href="http://www.cheil.com/global/index.jsp";
		}
}	
		
