// JavaScript Document by Ray

function jumpPage(i) {	
	document.location.href = {
		1: 'HomePage.cvsp',//首页
	    
		2: 'Active.cvsp',//冰爽劲白
			    
		3: 'Events.cvsp',//劲白互动
	    
		4: 'Knowledge.cvsp',//劲白小知识
		
		////////////////////////////////////////////////////////////
		5: '/app/Colgate/CN/JumpPageMaxWhite.cvsp',//maxwhite主页
		////////////////////////////////////////////////////////////
		
		6: 'http://www.colgate.com.cn/app/Colgate/CN/OC/Information/ToothWhiteningCosDent/WhiteningBonding/WhiteningBasics/WhyShouldIWhitenMyTeeth.cvsp', //问题1
		
		7: 'http://www.colgate.com.cn/app/Colgate/CN/OC/Information/ToothWhiteningCosDent/WhiteningBonding/WhiteningBasics/HowDoesToothWhiteningWork.cvsp', //问题2
		
		8: 'http://www.colgate.com.cn/app/Colgate/CN/OC/Information/ToothWhiteningCosDent/WhiteningBonding/WhiteningBasics/HowWhiteCanMyTeethGet.cvsp', //问题3
		
		9: 'http://www.colgate.com.cn/app/Colgate/CN/OC/Information/ToothWhiteningCosDent/WhiteningBonding/WhiteningBasics/HowSafeisToothWhitening.cvsp', //问题4
		
		10: 'http://www.colgate.com.cn/app/Colgate/CN/OC/Information/ToothWhiteningCosDent/WhiteningBonding/CosmeticDentistry/AreThereOtherAlternativesForImprovingMySmile.cvsp',//问题5
		
		11: 'http://www.colgate.com.cn/app/Colgate/CN/OC/Information/ToothWhiteningCosDent/WhiteningBonding.cvsp?Filter=CategoryTopic_WhiteningBasics'    //更多问题
		
     }[i] || 'HomePage.cvsp';
}
