﻿
///@**********************
///@Title  : 


/// 메인으로
function GoMain()
{
	if(self.name)
	{
		top.location.href = "/"; 
	}

	location.href = '/';
}
//메인 로그인
function MainLogin()
{
    location.href = '/Common/MainLogin.aspx';
}

//회원가입
function RegMember()
{
	location.href = '/Member/UserAgree.aspx';
}

//아이디/비번찿기
function FindIDPass()
{
    location.href = '/Member/FindIDPWD.aspx';
}

//메인 공지 리스트
function GoNotice()
{
    location.href = '/Notice/NoticeList.aspx';

}
//이벤트 리스트
function GoEvent()
{
    location.href = '/Event/EventList.aspx';
}

//고객쎈터
function CustomerCenter()
{
     alert('comming soon');
}
function ModifyMyInfo()
{
    location.href = '/MyPage/ModifyMemberInfo.aspx';
}
//입사지원리스트
function GoRecruit()
{
    location.href = '/Recruit/RecruitList.aspx';
}

