    <!--
	
	document.write('<OBJECT classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0\" WIDTH=760 HEIGHT=278>');
	document.write('<PARAM NAME=movie VALUE=\"header_'+flashPage+'.swf\"><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#ffffff>');
	document.write('<EMBED src=\"header_'+flashPage+'.swf\" quality=high bgcolor=#ffffff WIDTH=760 HEIGHT=278 TYPE="application/x-shockwave-flash" PLUGINSPAGE=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\">');
	document.write('</EMBED></OBJECT>');

/*
	// non-flash
	var html = '';
	html = html + '<map name="toppic">';
	html = html + '<area alt="About" coords="194,34,252,56" href="about.htm">';
	html = html + '<area alt="Breakfast" coords="252,34,335,56" href="breakfast.htm">';
	html = html + '<area alt="Rooms" coords="335,34,403,56" href="rooms.htm">';
	html = html + '<area alt="Activities" coords="403,34,488,56" href="activities.htm">';
	html = html + '<area alt="Specials & Packages" coords="488,34,565,56" href="specpack.htm">';
	html = html + '<area alt="Directions" coords="565,34,655,56" href="javascript:popWin(\'directions\')">';
	html = html + '<area alt="Reservations" coords="655,34,760,56" href="checkavail.htm">';
	html = html + '<area alt="Home Page" coords="3,2,149,82" href="index.htm">';
	html = html + '</map>';
	html = html + '<img src="images/toppic_about.gif" width="760" height="278" usemap="#toppic"><br>';
	document.write(html);
*/

    //-->
