function flashlink(idx)
{
	//======================================================================================
	//È¨¹öÆ°
	if(idx=='home')
	{
		location.href = '../index.php';
	}
	//======================================================================================
	//³×ºñ°ÔÀÌ¼Ç ¸µÅ©
	if(idx=='navi11')
	{
		location.href = '../about/nine.php';
	}
	if(idx=='navi12')
	{
		location.href = '../about/history.php';
	}
	if(idx=='navi13')
	{
		location.href = '../about/contact.php';
	}
	if(idx=='navi14')
	{
		location.href = '../about/map.php';
	}
	if(idx=='navi21')
	{
		location.href = '../game/bit.php';
	}
	if(idx=='navi22')
	{
		location.href = '../game/fr.php';
	}
	if(idx=='navi31')
	{
		location.href = '../news/news_list.php';
	}
	if(idx=='navi41')
	{
		location.href = '../recruit/people.php';
	}
	if(idx=='navi42')
	{
		location.href = '../recruit/apply.php';
	}
	if(idx=='navi43')
	{
		location.href = '../recruit/desired.php';
	}
	if(idx=='navi44')
	{
		location.href = '../recruit/welfare.php';
	}
	if(idx=='navi45')
	{
		location.href = '../recruit/recruit.php';
	}
	//======================================================================================
	//»ó´Ü ³×ºñ°ÔÀÌ¼Ç - »çÀÌÆ® ³×ºñ°ÔÀÌ¼Ç
	if(idx=='snavi1')
	{
		location.href = '../index.php';
	}
	if(idx=='snavi2')
	{
		location.href = '../../index.php';
	}
	if(idx=='snavi3')
	{
		location.href = '../sitemap/sitemap.php';
	}
	if(idx=='snavi4')
	{
		location.href = '../about/contact.php';
	}
}

function goSelected(idx)
{
	if(idx=="ep01")
	{
		location.href = '../recruit/people.php';
	}
}

function mapOpen()
{
	var w = 780;
	var h = 560;

	var winl = (screen.width - w) / 2;
	var wint = (screen.height - h) / 2;

	//window.opener=self;
	window.open('../about/map_print.html','NewWin','left='+winl+', top='+wint+', width='+w+', height='+h+', toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no');
}