 <?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, see what we've been up to lately!</buttonDescription>
		<buttonURL>../../photos.htm</buttonURL>
		<buttonTarget>_top</buttonTarget>
		<buttonImage>images/buttons/flash_button1.png</buttonImage>
	</button>

<!-- button 2 -->
	<button>
		<buttonTitle>Videos</buttonTitle>
		<buttonDescription>Visit our NEW Videos to see our latest and greatest selection of carp videos.</buttonDescription>
		<buttonURL>../../videos.htm</buttonURL>
		<buttonTarget>_top</buttonTarget>
		<buttonImage>images/buttons/flash_button2.png</buttonImage>
	</button>

<!-- button 3 -->
	<button>
		<buttonTitle>Catch Reports</buttonTitle>
		<buttonDescription>You can always rely on CCH for all the latest news and catch reports .</buttonDescription>
		<buttonURL>../../catch reports.htm</buttonURL>
		<buttonTarget>_top</buttonTarget>
		<buttonImage>images/buttons/flash_button3.png</buttonImage>
	</button>

<!-- button 4 -->
	<button>
		<buttonTitle>All-Inclusive</buttonTitle>
		<buttonDescription>All-in, Tackle, Meals, Bait, Boat, Transport to and from airport, Guide.</buttonDescription>
		<buttonURL>../../all-inclusive.htm</buttonURL>
		<buttonTarget>_top</buttonTarget>
		<buttonImage>images/buttons/flash_button4.png</buttonImage>
	</button>
</menuButtons>
