<!--
//--------------------------------------- Left Menu

function Move(num) {
	if (num == 1) location.href = 'AboutCeo.asp';
	if (num == 7) location.href = 'AboutBod.asp';
	if (num == 2) location.href = 'AboutOverview.asp';
	if (num == 3) location.href = 'AboutHistory.asp';
	if (num == 4) location.href = 'AboutArea.asp';
	if (num == 5) location.href = 'AboutKeris.asp';
	if (num == 501) location.href = 'AboutKeris.asp';
	if (num == 502) location.href = 'AboutDs.asp';
	if (num == 503) location.href = 'AboutCytec.asp';
	if (num == 504) location.href = 'AboutNjc.asp';
	if (num == 505) location.href = 'AboutEuro.asp';
	if (num == 506) location.href = 'AboutQingdao.asp';
	if (num == 507) location.href = 'AboutHuvis.asp';
	if (num == 508) location.href = 'Aboutin2gen.asp';
	if (num == 509) location.href = 'AboutPetro.asp';
	if (num == 510) location.href = 'AboutUtis.asp';
    if (num == 512) location.href = 'Aboutbeijing.asp';
	if (num == 513) location.href = 'Aboutsauzho.asp';
	if (num == 6) location.href = 'Recruit.asp';
	
	if (num == 8) location.href = 'moral_intro_ceo.asp';
	if (num == 801) location.href = 'moral_intro_ceo.asp';
	if (num == 802) location.href = 'moral_intro02.asp';
	if (num == 803) location.href = 'moral_basic01.asp';
	if (num == 804) location.href = 'moral_contact01.asp';
	if (num == 805) location.href = 'moral_kong1.asp';

}

function area_pop(num) {
	if (num == 1) URL = 'AboutAreaPopup01.asp';
	if (num == 2) URL = 'AboutAreaPopup02.asp';
	if (num == 4) URL = 'AboutAreaPopup04.asp';
	if (num == 5) URL = 'AboutAreaPopup05.asp';
	if (num == 6) URL = 'AboutAreaPopup06.asp';
	if (num == 7) URL = 'AboutAreaPopup07.asp';
	if (num == 8) URL = 'AboutAreaPopup08.asp';
	if (num == 9) URL = 'AboutAreaPopup09.asp';
	if (num == 10) URL = 'AboutAreaPopup10.asp'; //ÀÏº»
	if (num == 11) URL = 'AboutAreaPopup11.asp'; //¾È»ê
	if (num == 12) URL = 'AboutAreaPopup12.asp'; //¿À»ê
	if (num == 13) URL = 'AboutAreaPopup13.asp'; //¿À»ê
	//if (num == 6 )
	//{
		window.open(URL,'area','width=656,height=480,resize=yes,scrollbars=yes');
	//}
	//else
	//{
	//	window.open(URL,'area','width=640,height=480,resize=yes');
	//}
}
//-->
