//.........................................................................
// »çÀÌÆ®¿¡¼­ ÇÊ¿ä·Î ÇÏ´Â ÀÚ¹Ù½ºÅ©¸³Æ® (´Ù¸¥ »çÀÌÆ®¿¡¼­´Â »ç¿ëÇÒ ¼ö ¾øÀ½)
//.........................................................................

// menuÆú´õÀÇ Æú´õ¸íÀ» ±¸ÇÑ´Ù.
function getFolderName (num) {
	var sDir;

	switch (num) {
		case 1 :
			sDir = "aus";			// About us
			break;

		case 2 :
			sDir = "pdt";			// Physician Directory
			break;

		case 3 :
			sDir = "cdt";			// Conditions
			break;

		case 4 :
			sDir = "mtm";			// Medical Treatment
			break;

		case 5 :
			sDir = "oth";			// Operation Hours
			break;

		case 6 :
			sDir = "gir";			// General Inquiry Reservation
			break;

		case 7 :
			sDir = "ptm";			// Patient Testimonial
			break;

		case 8 :
			sDir = "his";			// Hot Issue
			break;

		case 9 :
			sDir = "faq";			// FAQs
			break;

		case 10 :
			sDir = "ddc";			// Driving Directions/Contact Us
			break;

		case 11 :
			sDir = "smp";			// Sitemap
			break;
			
		case 12 :
			sDir = "mos";			// Meet our  staff
			break;
			
		case 13 :
			sDir = "rsc";			// Jaseng research
			break;
			
		case 14 :
			sDir = "ctr";			// clinic tour
			break;

		case 15 :					//Diagnostic Testing
			sDir = "dit";
			break;

		case 1000 :
			sDir = "itr";			// test
			break;
	}

	return sDir;
}


/* ¿µ¹®ÆÇ ºñ¼ö¼ú ÆË¾÷ */
function goNondisc() {
	window.open('/nondisc/nondisc.asp','name','resizable=no width=700 height=560');
}



/*
// ·Î±×ÀÎ ÆäÀÌÁö·Î ÀÌµ¿
function goLogin() {
	document.BZPageInfo.action= "/menu/service/service_1/service_3/Login.asp";
	document.BZPageInfo.submit();
}

// ·Î±×¾Æ¿ô
function goLogout() {
	document.BZPageInfo.action= "/menu/service/service_1/service_3/Login_OK.asp?FRM_Cmd=LOGOUT";
	document.BZPageInfo.submit();
}

// È¸¿ø°¡ÀÔ ÆäÀÌÁö·Î ÀÌµ¿
function goReg() {
	document.BZPageInfo.action= "/menu/service/service_1/service_1/PreChk.asp";
	document.BZPageInfo.submit();
}

// È¸¿ø°¡ÀÔ ÆäÀÌÁö·Î ÀÌµ¿
function goRegEdit() {
	document.BZPageInfo.action= "/menu/service/service_1/service_2/RegEdit.asp?FRM_Cmd=EDIT";
	document.BZPageInfo.submit();
}
*/
