<!--

//FUNCTIONS

function popAreaApple(which) {
	var dx=660;
	var dy=440;
	var w = window.open('http://www.rhinebeckinn.com/area_'+which+'.htm', 'popArea', 'width=' + dx + ',height=' + dy + ',status=no,resizable=yes,menubar=yes,location=no,scrollbars=yes,toolbar=no');
	w.focus();
}

function EvalSound(soundobj) {
	var thissound=document.getElementById(soundobj);
	try {
		thissound.Play();
	}
	catch (e) {
		thissound.DoPlay();
	}
}

//-->
