// JavaScript Document

var root = "http://" + document.location.host;


// 홈 //
function home(){
	location.href = root + "/";
}

// logo //
function logo(){
	location.href = root + "/";
}


// 국문 //
function kor(){
	window.open("/kor","_blank");
}



// 사이트맵 //
function sitemap(){
	location.href = root + "/sitemap/sitemap.html";
}





/*------------------------------------01_임마누엘실버홈------------------------------------*/



// 01시설안내 - 시설소개//
function sub01_1_1(){
	location.href = root + "/01_silver/sub01_01_01.html";
}

// 01시설안내 - 생활공간//
function sub01_1_2(){
	location.href = root + "/01_silver/sub01_01_02.html";
}

// 01시설안내 - 의료/재활실//
function sub01_1_3(){
	location.href = root + "/01_silver/sub01_01_03.html";
}

// 01시설안내 - 행복공간//
function sub01_1_4(){
	location.href = root + "/01_silver/sub01_01_04.html";
}

// 02서비스안내 - 의료/재활서비스//
function sub01_2_1(){
	location.href = root + "/01_silver/sub01_02_01.html";
}

// 02서비스안내 - 일상생활서비스//
function sub01_2_2(){
	location.href = root + "/01_silver/sub01_02_02.html";
}

// 02서비스안내 - 영양서비스//
function sub01_2_3(){
	location.href = root + "/01_silver/sub01_02_03.html";
}

// 03프로그램 - 통합예술프로그램//
function sub01_3_1(){
	location.href = root + "/01_silver/sub01_03_01.html";
}

// 03프로그램 - 여가활동프로그램//
function sub01_3_2(){
	location.href = root + "/01_silver/sub01_03_02.html";
}

// 03프로그램 - 건강한하루//
function sub01_3_3(){
	location.href = root + "/01_silver/sub01_03_03.html";
}

// 04둘러보기 - 사진게시판//
function sub01_4(){
	location.href = root + "/boards/lst/pic_1";
}




/*------------------------------------02_대전노인요양원------------------------------------*/


// 01시설안내 - 시설소개 //
function sub02_1_1(){
	location.href = root + "/02_daejeon/sub02_01_01.html";
}

// 01시설안내 - 생활공간 //
function sub02_1_2(){
	location.href = root + "/02_daejeon/sub02_01_02.html";
}

// 01시설안내 - 의료/재활실 //
function sub02_1_3(){
	location.href = root + "/02_daejeon/sub02_01_03.html";
}

// 01시설안내 - 행복공간 //
function sub02_1_4(){
	location.href = root + "/02_daejeon/sub02_01_04.html";
}

// 02서비스안내 - 의료/재활서비스 //
function sub02_2_1(){
	location.href = root + "/02_daejeon/sub02_02_01.html";
}

// 02서비스안내 - 일상생활서비스 //
function sub02_2_2(){
	location.href = root + "/02_daejeon/sub02_02_02.html";
}

// 02서비스안내 - 영양서비스 //
function sub02_2_3(){
	location.href = root + "/02_daejeon/sub02_02_03.html";
}

// 02서비스안내 - 상담서비스 //
function sub02_2_4(){
	location.href = root + "/02_daejeon/sub02_02_04.html";
}


// 03프로그램 - 여가프로그램 //
function sub02_3_1(){
	location.href = root + "/02_daejeon/sub02_03_01.html";
}

// 03프로그램 - 전문프로그램 //
function sub02_3_2(){
	location.href = root + "/02_daejeon/sub02_03_02.html";
}

// 03프로그램 - 행사프로그램 //
function sub02_3_3(){
	location.href = root + "/02_daejeon/sub02_03_03.html";
}

// 04둘러보기 - 사진게시판 //
function sub02_4(){
	location.href = root + "/boards/lst/pic_2";
}



/*------------------------------------03_선우노인복지센터------------------------------------*/


// 01시설안내 - 시설소개 //
function sub03_1_1(){
	location.href = root + "/03_sunwoo/sub03_01_01.html";
}

