/* bookMark */
function bookMark() { 
	window.external.AddFavorite('#', '´ëÃµÆÝºñÄ¡') 
} 

/* home */
function home(){ 
location.href = "/waterpark/index.asp";
}

/* mail */
function mailto(){ 
location.href = "mailto:";
}

/* ÆÝºñÄ¡¼Ò°³ */
function introduction01(){ 
location.href = "../introduction/intro_01.asp";
}
function introduction02(){ 
location.href = "../introduction/intro_02.asp";
}
function introduction03(){ 
location.href = "../introduction/intro_03.asp";
}

/* ½Ç³»½ºÆÄÅ¬ */
function spa01(){ 
location.href = "../spa/note_01.asp";
}
function spa02(){ 
location.href = "./spa/note_02.asp";
}
function spa03(){ 
location.href = "../spa/note_03.asp";
}

/* ÀÍ½ºÆ®¸²Á¸ */
function extreme01(){ 
location.href = "../extreme/photo_list.asp?boardid=5";
}
function extreme02(){ 
location.href = "../extreme/photo_list.asp?boardid=6";
}
function extreme03(){ 
location.href = "../extreme/photo_list.asp?boardid=8";
}

/* ºÎ´ë½Ã¼³ */
function facilities01(){ 
location.href = "../facilities/photo_list.asp?boardid=5";
}
function facilities02(){ 
location.href = "../facilities/photo_list.asp?boardid=6";
}
function facilities03(){ 
location.href = "../facilities/photo_list.asp?boardid=8";
}

/* ÀÌ¿ë¿ä±Ý */
function reservation01(){ 
location.href = "../reservation/photo_list.asp?boardid=5";
}
function reservation02(){ 
location.href = "../reservation/photo_list.asp?boardid=6";
}

/* °í°´¼¾ÅÍ */
function customer01(){ 
location.href = "../customer/bbs_list.asp?boardid=1";
}
function customer02(){ 
location.href = "../customer/bbs_event.asp?boardid=4";
}
function customer03(){ 
location.href = "../customer/bbs_list.asp?boardid=7";
}
function customer04(){ 
location.href = "../customer/bbs_list.asp?boardid=3";
}

/* È¸¿ø */
function member01(){ 
location.href = "../member/bbs_list.asp?boardid=9";
}
function member02(){ 
location.href = "../member/bbs_list.asp?boardid=9";
}
function member03(){ 
location.href = "../member/bbs_list.asp?boardid=9";
}
function member04(){ 
location.href = "../member/bbs_list.asp?boardid=9";
}


/* »çÀÌÆ®¸Ê */
function sitemap(){ 
location.href = "../sitemap/sitemap.asp";
}

/* admin */
function admin(){ 
	var openNewWindow = window.open("about:blank");
    openNewWindow.location.href = "/zone/admin.asp";
}

/* partners */
function b_link1(){ 
	var openNewWindow = window.open("about:blank");
    openNewWindow.location.href = "/index.asp";
}
function b_link2(){ 
	var openNewWindow = window.open("about:blank");
    openNewWindow.location.href = "/index.asp";
}
function b_link3(){ 
	var openNewWindow = window.open("about:blank");
    openNewWindow.location.href = "/index.asp";
}

