<!--
function menu(menuID) 
{
  url_root = '/';

  switch (menuID) {

	case 'introduce':			//¼Ò°³
	url = 'introduce/introduce.html';
	break;
	case 'greetings':			//¼Ò°³
	url = 'introduce/greetings.html';
	break;
	case 'staff_view':			//¼Ò°³
	url = 'introduce/staff_view.html';
	break;
	case 'staff_view2':			//¼Ò°³
	url = 'introduce/staff_view2.html';
	break;
	case 'staff_view3':			//¼Ò°³
	url = 'introduce/staff_view3.html';
	break;
	case 'staff_view4':			//¼Ò°³
	url = 'introduce/staff_view4.html';
	break;
	case 'staff_view5':			//¼Ò°³
	url = 'introduce/staff_view5.html';
	break;
	case 'staff_view6':			//¼Ò°³
	url = 'introduce/staff_view6.html';
	break;
	case 'staff_view7':			//¼Ò°³
	url = 'introduce/staff_view7.html';
	break;


	case 'office':			//¼Ò°³
	url = 'minstry/office.html';
	break;
	case 'uni':			//¼Ò°³
	url = 'minstry/uni.html';
	break;
	case 'kks':			//¼Ò°³
	url = 'minstry/kks.html';
	break;
	case 'praise':			//¼Ò°³
	url = 'minstry/praise.html';
	break;
	case 'dts':			//¼Ò°³
	url = 'minstry/dts.html';
	break;
	case 'bedts':			//¼Ò°³
	url = 'minstry/bedts.html';
	break;
	case 'pdts':			//¼Ò°³
	url = 'minstry/pdts.html';
	break;
	case 'foreigner':			//¼Ò°³
	url = 'minstry/foreigner.html';
	break;
	case 'priscilla':			//¼Ò°³
	url = 'minstry/priscilla.html';
	break;
	

	
	case 'worship_info':			//¼Ò°³
	url = 'worship/worship_info.html';
	break;
	case 'worship_vod':			//¼Ò°³
	url = 'zboard/zboard.php?id=worship_vod';
	break;
	case 'worship_news':			//¼Ò°³
	url = 'zboard/zboard.php?id=worship_news';
	break;


	case 'mission':				//¼Ò°³
	url = 'mission/mission.html';
	break;
	case 'mission_map':			//¼Ò°³
	url = 'mission/mission_map.html';
	break;
	case 'mission_info':		//¼Ò°³
	url = 'zboard/zboard.php?id=mission_news';
	break;
	case 'mission_support':		//¼Ò°³
	url = 'mission/mission_support.html';
	break;


	case 'notice':			//°øÁö
	url = 'zboard/zboard.php?id=notice';
	break;
	case 'prayer':			//°øÁö
	url = 'community/prayer.html';
	break;
	case 'freeboard':			//°øÁö
	url = 'zboard/zboard.php?id=freeboard';
	break;
	case 'photo':			//°øÁö
	url = 'zboard/zboard.php?id=photo';
	break;
	case 'graduate':			//°øÁö
	url = 'zboard/zboard.php?id=graduate';
	break;
	case 'qna':			//°øÁö
	url = 'zboard/zboard.php?id=qna';
	break;
	case '30day':			//30day
	url = 'zboard/zboard.php?id=30day';
	break;

	
	case 'sturdiness':			//°øÁö
	url = 'zboard/zboard.php?id=sturdiness';
	break;
	case 'request':			//°øÁö
	url = 'zboard/zboard.php?id=request';
	break;

	case 'staff':			//¼Ò°³
	url = 'staff/staff.html';
	break;



	case 'sitemap':
	url = 'sitemap/plane_html.php?page=sitemap.html';
	break;

	case 'mailto':
	url = 'email/send_email.php';
	break;
	
	case 'home':
	url = 'index.html';
	break;
    }
  window.open( url_root+url, '_self'); 
}
//-->