// 01시설안내 - 생활공간 //
function sub03_1_2(){
	location.href = root + "/03_sunwoo/sub03_01_02.html";
}

// 01시설안내 - 의료/재활실 //
function sub03_1_3(){
	location.href = root + "/03_sunwoo/sub03_01_03.html";
}

// 01시설안내 - 행복공간 //
function sub03_1_4(){
	location.href = root + "/03_sunwoo/sub03_01_04.html";
}

// 02서비스안내 - 가정봉사원파견서비스 //
function sub03_2_1(){
	location.href = root + "/03_sunwoo/sub03_02_01.html";
}

// 02서비스안내 - 주야간보호 //
function sub03_2_2(){
	location.href = root + "/03_sunwoo/sub03_02_02.html";
}

// 02서비스안내 - 단기보호 //
function sub03_2_3(){
	location.href = root + "/03_sunwoo/sub03_02_03.html";
}

// 02서비스안내 - 방문요양 //
function sub03_2_4(){
	location.href = root + "/03_sunwoo/sub03_02_04.html";
}

// 02서비스안내 - 돌보미바우처 //
function sub03_2_5(){
	location.href = root + "/03_sunwoo/sub03_02_05.html";
}

// 02서비스안내 - 요양시설 //
function sub03_2_6(){
	location.href = root + "/03_sunwoo/sub03_02_06.html";
}

// 03후원및 자원봉사 //
function sub03_3(){
	location.href = root + "/03_sunwoo/sub03_03.html";
}

// 04요양보호사 - 요양보호사란 //
function sub03_4_1(){
	location.href = root + "/03_sunwoo/sub03_04_01.html";
}

// 04요양보호사 - 요양보호사의 의무 //
function sub03_4_2(){
	location.href = root + "/03_sunwoo/sub03_04_02.html";
}

// 04요양보호사 - 업무규정 //
function sub03_4_3(){
	location.href = root + "/03_sunwoo/sub03_04_03.html";
}

// 04요양보호사 - 일정표 //
function sub03_4_4(){
	location.href = root + "/boards/lst/sch";
}

// 04요양보호사 - 인건비 //
function sub03_4_5(){
	location.href = root + "/boards/lst/ing";
}

// 04요양보호사 - 전용게시판 //
function sub03_4_6(){
	location.href = root + "/boards/lst/jyb";
}

// 04요양보호사 - 온라인교육 //
function sub03_4_7(){
	location.href = root + "/boards/lst/online";
}

// 04요양보호사 - 구직등록 //
function sub03_4_8(){
	location.href = root + "/boards/lst/greg";
}




/*------------------------------------04_요양보호사교육원------------------------------------*/


// 시설안내 //
function sub04_1(){
	location.href = root +  "/04_recuperation/sub04_01.html";
}

// 서비스안내 //
function sub04_2(){
	location.href = root +  "/04_recuperation/sub04_02.html";
}


/*------------------------------------05_입주안내------------------------------------*/

// 입주안내 //
function sub05_1(){
	location.href = root + "/05_live/sub05_01.html";
}

// 입주Q&A //
function sub05_2(){
	location.href = root + "/boards/lst/qna";
}

// 오시는길 //
function sub05_3(){
	location.href = root + "/05_live/sub05_03.html";
}




/*------------------------------------06_알림마당------------------------------------*/



// 공지사항 //
function sub06_1(){
	location.href = root + "/boards/lst/notice";
}

// 채용정보 //
function sub06_2(){
	location.href = root + "/boards/lst/cinfo";
}

// 자료실 //
function sub06_3(){
	location.href = root + "/boards/lst/pds";
}





/*------------------------------------07_회원서비스------------------------------------*/

// 로그인 //
function login(){
	location.href = root + "/users/login";
}


// 회원가입 //
function join(){
	location.href = root + "/users/agree";
}

// 아이디/비번찾기 //
function id_search(){
	location.href = root + "/users/findid";
}













