function flashJumpTo(num) {
	switch (num){
	case "cn":
		window.location.href="../cn/";
		break;
	case "en":
		window.location.href="../en/";
		break;
	case 1:
		window.location.href="index.html";
		break;
	case 2:
		window.location.href="company.html";
		break;
	case 3:
		window.location.href="structure.html";
		break;
	case 4:
		window.location.href="capital.html";
		break;
	case 5:
		window.location.href="process.html";
		break;
	case 6:
		window.location.href="samples.php";
		break;
	case 7:
		window.location.href="clients.html";
		break;
	case 8:
		window.location.href="contactus.html";
		break;
	}
}
