function go_main(main,sub,tgt){

	if(!tgt) tgt = 'view';
	// frame(iframeÆ÷ÇÔ) À¸·Î »ç¿ëÇÏ¸é ±âº» ÇÁ·¹ÀÓÀÌ 'main'
	// frame(iframeÆ÷ÇÔ) »ç¿ëÇÏÁö ¾Ê´Â´Ù¸é ±âº» ÇÁ·¹ÀÓÀ» '_top' À¸·Î »ç¿ë

//alert('main=' + main + ' sub=' + sub + ' target=' + tgt);
//return;

	var FLink = new Array();
	FLink = [
		[
			[],
			["/2005home/index2007.html",tgt], // ¸ÞÀÎ ÆäÀÌÁö ÁÖ¼Ò (ÇÑ±Û)
			["/2005home/eng/index.htm",tgt], // ¸ÞÀÎ ÆäÀÌÁö ÁÖ¼Ò (¿µ¹®)
			["#",tgt], // ¸ÞÀÎ ÆäÀÌÁö ÁÖ¼Ò (Áß¹®)
		],
		[
			['/2008/sub_index.php?left=company.php&main=company/company_01.php', tgt],   //1,0

			['/2008/sub_index.php?left=company.php&main=company/company_01.php', tgt],   //1,1
			['/2008/sub_index.php?left=company.php&main=company/company_02.php', tgt],   //1,2
			['/2008/sub_index.php?left=company.php&main=company/company_03.php', tgt],   //1,3
			['/2008/sub_index.php?left=company.php&main=company/company_04.php', tgt],   //1,4
			['/2008/sub_index.php?left=company.php&main=program/new_notice/notice_lst.php&inja=notice', tgt],   //1,5
			['/2008/sub_index.php?left=company.php&main=program/custom/customer_ins.php', tgt],   //1,6
			['/2008/sub_index.php?left=company.php&main=company/company_01_2.php', tgt],   //1,7
            ['/2008/sub_index.php?left=company.php&main=company/company_04_1.php', tgt],   //1,8
			['/2008/sub_index.php?left=company.php&main=company/company_04_2.php', tgt],   //1,9
		],	
		[
			['/2008/sub_index.php?left=silver.php&main=silver/silver_01.php', tgt],   //2,0

			['/2008/sub_index.php?left=silver.php&main=silver/silver_01.php', tgt],   //2,1
			['/2008/sub_index.php?left=silver.php&main=silver/silver_02.php', tgt],   //2,2
			['/2008/sub_index.php?left=silver.php&main=program/new_notice/notice_lst.php&inja=public', tgt],   //2,3
			['/2008/sub_index.php?left=silver.php&main=service/service_01.php', tgt],   //2.4
			['/2008/sub_index.php?left=silver.php&main=silver/silver_04.php', tgt],   //2.5
		],
		[
			['/2008/sub_index.php?left=service.php&main=service/service_01.php', tgt],   //3,0

			['/2008/sub_index.php?left=service.php&main=service/service_01.php', tgt],   //3,1
			['/2008/sub_index.php?left=service.php&main=service/service_02.php', tgt],   //3,2
			['/2008/sub_index.php?left=service.php&main=service/service_03.php', tgt],   //3,3
			['/2008/sub_index.php?left=service.php&main=service/service_04.php', tgt],   //3,4
		],
		[
			['/2008/sub_index.php?left=center.php&main=center/center_01.php', tgt],   //4,0

			['/2008/sub_index.php?left=center.php&main=center/center_01.php', tgt],   //4,1
			['/2008/sub_index.php?left=center.php&main=center/center_02.php', tgt],   //4,2
			['/2008/sub_index.php?left=center.php&main=center/center_03.php', tgt],   //4,3
			['/2008/sub_index.php?left=center.php&main=center/center_04.php', tgt],   //4,4
		],
		[
			['/2008/sub_index.php?left=entrance.php&main=entrance/entrance_01.php', tgt],   //5,0
		
			['/2008/sub_index.php?left=entrance.php&main=entrance/entrance_01.php', tgt],   //5,1
			['/2008/sub_index.php?left=entrance.php&main=entrance/entrance_02.php', tgt],   //5,2
			['/2008/sub_index.php?left=entrance.php&main=entrance/entrance_03.php', tgt],   //5,3
			['/2008/sub_index.php?left=entrance.php&main=program/consult/consult_ins.php', tgt],   //5,4
		],
		[
			['/2008/sub_index.php?left=info.php&main=info/info_01.php', tgt],   //6,0

			['/2008/sub_index.php?left=info.php&main=info/info_01.php', tgt],   //6,1
			['/2008/sub_index.php?left=info.php&main=info/info_02.php', tgt],   //6,2
			['/2008/sub_index.php?left=info.php&main=info/info_03.php', tgt],   //6,3
			['/2008/sub_index.php?left=info.php&main=info/info_04.php', tgt],   //6,4
		],
		[
			['/2008/sub_index.php?left=sitemap.php&main=sitemap/sitemap.php', tgt],	//7,0»çÀÌÆ®¸Ê
			['/', tgt],	//7,12008³â ¸®´º¾ó ÀÎµ¦½º

		],
		[],
	];

	if(FLink[main][sub][1].length>1) {
		window.open(FLink[main][sub][0], FLink[main][sub][1]);
	} else {
		if(FLink[main][sub][0].length > 4) {
			window.location.href = FLink[main][sub][0];
		}
	}
}

function go_jungchk(sub)
{
	go_main('1',sub)
}
function go_edu(sub)
{
	go_main('2',sub)
}
function go_info(sub)
{
	go_main('3',sub)
}
function go_data(sub)
{
	go_main('4',sub)
}
function go_open(sub)
{
	go_main('5',sub)
}
function go_gfwdi(sub)
{
	go_main('6',sub)
}
