
/*==========================================*
 MENU
*==========================================*/

// 학원소개

function m1s0(){
	window.document.location.href="http://suie.co.kr/new/introduce/introduce.asp"
}

//온라인강좌

function m1s1(){
	window.document.location.href="http://suie.co.kr/new/online/online.asp"
}



//강좌및 수강정보

function m1s1(){
	window.document.location.href="http://suie.co.kr/new/class/info.asp"
}


//학부모코너

function m1s1(){
	window.document.location.href="http://www.jump2000i.com/basic/"
}




/*==========================================*
 Utility MENU
*==========================================*/

function gotLogin(){
	window.document.location.href="http://suie.co.kr/new/member/login.asp"
}

function gotJoin(){
	window.document.location.href="http://suie.co.kr/new/member/join.asp"
}

function gotSitemap(){
	window.document.location.href="http://suie.co.kr/new/member/sitemap.asp"
}

function gotMail(){
	window.document.location.href="http://suie.co.kr/new/member/contact.asp"
}


/*==========================================*
 Logo
*==========================================*/

function gotLogo(){
	window.document.location.href="http://suie.co.kr/new/index.asp"
}

