﻿/**************************************************************************************************************
	메뉴 네이밍 규칙
-------------------------------------------------------------------------------------------------
	G: 글로벌 . M: 대메뉴(1depth). S : 서브(글로벌 아래 단계: 2depth 메뉴), D : 3depth 메뉴 
	링크연결스크립트
***************************************************************************************************************/



/********************************************글로벌************************************************************/
/* 글로벌메뉴 */
function linkG1()   //home
{
	location.href='/main.aspx';
}

function linkG2()   //contact us
{
	location.href="mailto:foundation@onestx.com";
	//location.href="mailto:bykim5@stx.co.kr";
	//location.href="mailto:anrld@stx.co.kr";
	//alert('contact us');
}

function linkG3()   //사이트맵
{
	location.href='/sitemap/sitemap.aspx';
	
}


/*******************************************재단소개************************************************************/
/* 대메뉴1 (재단소개) */
function linkM1()
{
	location.href="/intro/greeting.aspx";
}

/* 서브1 : ---> 탭으로 계층화 */
function linkM1S1()
{
	location.href="/intro/greeting.aspx";
}

function linkM1S2()
{
	location.href="/intro/history.aspx";
}

function linkM1S3()
{
	location.href="/intro/business.aspx";
}

function linkM1S4()
{
	location.href="/intro/map.aspx";
}

/*******************************************재단소식************************************************************/
/* 대메뉴1 (재단소식) */
function linkM2()
{
	location.href="/news/notice_list.aspx";
	//alert("dog");
}

/* 서브1 : ---> 탭으로 계층화 */
function linkM2S1()
{
	location.href="/news/notice_list.aspx";
}
function linkM2S2()
{
	location.href="/news/note_list.aspx";
}
function linkM2S3()
{
	location.href="/news/pds_list.aspx";
}

/*******************************************지원신청************************************************************/
/* 대메뉴1 (지원신청) */
function linkM3()
{
	location.href="/recruit/guide.aspx";

}

/* 서브1 : ---> 탭으로 계층화 */
function linkM3S1()
{
	location.href="/recruit/guide.aspx";
}
function linkM3S2()
{
	location.href="/recruit/index.aspx";
}
/* 서브2 : ---> 탭으로 계층화 */
function linkM3D1()
{
	location.href="/recruit/index.aspx";
}
function linkM3D2()
{
	location.href="/recruit/UserSendCheck.aspx";
}
function linkM3D3()
{
	location.href="/recruit/help/";
}
function linkM3D4()
{
	location.href="/recruit/index.aspx";
}


/* 다시 서브1 : ---> 탭으로 계층화 */
function linkM3S3()
{
	location.href="/recruit/InquiryResult.aspx";
}
function linkM3S4()
{
	location.href="/recruit/question_list.aspx";
}
function linkM3S5()
{
	location.href="/recruit/faq_list.aspx";
}


/*******************************************커뮤니티************************************************************/
/* 대메뉴1 (지원신청) */
function linkM4()
{
	location.href="/community/notice_list.aspx";

}

/* 서브1 : ---> 탭으로 계층화 */
function linkM4S1()
{
	location.href="/community/notice_list.aspx";
}
function linkM4S2()
{
	location.href="/community/free_list.aspx";
}
/* 서브2 : ---> 탭으로 계층화 */
function linkM4S3()
{
	location.href="/community/introduce_list.aspx";
}
