//°í°´¼¾ÅÍ>»ó´ã¿¹¾à ÅÇ¸Þ´º ½ºÅ©¸³Æ®

function DisplayMenu(index) {
	for (i=1; i<=3; i++){
		if(index == i){
			document.getElementById("tab_menu"+i).src = "/HTML/customer/img/tab"+i+"_ov.gif";
		}else{
			document.getElementById("tab_menu"+i).src = "/HTML/customer/img/tab"+i+".gif";
		}
	}
	document.myform.rsv_mode.value = index;
}

//¹è°æÀÌ¹ÌÁö Àç·ÎµùÁß´Ü 
try { // IE only
    document.execCommand('BackgroundImageCache', false, true);
} catch(e) { }

function GoTop() {
	window.scrollTo(0,0);
}



//°æ°íÃ¢ ¶ç¿ì±â ½ºÅ©¸³Æ®
function reservation() {
    alert ('ÁØºñÁßÀÔ´Ï´Ù!');
}


//°æ°íÃ¢ ¶ç¿ì±â ½ºÅ©¸³Æ®
function ing1() {
    alert ('¸íµ¿Á¡Àº ÁØºñÁßÀÔ´Ï´Ù.');
}
//°æ°íÃ¢ ¶ç¿ì±â ½ºÅ©¸³Æ®
function ing2() {
    alert ('´ë±¸Á¡Àº ÁØºñÁßÀÔ´Ï´Ù.');
}
