// Â÷·Ê·Î   AboutKcifNY / Policies / Statistics / RelatedLinks




// AboutKcifNY - Overview     /     Organization    /    History    /    Contact US    /    Q&A
function sub01Link(nLocation) {
	switch(nLocation){ 
		case 1: location.href = "/kcifny/overview.asp"; break;
		case 2: location.href = "/kcifny/organization.asp"; break;
		case 3: location.href = "/kcifny/history.asp"; break;
		case 4: location.href = "/kcifny/contactus.asp"; break;
		case 5: location.href = "/board1/list.asp?boardid=7"; break;
		           }
			}




// Policies - Press Release    /    Interviews & Speeches    /    Report    /    Laws & Regulations
function sub02Link(nLocation) {
	switch(nLocation){ 
		case 1: location.href = "/board/list.asp?boardid=1"; break;
		case 2: location.href = "/board/list.asp?boardid=2"; break;
		case 3: location.href = "/board/list.asp?boardid=3"; break;
		case 4: location.href = "/board/list.asp?boardid=4"; break;
		           }
			}



// Statistics - Report    /    Database
function sub03Link(nLocation) {
	switch(nLocation){ 
		case 1: location.href = "/board/list.asp?boardid=5"; break;
		case 2: location.href = "/Statistics/Database.asp"; break;
		           }
			}



// RelatedLinks - Government    /    Related Organizations   /   Association  /  Research Institute  /  Banks   /  Non - Banks  /  Insurance Companies  /  Securities Companies  /  Futures Compaies
function sub04Link(nLocation) {
	switch(nLocation){ 
		case 1: location.href = "/links/government.asp"; break;
		case 2: location.href = "/links/research.asp"; break;
		case 3: location.href = "/links/association.asp"; break;
		case 4: location.href = "/links/research.asp"; break;
		case 5: location.href = "/links/banks.asp"; break;
		case 6: location.href = "/links/non.asp"; break;
		case 7: location.href = "/links/insurance.asp"; break;
		case 8: location.href = "/links/securities.asp"; break;
		case 9: location.href = "/links/futures.asp"; break;
		           }
			}




