// 링크연결스크립트
// JavaScript Document

var root = "http://" + document.location.host; 


// home //
function main(){
	location.href = root;
}

// sitemap //
function sitemap(){
	location.href = root + "/sitemap/sitemap.php";
}

/*---------------------------------------------------------------------------------------------*/


// 재단소개 //

function sub01_1(){
	location.href = root + "/sub01/sub01_1.php";
}
function sub01_2(){
	location.href = root + "/sub01/sub01_2.php";
}
function sub01_3(){
	// 연혁
	location.href = root + "/sub01/sub01_3.php";
}
function sub01_3_2(){
	// 연혁
	location.href = root + "/sub01/sub01_3_2.php";
}
function sub01_3_3(){
	// 연혁
	location.href = root + "/sub01/sub01_3_3.php";
}
function sub01_4(){
	location.href = root + "/sub01/sub01_4.php";
}
function sub01_5(){
	location.href = root + "/sub01/sub01_5.php";
}
function sub01_6(){
	location.href = root + "/sub01/sub01_6.php";
}




// 신용보증 //

function sub02_1(){
	location.href = root + "/sub02/sub02_1.php";
}
function sub02_2(){
	location.href = root + "/sub02/sub02_2.php";
}
function sub02_3(){
	// 신청자격-보증대상기업
	location.href = root + "/sub02/sub02_3.php";
}
function sub02_3_2(){
	// 신청자격-보증금지기업
	location.href = root + "/sub02/sub02_3_2.php";
}
function sub02_3_3(){
	// 신청자격-보증제한기업
	location.href = root + "/sub02/sub02_3_3.php";
}
function sub02_3_4(){
	// 신청자격-보증제한어종
	location.href = root + "/sub02/sub02_3_4.php";
}

function sub02_4(){
	location.href = root + "/sub02/sub02_4.php";
}

function sub02_5(){
	location.href = root + "/sub02/sub02_5.php";
}

function sub02_6(){
	location.href = root + "/sub02/sub02_6.php";
}

function sub02_7(){
	location.href = root + "/sub02/sub02_7.php";
}

function sub02_8(){
	location.href = root + "/sub02/sub02_8.php";
}

function sub02_9(){
	location.href = root + "/sub02/sub02_9.php";
}
function sub02_10(){
	location.href = root + "/sub02/sub02_10.php";
}






// 지원자금안내 //

function sub03_1(){
	location.href = root + "/sub03/sub03_1.php";
}
function sub03_2(){
	location.href = root + "/sub03/sub03_2.php";
}
function sub03_3(){
	location.href = root + "/sub03/sub03_3.php";
}
function sub03_4(){
	location.href = root + "/sub03/sub03_4.php";
}





// 고객센터 //

function sub04_2(){
	location.href = root + "/board/lst/qna";
}

function sub04_3(){
	location.href = root + "/board/lst/faq";
}
function sub04_4(){
	location.href = root + "/board/lst/pds";
}

function sub04_5(){
	location.href = root + "/board/lst/praise";
}
function sub04_6(){
	location.href = root + "/board/lst/offer";
}
function sub04_7(){
	location.href = root + "/sub04/sub04_6.php";
}
function sub04_1(){
	location.href = root + "/board/lst/calling";
}





// 윤리경영 //

function sub05_1(){
	location.href = root + "/sub05/sub05_1.php";
}
function sub05_2(){
	location.href = root + "/sub05/sub05_2.php";
}
function sub05_3_1(){
	location.href = root + "/sub05/sub05_3_1.php";
}
function sub05_3_2(){
	location.href = root + "/register1s/index";
}
function sub05_4_1(){
	location.href = root + "/sub05/sub05_4_1.php";
}
function sub05_4_2(){
	location.href = root + "/register2s/index";
}

function sub05_5(){
	location.href = root + "/sub05/sub05_5.php";
}



// 재단소식 //
function sub06_1(){
	location.href = root + "/board/lst/notice";
}
function sub06_2(){
	location.href = root + "/board/lst/bodo";
}
function sub06_3(){
	location.href = root + "/board/lst/gallery";
}
function sub06_4(){
	location.href = root + "/board/lst/job";
}
function sub06_5(){
	location.href = root + "/board/lst/public";
}




// 회원관리 //
function login(){
	location.href = root + "/users/login";
}
function join(){
	location.href = root + "/users/agree";
}

function idpw(){
	//아이디/비밀번호찾기
	location.href = root + "/users/find";
}





// mypage //
function mypage(){
	//예약확인
	location.href = root + "/membership/mypage.php";
}

function change(){
	//회원정보수정
	location.href = root + "/users/edit";
}



function policy(){
	//개인정보보호정책
	location.href = root + "/membership/policy.php";
}

function info(){
	//이용안내
	location.href = root + "/membership/info.php";
}

function privacy(){
    //이멜무단수집거부
	location.href = root + "/membership/privacy.php";
}





