// JavaScript Document

var root = "http://" + document.location.host;


// 홈 //
function home(){
	location.href = root + "/";
}

// logo //
function logo(){
	location.href = root + "/";
}



/*------------------------------------------------------------------------*/


function sub01_1(){
	location.href = root + "/01_hope/hope_info.php";
}

function sub01_2(){
	location.href = root + "/bizguide/insponsor";
}

function sub01_3(){
	location.href = root + "/01_hope/banner.php";
}



/*------------------------------------ 후원현황 ------------------------------------*/


function sub02_1(){
	location.href = root + "/sponsors/index";
}

function sub02_2(){
	location.href = root + "/sponmanagers/index";
}


function sub02_3(){
	location.href = root + "/02_status/who_finance.php";
}


/*------------------------------------03_프로그램안내------------------------------------*/


function sub03_1(){
	location.href = root + "/support/index";
}

function sub03_2(){
	location.href = root + "/boards/lst/qna";
}

function sub03_3(){
	location.href = root + "/boards/lst/thoughts";
}

function sub03_4(){
	location.href = root + "/support/myinfo";
}



/*------------------------------------04_소식/알림------------------------------------*/

function sub04_1(){
	location.href = root + "/boards/lst/notice/category:6";
}

function sub04_2(){
	location.href = root + "/boards/lst/promote";
}

function sub04_3(){
	location.href = root + "/boards/lst/gallery";
}


















