<?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 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 - path to 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.
-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="354"/>
			<sub_menu width="354"/>
		</menu_width>
		<colors_and_alpha>
			<!-- You can choose colors for different parts of the buttons and degree of its transparency (alpha). -->
			<main_menu>
				<background Color="030713" Alpha="100"/>
				<background_gradient topColor="B88505" bottomColor="FFDB1B" Alpha="0"/>
				<border Color="FFFFFF" Alpha="100"/>
				<emboss_light Color="80828E" Alpha="40"/>
				<buttons_separator Color="404040" Alpha="100"/>
				<text Color="BFC0C3" rolloverColor="FFF6C6" pressColor="BFC0C3" Alpha="100"/>
				<rollover_bar_light Color="ECECEC" Alpha="0"/>
				<rollover_bar_light_gradient topColor="484848" bottomColor="D8D8D8" Alpha="100"/>
			</main_menu>
			<sub_menu>
				<background Color="8AB800" Alpha="100"/>
				<background_gradient topColor="F58623" bottomColor="F58623" Alpha="0"/>
				<border Color="F58623" Alpha="0"/>
				<emboss_light Color="FFFFFF" Alpha="30"/>
				<buttons_separator Color="778199" Alpha="100"/>
				<text Color="FFFFFF" rolloverColor="FFFFFF" pressColor="FFFFFF" Alpha="100"/>
				<rollover_bar_light Color="C75718" Alpha="100"/>
				<rollover_bar_light_gradient topColor="FFFFFF" bottomColor="B40000" Alpha="0"/>
			</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="100"/>
				<emboss state="1"/>
				<on_click_expands_submenu state="0"/>
				<identical_max_width state="1"/>
				<buttons_separator state="0"/>
				<round_corners radius="10"/>
				<text_font name="Tahoma"/>
				<text_bold state="0"/>
				<text_size size="13"/>
				<text_indent width="0"/>
				<!-- Text align values: "left", "center", "right". -->
				<text_align align="center"/>
			</main_menu>
			<sub_menu>
				<buttons_height height="20"/>
				<emboss state="0"/>
				<identical_max_width state="1"/>
				<buttons_separator state="0"/>
				<round_corners radius="0"/>
				<text_font name="_sans"/>
				<text_bold state="0"/>
				<text_size size="11"/>
				<text_indent width="5"/>
				<!-- Text align values: "left", "center", "right". -->
				<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=""/>
		</your_background>
		<buttons_sound>
			<!-- you can chose a button rollover sound file (mp3) enter full path to it or enter "" -->
			<rollover_sound main_button_mp3source="sfx.mp3" main_button_mp3volume="10" sub_button_mp3source="sfx2.mp3" sub_button_mp3volume="10"/>
		</buttons_sound>
	</properties>
	<buttons>
		<!-- Here you can add / remove menu buttons. -->
		<!-- 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 - path to 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="showcase" url="your.html" target="_blank" action="getUrl" disable="0">
		</main>
		<main text="support" url="your.html" target="_blank" action="getUrl" disable="0">
		</main>
		<main text="solutions" url="your.html" target="_blank" action="getUrl" disable="0">
		</main>
		<main text="company" url="your.html" target="_blank" action="getUrl" disable="0">
		</main>
		<main text="contacts" url="your.html" target="_blank" action="getUrl" disable="0">
		</main>
	</buttons>
</menu>
