////////////// Link /////////////////////////
function GoLink(u)
{
	var win = '';//»õÃ¢¿­±â
	var set = '';
	var url = '';

	if(u =="myjob")					url = "/employ/employ_all.html";
	if(u =="myinfo")					url = "/employ/employ_all.html";
	if(u =="myhunt")				url = "/apply/apply_all.html";
	if(u =="mypay")					url = "/employ/employ_staff.html";
	if(u =="myinto")					url = "/member.html?view=pay_end";
	if(u =="mymy")					url = "/member.html?view=pay_list";
	if(u == "nospam")
	{//ÀÌ¸ÞÀÏ ¹«´Ü ¼öÁý °ÅºÎ
		url = "http://www.netimo.net/_template/notice/main_nospam.html";
		win = "new";
		set = "width=520, height=213, menubar=no, statusbar=no, scrollbars=no";
	}
	//if(u =="logout")				url = "http://www.baroga.net/Before_Login.html?Mode=Logout&GoUrl="+location.href;//·Î±×¾Æ¿ô
	//if(u =="logout")				url = "http://www.netimo.net/Netimo_Logoff.html?Mode=Logout&PreURL="+location.href;//·Î±×¾Æ¿ô
	if(u =="login")						url = "/member.html?view=login";
	if(u =="logout")					url = "http://www.netimo.net/Netimo_Logoff.html?Mode=Logout&PreURL=http://gamereport.netimo.net";//·Î±×¾Æ¿ô

	BoardAry = u.split(".");
	if(BoardAry[0] == "board") {
		if(BoardAry.length > 2){	//°Ô½Ã¹° ¸µÅ© u = 'board.°Ô½ÃÆÇ¾ÆÀÌµð.°Ô½Ã¹°no'
			url = "/board.html?Mode=read&boardid="+BoardAry[1]+"&no="+BoardAry[2];
		}else{						//°Ô½ÃÆÇ ¸µÅ© u = 'board.°Ô½ÃÆÇ¾ÆÀÌµð'
			url = "/board.html?Mode=list&boardid="+BoardAry[1];
		}
	}

	if(u =="aaa")	{
		url = "/help.html?view=main_nospam";
		win = "new";
		set = "Top=100,Left=100,Width=500,Height=590,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0";
	}

	if(u =="mypage") {//¸¶ÀÌÆäÀÌÁö
		url = "http://my.netimo.net/modules/public204/index.php";
		win = "new";
	}

	if(u =="join") {//È¸¿ø°¡ÀÔ
		url = "http://www.baroga.net/member/member_m.html?HostURL=gamereport";
		win = "new";
		set = "Top=100,Left=100,Width=688,Height=600,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0";
	}

	if(u =="findid") {//idÃ£±â
		url = "http://www.baroga.net/Login_Find_ID.html?HostURL=gamereport";
		win = "new";
		set = "Top=100,Left=100,Width=400,Height=350,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0";
	}

	if(u =="infomember") {//È¸¿øÁ¤º¸¼öÁ¤
		url = "http://www.baroga.net/MyPage3/index.html?HostURL=gamereport&&name=m_09";
		win = "new";
	}

	if(u =="minichart") {//idÃ£±â
		url = "/minichart.html";
		win = "new";
		set = "Top=100,Left=100,Width=500,Height=640,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0";
	}

	if(win == "new"){
		var newWin = window.open(url,u,set);
		newWin.focus();
		return;
	} else {
		location.href=url;
	}

}

/// ¸¶¿ì½º ¿À¹ö,¾Æ¿ô½Ã ÀÌ¹ÌÁö ¹Ù²Ù±â ///
function EventMouseOverOut(obj,isOver){
	ImgName = obj.id
	if(isOver=="Y") obj.src = "/images/" + ImgName + "_r.gif";
	else            obj.src = "/images/" + ImgName + ".gif";
}
