<?xml version="1.0" encoding="UTF-8"?>
<!-- 

For support, visit www.flash-extensions.net

-Place the swf (menu file) and XML (config file) in same directory and make sure the xml file has the "menu.xml" name.
-Edit this file with a txt editor, always save the file as UTF-8 encoding.
-To disable/hide a button enter disable="1".
-If you want a button to be visible without opening any url then set it`s URL to "".
-To resize the menu edit the "menu_width" and set maximal main_menu and sub_menu width value then also edit yout html code to change the swf file size, menu will remain in top left corner and menu bar wil have the maximal width set in this XML file.

-->
<menu>
	<properties>
		<!-- Here you can define the maximal width of the menu. If buttons (placed one after another) are wider than the maximal width of the menu, the last button will be moved to the next line. (If you set the maximal width to "0" you will get a vertical menu) -->
		<menu_width>
			<main_menu width="800"/>
			<sub_menu width="0"/>
		</menu_width>
		<colors_and_alpha>
			<!-- You can choose colors for buttons text and degree of its transparency (alpha). -->
			<main_menu>
				<text Color="484444" rolloverColor="262222" pressColor="262222" Alpha="100"/>
				<text_shadow Color="544D4D" Alpha="20"/>
			</main_menu>
			<sub_menu>
				<text Color="262222" rolloverColor="262222" pressColor="262222" Alpha="100"/>
				<text_shadow Color="544D4D" Alpha="80"/>
			</sub_menu>
		</colors_and_alpha>
		<buttons_view>
			<!-- Here you can define the settings of the look of the buttons. -->
			<!-- state="1" - on     state="0" - off -->
			<main_menu>
				<buttons_height height="199"/>
				<text_size size="12"/>
				<text_indent width="0"/>
				<after_click_remains_selected state="1"/>
				<text_shadow state="1"/>
				<text_shadow_distance distance="1"/>
				<!-- Horizontal text align values: "left", "center", "right". -->
				<horizontal_text_align align="center"/>
				<!-- Vertical text align values: "top", "center", "bottom". -->
				<vertical_text_align align="center"/>
			</main_menu>
			<sub_menu>
				<buttons_height height="24"/>
				<text_size size="12"/>
				<text_indent width="0"/>
				<text_shadow state="1"/>
				<text_shadow_distance distance="1"/>
				<!-- Horizontal text align values: "left", "center", "right". -->
				<horizontal_text_align align="center"/>
				<!-- Vertical text align values: "top", "center", "bottom". -->
				<vertical_text_align align="center"/>
			</sub_menu>
		</buttons_view>
		<your_background>
			<!-- you can chose a menu background file (swf or jpg) enter full path to it or enter "" -->
			<bg bg_file_path="menus/menu9/bg.jpg"/>
		</your_background>
		<buttons_sound>
			<!-- you can chose a button rollover sound file (mp3) enter full path to it or enter "" -->
			<rollover_sound mp3source="menus/menu9/sfx.mp3" mp3volume="10"/>
		</buttons_sound>
	</properties>
	<buttons>
		<!-- Here you can add / remove menu buttons. -->
		<!-- you can chose a menu button picture file, button rollover picture file and button click picture file  (swf,  jpg, png, no animated gif) enter full path to it or enter "" -->
		<!-- To disable/hide a button enter disable="1". -->
		<!-- If you want a button to be visible without execute any action then set it`s ACTION to "". -->
		<!-- If you use action="getUrl" then url - what you open in window,  target - target window. -->
		<!-- If you use action="loadMovie" then url - path to file which you want to load,  target - target movie clip where you want to load file. -->
		<!-- If you use action="gotoAndStop" then url - frame to go or label to go,  target - target movie clip where you want to execute action. -->
		<!-- If you use action="gotoAndPlay" then url - frame to go or label to go,  target - target movie clip where you want to execute action. -->
		<!-- If you use action="nameofyourfunction" then url - parameter which is transferred in your function,  target - target movie clip where your function placed. -->
		<!-- IN THE FREE VERSION FIRST BUTTON ALWAYS LINK TO OUR WEB SITE -->
		<main text="" url="your.html" target="_blank" action="getUrl" button_width="209" button="menus/menu11/menu_images/bu1.jpg" button_roll="menus/menu11/menu_images/bu1o.jpg" button_click="menus/menu11/menu_images/bu1o.jpg" disable="0"/>
		<main text="" url="your.html" target="_blank" action="getUrl" button_width="188" button="menus/menu11/menu_images/bu2.jpg" button_roll="menus/menu11/menu_images/bu2o.jpg" button_click="menus/menu11/menu_images/bu2o.jpg" disable="0"/>
		<main text="" url="your.html" target="_blank" action="getUrl" button_width="206" button="menus/menu11/menu_images/bu3.jpg" button_roll="menus/menu11/menu_images/bu3o.jpg" button_click="menus/menu11/menu_images/bu3o.jpg" disable="0"/>
	</buttons>
</menu>
