<!--
//MAIN
function mee01(){ // WATER
	menu0202();
}
function mee02(){ // LONGEVITY
	menu0203();
}
function mee03(){ // BEAUTY
	menu0205();
}

//LEFT MENU
function home(){ // Soo Home
	location.href="/";
}

function menu01(){ // Introduction
	location.href="/01_introduction/soo.asp";
}
	function menu0101(){ // MEA Seoul
	location.href="/01_introduction/soo.asp";
	}
	function menu0102(){ // Soo
	location.href="/01_introduction/introduction.asp";
	}
	function menu0103(){ // GM Message
	location.href="/01_introduction/gmmessage.asp";
	}
	function menu0104(){ // Contact us
	location.href="/01_introduction/contactus.asp";
	}

function menu02(){ // Faclilties & Services
	location.href="/02_Facilities_Services/overview.asp";
}
	function menu0201(){ // Overview
	location.href="/02_Facilities_Services/overview.asp";
	}
	function menu0202(){ // Sauna & Swimming
	location.href="/02_Facilities_Services/saunaswim.asp";
	}
	function menu0203(){ // Gym & Exercise
	location.href="/02_Facilities_Services/gymexercise.asp";
	}
	function menu0204(){ // Golf & Jogging
	location.href="/02_Facilities_Services/golfjogging.asp";
	}
	function menu0205(){ // Therapy & The others
	location.href="/02_Facilities_Services/therapytheothers.asp";
	}


function menu03(){ // Membership
	location.href="/03_Membership/privilege.asp";
}
	function menu0301(){ // Privilege
	location.href="/03_Membership/privilege.asp";
	}
	function menu0302(){ // Membership guide
	location.href="/03_Membership/membershipguide.asp";
	}
	function menu0303(){ // join us
	location.href="/03_Membership/joinus.asp";
	}

function menu04(){ // Customer Center
	location.href="/04_Customer_Center/faq.asp";
}
	function menu0401(){ // FAQ
	location.href="/04_Customer_Center/faq.asp";
	}
	function menu0402(){ // Q&A
	location.href="/04_Customer_Center/qna_1.asp";
	}

function menu05(){ // News & Events
	location.href="/05_News_Event/newsevent_list.asp";
}
function menu06(){ // News & Events
	location.href="/05_News_Event/newsevent_list.asp";
}

function guide(){ // È¸¿ø°¡ÀÔ ¾È³» ¹× ÀýÂ÷
	menu0303();
}

function soo(){ // Soo
	window.open('/swf/intro_3.swf','soo','width=800, height=500');
}

//-->



