<?xml version="1.0" encoding="iso-8859-1"?>

<organicTemplate>

	<!--
	
		First of all turn off the word wrap option of your XML editor to view this file properly
	
		----------------------------  Template Settings ----------------------------
	
		+ initialSection: 			This is the name of the section that you want to show when the template has loaded. The name has to be EXACTLY the same as one of the menuItemName parameters down in the menuItems tag. 
									If you specify a section that does not exist or does not match esactly as stated then the first section of the template will be displayed.

		+ frameSpace:				This is the size in pixels that the frame (organic window behind the sections) will have. 
									So if a section is 100x100 pixels and the frameSpace is set to 25 then the organic window will be 125x125.
									
		+ useMP3Player: 			This parameter lets you decide if you want to use the mp3 player or not. It can only have one of two values, 0 or 1, if it's 0 the mp3 will not be displayed and therfore no music will be played
									If it's 1 then the mp3 player will display.
									
		+ mp3PlayerAutoPlay:		This parameter lets you decide if you want the mp3 player tu autoplay when the template has loaded or not. Possible values are 0 and 1. If it's 0 it will not autoplay, if it's 1 it will autoplay. 
									
		+ menuBarColor: 			This is the hexadecimal color for the menu bar. This parameter also changes the color of a lot more things. Play around with it to see the results.
		
		+ menuTextColorNormal:		This is the hexadecimal color for the menu text when the mouse is NOT over it. This parameter also changes the color of a lot more things. Play around with it to see the results.
		
		+ menuTextColorRollOver:	This is the hexadecimal color for the menu text when the user has pressed it.
	
	-->

	<templateSettings
		initialSection = "HOME"
		frameSpace = "50"
		
		useMP3Player = "1"
		mp3PlayerAutoPlay = "1"
		
		menuBarColor = "0x000000"
		
		menuTextColorNormal = "0xFFFFFF"
		menuTextColorRollOver = "0x22ACED"
		
	>
	</templateSettings>
	
	
	<!--
		
		----------------------------  Menu Items ----------------------------
		
		There are no limits on the number of levels you can have for the menu. You can have as many as you want. Just nest the <menuItem> tags as many times as you please.
		These are the attributes for each menuItem:
	
		+ menuItemName:				This is the text that will appear in the menu bar
		+ contentPath: 				This is the relative or absolute path of the swf movie or image that will appear in the center of the screen.   
		+ backgroundPath: 			This is the relative or absolute path of the swf movie or image that will appear proportionally resized as big as the user's monitor resolution in the background
		
		NOTE: 	You can load a SWF, JPEG, progressive JPEG, unanimated GIF, or PNG. If you load an animated GIF, only the first frame is displayed.
				If you want a FLV video as a section check how the INTRO VIDEO section works

	-->

	<menuItems>
	
		<menuItem menuItemName="HOME" contentPath="Sections/Home/Content1.swf" backgroundPath="Backgrounds/01.jpg"></menuItem>
		<menuItem menuItemName="ABOUT" contentPath="Sections/About/Content2.swf" backgroundPath="Backgrounds/02.jpg"></menuItem>
		<menuItem menuItemName="SERVICES AND PRICES" contentPath="Sections/Services/Content3.swf" backgroundPath="Backgrounds/03.jpg"></menuItem>
		<menuItem menuItemName="CONTACT" contentPath="Sections/Contact/Contact.swf" backgroundPath="Backgrounds/04.jpg"></menuItem>
		
		<menuItem menuItemName="GALLERIES">
			<menuItem menuItemName="BASKETS" contentPath="Galleries/Baskets/Baskets.xml" backgroundPath="Backgrounds/05.jpg"></menuItem>
			<menuItem menuItemName="BOUQUETS" contentPath="Galleries/Bouquets/Bouquets.xml" backgroundPath="Backgrounds/06.jpg"></menuItem>
			<menuItem menuItemName="CHRISTENING" contentPath="Galleries/Christening/Christening.xml" backgroundPath="Backgrounds/07.jpg"></menuItem>
			<menuItem menuItemName="CHRISTMAS" contentPath="Galleries/Christmas/Christmas.xml" backgroundPath="Backgrounds/08.jpg"></menuItem>
			<menuItem menuItemName="FLORISTRY" contentPath="Galleries/Floristry/Floristry.xml" backgroundPath="Backgrounds/09.jpg"></menuItem>
			<menuItem menuItemName="FUNCTIONS" contentPath="Galleries/Functions/Functions.xml" backgroundPath="Backgrounds/10.jpg"></menuItem>
			<menuItem menuItemName="FUNERALS" contentPath="Galleries/Funerals/Funerals.xml" backgroundPath="Backgrounds/11.jpg"></menuItem>
			<menuItem menuItemName="WEDDINGS" contentPath="Galleries/Weddings/Weddings.xml" backgroundPath="Backgrounds/12.jpg"></menuItem>
			
			
		</menuItem>
		
		
		
		
	
	
</organicTemplate>