
///_/_/_/_/_/_/_/_/_/_/_/_/_/   2007-08-20 KCTA ENGLISH   _/_/_/_/_/_/_/_/_/_/_/_/_/	

	// KCTA
	function kctaEng1(val1){
		switch(val1)
		{
			case 1 : 
				location.href = '/english/kcta/kcta01_01.asp'; // About us
				break;
			case 2 : 
				location.href = '/english/kcta/kcta02_01.asp'; // Chairman and senior management
				break;
			case 3 : 
				location.href = '/english/kcta/kcta03_01.asp'; // Department
				break;
			case 4 : 
				location.href = '/english/kcta/kcta04_01.asp'; // Members
				break;
			case 5 : 
				location.href = '/english/kcta/kcta05_01.asp'; // History of Cable
				break;
			case 6 : 
				location.href = '/english/kcta/kcta06_01.asp'; // Related organization
				break;
			case 7 : 
				location.href = '/english/kcta/kcta07_01.asp'; // Press release
				break;
			case 8 : 
				location.href = '/english/kcta/kcta08_01.asp'; // Event
				break;
		}		
	}

	// Cable Industry
	function kctaEng2(val1){
		switch(val1)
		{
			case 1 : 
				location.href = '/english/cable/cable01_01.asp'; // Current Situation of Cable ....
				break;
			case 2 : 
				location.href = '/english/cable/cable02_01.asp'; // Statistics
				break;
			case 3 : 
				location.href = '/english/cable/cable03_01.asp'; // Cable TV Content
				break;
			case 4 : 
				location.href = '/english/cable/cable04_01.asp'; // Cable Advertising
				break;
			case 5 : 
				location.href = '/english/cable/cable05_01.asp'; // Major issues....
				break;
			case 6 : 
				location.href = '/english/cable/cable06_01.asp'; // Digital Cable TV
				break;
			case 7 : 
				location.href = '/english/cable/cable07_01.asp'; // Media centered...
				break;
		}		
	}