/* 0. RAMADA HOTEL MAIN */
ma_m="/en/main/index.asp"; //¸ÞÀÎ


/* 1. RAMADA HOTEL & SUITES (17) */
ra_m="/en/ramada/index.asp"; //sub main
ra_01="/en/ramada/intro.asp"; // Introduction
ra_02="/en/ramada/gm_message.asp"; // GM message
ra_03="/en/ramada/location.asp"; // Location



/* 2. Accommodation (6) */
ac_m="/en/accom/index.asp"; //¼­ºê¸ÞÀÎ
ac_01="/en/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="/en/accom/residence.asp";   // suites




/* 3. Facilities (21) */
fa_m="/en/fac/index.asp"; //¼­ºê¸ÞÀÎ
fa_01="/en/fac/pan.asp";   // restaurant pan
fa_02="/en/fac/banquet_hall.asp"; // banquet hall
fa_03="/en/fac/bus_center.asp";  // business center
fa_04="/en/fac/laon.asp"; // roan spa
fa_05="/en/fac/park.asp";  // gardens


/* 4. reservation */
re_m="http://www.ramada.com/Ramada/control/index?variant"; //¼­ºê¸ÞÀÎ
re_01="http://www.ramada.com/Ramada/control/index?variant";    // °´½Ç¿¹¾à
re_02="http://www.ramada.com/Ramada/control/index?variant" //·¹½ºÅä¶û¿¹¾à
re_03="http://www.ramada.com/Ramada/control/index?variant";    // ¿¹¾àÁ¶È¸
//re_04="";   // booker's club


/* 5.Attraction  */
at_m="/en/attrac/index.asp"; //¼­ºê¸ÞÀÎ
at_01="/en/attrac/cultural.asp";    // cultural performance
at_02="/en/attrac/shopping.asp"; // shopping information
at_03="/en/attrac/trans.asp";   // transportatation


/* 6. News & Event */ 
ne_m="/en/news/index.asp"; //¼­ºê¸ÞÀÎ
ne_01="/en/news/news.asp";    // news
ne_02="/en/news/event.asp"; // event


/* 7. IR */
ir_m="/en/ir/sup_login.asp";  //¼­ºê¸ÞÀÎ
ir_01="/en/ir/notice_list.asp";    // °øÁö»çÇ×
ir_02="/en/ir/pds_list.asp";  // ÀÚ·á½Ç
ir_03="/en/ir/email_ques.asp";    // ÀÌ¸ÞÀÏ ¹®ÀÇ

/*13. member */
mem_m ="";

/* 8. »çÀÌÆ®¸Ê (1) */
si_m="/en/uti/sitemap.asp";


/* 9. contact us (1) */
co_m="/en/ir/contact_us.asp";

/* 10. privacy (1) */
pr_m="/en/uti/privacy.asp";

/* 11. neo campus21(1) */
neo_m="http://www.neocampus21.com/";


/* 12. recruit(1) */
rec_m="/en/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 ="";

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 (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