var Links = new Array();
	Links[1] = new Array();
	Links[2] = new Array();
	Links[3] = new Array();
	Links[4] = new Array();

	Links[1][0] = "/about/info.php";
	Links[1][1] = "/about/info.php";
	Links[1][2] = "/";
	Links[1][3] = "/about/history.php";
	Links[1][4] = "/about/ci.php";
	Links[1][5] = "/about/tech.php";
	Links[1][6] = "/about/partner.php";
	Links[1][7] = "/about/location.php";

	Links[2][0] = "/product/ds.php";
	Links[2][1] = "/product/ds.php";
	Links[2][2] = "/product/wii.php";
	Links[2][3] = "/product/ps2.php";
	Links[2][4] = "/product/xbox.php";
	Links[2][5] = "/product/arcade.php";
	Links[2][6] = "/product/hw.php";

	Links[3][0] = "/bbs/board.php?bo_table=news";
	Links[3][1] = "/bbs/board.php?bo_table=news";
	Links[3][2] = "/bbs/board.php?bo_table=new_product";
	Links[3][3] = "/bbs/board.php?bo_table=pr";
	Links[3][4] = "/pr/event.php";

	Links[4][0] = "/careers/talent.php";
	Links[4][1] = "/careers/talent.php";
	Links[4][2] = "/careers/recruit.php";
	Links[4][3] = "/careers/inside.php";
	Links[4][4] = "/careers/apply.php";

	Links[100] = "/";
	Links[101] = "/about/location.php";
	Links[102] = "/util/sitemap.php";

function Link() {
	var arg_size = arguments.length;
	if(!window.location || arg_size == 0 || !g4_path) return;
	var d1 = arguments[0];
	var d2 = (arg_size == 2) ? arguments[1] : undefined;
		if(arg_size == 1 && d1 < 99) d2 = 0;			var loc = (d2 == undefined) ? Links[d1] : Links[d1][d2];		win.go(g4_path+loc);
}  function a_service() {	win.go(g4_path+Links[2][arguments[0]]);}  function recruit_go() {	win.go(g4_path+Links[4][4]);}