/* 0. RAMADA HOTEL MAIN */
ma_m="/ko/main/index.asp"; //¸ÞÀÎ


/* 1. RAMADA HOTEL & SUITES (17) */
ra_m="/ko/ramada/index.asp"; //sub main
ra_01="/ko/ramada/intro.asp"; // Introduction
ra_02="/ko/ramada/gm_message.asp"; // GM message
ra_03="/ko/ramada/location.asp"; // Location



/* 2. Accommodation (6) */
ac_m="/ko/accom/index.asp"; //¼­ºê¸ÞÀÎ
ac_01="/ko/accom/hotel.asp";    // HOTEL
	ac_0101="";    // superior
	ac_0102="";    // deluxe
	ac_0103="";    // jr.suite
	ac_0104="";    // king suite
	ac_0105="";    // platinum suite
	ac_0106="";    // president suite
ac_02="/ko/accom/residence.asp";   // suites




/* 3. Facilities (21) */
fa_m="/ko/fac/index.asp"; //¼­ºê¸ÞÀÎ
fa_01="/ko/fac/pan.asp";   // restaurant pan
fa_02="/ko/fac/banquet_hall.asp"; // banquet hall
fa_03="/ko/fac/bus_center.asp";  // business center
fa_04="/ko/fac/laon.asp"; // roan spa
fa_05="/ko/fac/park.asp";  // gardens


/* 4. reservation */
re_m="/ko/rev/accom.asp"; //¼­ºê¸ÞÀÎ
re_01="/ko/rev/accom.asp";    // °´½Ç¿¹¾à
re_02="" //·¹½ºÅä¶û¿¹¾à
re_03="/ko/rev/connection.asp";    // ¿¹¾àÁ¶È¸
//re_04="";   // booker's club


/* 5.Attraction  */
at_m="/ko/attrac/index.asp"; //¼­ºê¸ÞÀÎ
at_01="/ko/attrac/cultural.asp";    // cultural performance
at_02="/ko/attrac/shopping.asp"; // shopping information
at_03="/ko/attrac/trans.asp";   // transportatation


/* 6. News & Event */ 
ne_m="/ko/news/index.asp"; //¼­ºê¸ÞÀÎ
ne_01="/ko/news/news.asp";    // news
ne_02="/ko/news/event.asp"; // event


/* 7. IR */
ir_m="/ko/ir/sup_login.asp";  //¼­ºê¸ÞÀÎ
ir_01="/ko/ir/notice_list.asp";    // °øÁö»çÇ×
ir_02="/ko/ir/pds_list.asp";  // ÀÚ·á½Ç
ir_03="/ko/ir/email_ques.asp";    // ÀÌ¸ÞÀÏ ¹®ÀÇ

/*13. member */
mem_m ="";

/* 8. »çÀÌÆ®¸Ê (1) */
si_m="/ko/uti/sitemap.asp";


/* 9. contact us (1) */
co_m="/ko/ir/contact_us.asp";

/* 10. privacy (1) */
pr_m="/ko/uti/privacy.asp";

/* 11. neo campus21(1) */
neo_m="http://www.neocampus21.com/";


/* 12. recruit(1) */
rec_m="/ko/uti/recruit.asp";

/*13.ÇÑ±¹ ÀÏº» ¹Ì±¹ */
kor_m="/ko/main/index.asp"; //ÇÑ±¹
kor_01="/en/main/index.asp"; //¹Ì±¹
kor_02="/jp/main/index.asp"; //ÀÏº»

/*14.´º½º·¹ÅÍ */
pop_01 ="/ko/letter/newsletter_ing.asp";


function GoMenu(name,win) {
//    var LeftPosition = (screen.width) ?        (screen.width-400)/2 : 0;
//    var TopPosition = (screen.height) ?        (screen.height-200)/2 : 0;

	try{
		if (eval(name) == "") {
			alert("¼­ºñ½º ÁØºñÁßÀÔ´Ï´Ù.");
			return;
		}else if (name == "pop_01") { 	// b2b ¸ÂÃã¿¡¾îÄÁ
		    window.open(eval(name), "pop_01", "status=no,menubar=no,resizable=no,scrollbars=yes,width=610,height=768,left=0,top=0");
		}  else {
            if (win == "opener") {		//ÆË¾÷¿¡¼­ ºÎ¸ðÃ¢À¸·Î ¸µÅ© ÀÌµ¿
			    opener.document.location.href = eval(name);
			    self.close();
		    } else {
			    document.location.href = eval(name);
		    }
		}
	} catch(e) {
		alert("["+name+"] Á¤ÀÇµÇÁö ¾ÊÀº ¸Þ´º ÀÔ´Ï´Ù.");
	}

}


function GoBrand( name ) {
        window.open(eval(name), "_blank",  '' );
    }//GoBrand()...End