// JavaScript Document
// 메인 메뉴&이벤트배너 링크 플래시 연동 스크립트


function introduce_link(){location.href='event/introduce.php';}//회사소개 페이지
function event_link(){location.href='event/event.php';}//진행중 이벤트 페이지
function notice_link(){location.href='event/notice.php?blno=115';}//이벤트 알림 페이지
function banner_link(param1) {
if (param1 == "event_01"){location.href = 'inspro';} //보험
	else if (param1 == "event_02"){location.href = 'internet/';} //인터넷
	else if (param1 == "event_03"){location.href = 'eng/';} //전화영어
    else if (param1 == "event_04"){location.href = 'skyro/';} //논리수학
    else if (param1 == "event_05"){location.href = 'tall/';} //와이브로
	else if (param1 == "event_06"){location.href = 'nuegra/';} //누에그라
	else if (param1 == "event_07"){location.href = 'mindeulle/';}//흰민들레
	else if (param1 == "event_08"){location.href = 'fp/';}//재무컨설팅
	else if (param1 == "event_09"){location.href = 'sansam/';}//윤연숙진산골드
	else if (param1 == "event_10"){location.href = 'gosi/';}//고시
//	else if (param1 == "event_11"){location.href = 'baekok/';}//백옥생
}


