// ÇÃ·¡½¬ ¸Þ´º ÀÌµ¿°ü·Ã

function jsGoMenu(id)
{
	switch(id){																		 			
		case "10": window.location ='http://www.ramadaseoul.co.kr/eng/accom/accom_01.asp?what=1';break;
		case "20": window.location ="http://www.ramadaseoul.co.kr/eng/res/res_01.asp?what=1";break;
		case "30": window.location ="http://www.ramadaseoul.co.kr/eng/fac/fac_01.asp?what=1";break;
		case "40": window.location ="https://ramadainternational.com/ramada/reservation/availability.mi?bc=nr&propertyCode=SELNR";break;
		case "50": window.location ="http://www.ramadaseoul.co.kr/eng/member/alliance.asp";break;
		case "60": window.location ="http://www.ramadaseoul.co.kr/eng/company/location.asp?what=3";break;

		default: window.location ="http://www.ramadaseoul.co.kr/eng/default.asp";
	}
}