function engToChi(){
	
	location.href = "chi/"+currentPage;
	
}


function chiToEng(){








	location.href="../"+currentPage;
		
}