function Link(num){ 
	switch (num)
	{
		case 0: document.location.href="index.asp";//
			break;
		case 6: document.location.href="webmap.html";//
			break;
		case 7: document.location.href="mailto:jahol@vip.qq.com";//Contact us
			break;

		/****************************/
		case 11: document.location.href="sub1.html";//
			break;
		case 12: document.location.href="sub1_2.html";//
			break;
		case 13: document.location.href="sub1_3.html";//
			break;
		case 14: document.location.href="sub1_4.html";//
			break;
		case 15: document.location.href="sub1_5.html";//
			break;
		case 16: document.location.href="sub1_5_1.html";//
			break;
		case 17: document.location.href="sub1_5_2.html";//
			break;
		case 18: document.location.href="sub1_5_3.html";//
			break;
		case 19: document.location.href="sub1_5_3_1.html";//
			break;
		case 20: document.location.href="sub1_5_4.html";//
			break;

		/****************************/
		case 21: document.location.href="sub2.asp";//
			break;

		/****************************/
		case 31: document.location.href="sub3.html";//
			break;
		case 32: document.location.href="sub3_2.asp";//
			break;
		case 33: document.location.href="sub3_3.html";//
			break;
		case 34: document.location.href="sub3_4.html";//
			break;
        case 35: document.location.href="sub3_3_1.html";//
			break;
		case 36: document.location.href="sub3_3_2.html";//
			break;
		case 37: document.location.href="sub3_3_3.html";//
			break;
		case 38: document.location.href="sub3_3_4.html";//
			break;
		case 39: document.location.href="sub3_3_5.html";//
			break;
		case 40: document.location.href="sub3_3_6.html";//
			break;
		/****************************/
		case 41: document.location.href="sub4.html";//
			break;

		/****************************/
		case 51: document.location.href="sub5.html";//
			break;
		case 52: document.location.href="sub5_2.html";//
			break;
		case 53: document.location.href="http://www.czcdr.cn/SuccessFulCase.asp";//
			break;
		case 54: document.location.href="http://www.czcdr.cn/";//
			break;
			break;
	}
}	

///********************************************/
var stmnLEFT = 900; //
var stmnGAP1 = 230; //
var stmnGAP2 = 10; //
var stmnBASE = 230; //
var stmnActivateSpeed = 100; //
var stmnScrollSpeed = 8; // 

function RefreshStaticMenu()
{
		var stmnStartPoint, stmnEndPoint, stmnRefreshTimer;

		stmnStartPoint = parseInt(FloatMenu.style.top, 10);
		stmnEndPoint = document.body.scrollTop + stmnGAP2;
		if (stmnEndPoint < stmnGAP1) stmnEndPoint = stmnGAP1;

		if ( stmnStartPoint != stmnEndPoint ) {
				stmnScrollAmount = Math.ceil( Math.abs( stmnEndPoint - stmnStartPoint ) / 15 );
				FloatMenu.style.top = parseInt(FloatMenu.style.top, 10) + ( ( stmnEndPoint<stmnStartPoint ) ? -stmnScrollAmount : stmnScrollAmount );
				stmnRefreshTimer = stmnScrollSpeed;
		}
								 else {
				stmnRefreshTimer = stmnActivateSpeed;
		}

		setTimeout ("RefreshStaticMenu();", stmnRefreshTimer);
}

function InitializeFloatMenu()
{
		FloatMenu.style.top = document.body.scrollTop + stmnBASE;
		RefreshStaticMenu();
		FloatMenu.style.left = stmnLEFT;
}

document.writeln("<script src='http://design.asoc.cn/count/mystat.asp?siteid=4'></script>")
