 <?xml version="1.0" encoding="UTF-8" ?> 
<menuButtons>

<!-- INSTRUCTIONS:

1. REMOVE A BUTTON			:select the block of code "<button> to </button>" and delete
2. CHANGE TITLE				:change the 'text' between "<buttonTitle> and </buttonTitle>"
3. CHANGE HYPERLINK			:change the 'page_name.htm' between "<buttonURL> and </buttonURL>"
4. CHANGE DESCRIPTION		:change the 'text' between "<buttonDescription> and </buttonDescription>"
5. CHANGE IMAGE				:change the 'flash_buttonX.png' between "<buttonImage> and </buttonImage>"
5. OPEN LINK IN NEW WINDOW	:change '_top' to '_blank' between "<buttonTarget> and </buttonTarget>"

  END OF INSTRUCTIONS -->

<!-- button 1 -->
	<button>
		<buttonTitle>Photo Gallery</buttonTitle>
		<buttonDescription>Visit our Flash photo gallery of the Resort!</buttonDescription>
		<buttonURL>../../photo_gallery.htm</buttonURL>
		<buttonTarget>_top</buttonTarget>
		<buttonImage>images/buttons/flash_button1.png</buttonImage>
	</button>

<!-- button 2 -->
	<button>
		<buttonTitle>Merchandise</buttonTitle>
		<buttonDescription>T-Shirts, tank tops, color photo throws and more.</buttonDescription>
		<buttonURL>../../catalog.htm</buttonURL>
		<buttonTarget>_top</buttonTarget>
		<buttonImage>images/buttons/flash_button2.png</buttonImage>
	</button>

<!-- button 3 -->
	<button>
		<buttonTitle>Reserve Online</buttonTitle>
		<buttonDescription>Book Real Time Reservations Online.</buttonDescription>
		<buttonURL>http://www.webervations.com/magic-scripts/resbook.asp?memberid=schooner</buttonURL>
		<buttonTarget>_top</buttonTarget>
		<buttonImage>images/buttons/flash_button3.png</buttonImage>
	</button>

<!-- button 4 -->
	<button>
		<buttonTitle>Contact Us</buttonTitle>
		<buttonDescription>1-877-739-4417: Contact us online, by email, fax, telephone of snail mail.</buttonDescription>
		<buttonURL>../../contact.htm</buttonURL>
		<buttonTarget>_top</buttonTarget>
		<buttonImage>images/buttons/flash_button4.png</buttonImage>
	</button>
</menuButtons>
