﻿<?xml version="1.0" encoding="UTF-8"?>
<component name="Drop Down Tree Menu v3">
	<properties>
		
		<!-- // You can set the default parameters from Component Inspector, however you can override one ore more parameters from within the <properties> node.
	// Not all parameters have to be set from the XML file. -->
		
		<!-- navigationMode: press, release, rollover, none -->
		<navigationMode>
		
			<!-- you need to specify the type of the data entered as parameter -->
			<type>String</type>
			
			<!-- you need to enter a value for the parameter entered here -->
			<value>rollover</value>
		</navigationMode>
		
		<embedFonts>
			<type>Boolean</type>
			<value>false</value>
		</embedFonts>
		
		<orientation>
			<type>String</type>
			<value>horizontal</value>
		</orientation>
		
		<tweening>
			<type>Boolean</type>
			<value>true</value>
		</tweening>
		
		<!-- tweenTypeIn: Regular, Strong, Back, Bounce, Elastic -->
		<tweenTypeIn>
			<type>String</type>
			<value>Back</value>
		</tweenTypeIn>
		
		<!-- easeTypeIn: easeIn, easeOut, easeInOut, none -->
		<easeTypeIn>
			<type>String</type>
			<value>easeOut</value>
		</easeTypeIn>
		
		<!-- tweenTypeOut: Regular, Strong, Back, Bounce, Elastic -->
		<tweenTypeOut>
			<type>String</type>
			<value>Back</value>
		</tweenTypeOut>
		
		<!-- easeTypeOut: easeIn, easeOut, easeInOut, none -->
		<easeTypeOut>
			<type>String</type>
			<value>easeIn</value>
		</easeTypeOut>

		<tweeningDurationIn>
			<type>Number</type>
			<value>10</value>
		</tweeningDurationIn>
		
		<tweeningDurationOut>
			<type>Number</type>
			<value>10</value>
		</tweeningDurationOut>
		
	</properties>
	<data>
		
		<!-- the <main> tag may contain the childStyle attribute -->
		<main childStyle="style1">
			
			<!-- <item> tag may contain the following attributes
			
GENERAL ATTRIBUTES:
title -> the text that will be shown in the menu item
style -> the style of the item
childStyle -> the style that his childs inherits in case they don't have their own style
icon -> the icon of the menu item = a movieclip linkage id
isEnabled -> if the menu item is enabled(true) or disabled(false)

URL METHOD ATTRIBUTES
url -> a url address to be followed when user clicks on the menu
target -> the url target

FUNCTION ATTRIBUTES
function -> the function with brackets and params like in eg.: myFunc(param1,param2)

USER ATTRIBUTES
any other attributes can be inserted here. you will have acces to them from the item itself with dot notation-->
			
			<item title="Home" url="home.html" />
			<item title="About Us" >
				
				<!-- "function" attribute is used in order to call the custom function named "changeHeaderImage" with the parameter 2 -->
				<item title="Company" function="changeHeaderImage(2)">
				
					<!-- "target" attribute is used here to open the page in a new window -->
					<item title="Who we are" url="whoweare.html" target="_blank"/>
					
					<!-- using the "icon" attribute to load icons, the icon must be a movieclip linkage id -->
					<item title="Our vision" url="vision.html" icon="vision_icon_mc" />
					<item title="Careers" url="careers.html" />
				</item>
				
				<!-- no method is used here, the event will be trigered anyways so we can have an event handler on the menu, that reads the title value on(onRollover) -->
				<item title="Clients" />
				
				<!-- using different style for this menu item -->
				<item style="style2" title="Testimonials" url="testimonials.html" />
			</item>
			
			<!-- using childStyle to set the style of the item's childs -->
			<item childStyle="style2" title="Flash Components">
				
				<!-- using a user defined attribute called "componentType" -->
				<item title="Flash Menus">
					<item title="Accordion Menu V3" componentType="1" url="accordion_menu.html" />
					<item title="Accordion Tree Menu V3" componentType="1" url="accordion_tree_menu.html" />
					<item title="DropDown Menu V3" componentType="1" url="dropdown_menu.html" />
					<item title="DropDown Tree Menu V3" componentType="1" url="dropdown_tree_menu.html" />
				</item>
				<item title="Flash MovieClip Effects">
					<item title="MovieClip Transition Effect V3" componentType="2" url="mcte.html" />
					<item title="Square Effect Pro" componentType="2" url="square_effect.html" />
					<item title="Waves Effect Pro" componentType="2" url="waves_effect.html" />
				</item>
				<item title="User Interface">
					<item title="Accordion Panel V3" componentType="3" url="accordion_panel.html" />
					<item title="Loader Pro V3" componentType="3" url="loader_pro.html" />
					<item title="XML Slide Show V3" componentType="3" url="xml_slide_show.html" />
					<item title="Color Picker Pro V3" componentType="3" url="color_picker_pro.html" />
				</item>
			</item>
			<!-- using "enable" attribute to enable a menu item -->
			<item title="Services">
				<item title="Flash components" url="flash_components.html" />
				<item title="Flash custom development" url="flash_custom.html" />
				<item title="Flash consultancy" url="flash_consultancy.html" />
			</item>
			<item style="style1" title="Contact us" url="contact.html" />
		</main>
	</data>
	
	<styles>
		<style1>
			<itemSpacing>17</itemSpacing>
			<barIconSpacing>2</barIconSpacing>
			<popIconSpacing>16</popIconSpacing> 
			<fixedSize>false</fixedSize>
			<folderIconId></folderIconId>
			<itemHeight>21</itemHeight>
			<textFormat>
				<font>Tahoma</font>
				<size>11</size>
				<bold>false</bold>
				<color>0xFFFFFF</color>
				<underline>false</underline>
				<align>right</align>
				<rightMargin>4</rightMargin>
			</textFormat>
			<parts>
				<left>DDM_BlueA1_style1_left</left>
				<right>DDM_BlueA1_style1_right</right>
				<hseparator>DDM_BlueA1_style1_hseparator</hseparator>
				<vseparator>DDM_BlueA1_style1_vseparator</vseparator>
				<top>DDM_BlueA1_style1_top</top>
				<bottom>DDM_BlueA1_style1_bottom</bottom>
				<folderIconId>DDM_BlueA1_style1_folderIcon</folderIconId>
			</parts>			
			<states>
				<up>
					<mcLinkageId>DDM_BlueA1_style1_up</mcLinkageId>
				</up>
				<over>
					<textFormat>
						
					</textFormat>
					<mcLinkageId>DDM_BlueA1_style1_over</mcLinkageId>
				</over>
				<down>
					<textFormat>
						
					</textFormat>					
					<mcLinkageId>DDM_BlueA1_style1_down</mcLinkageId>
				</down>
				<selected>
					<textFormat>
					<bold>false</bold>
					<color>0x005979</color>
					</textFormat>
					<mcLinkageId>DDM_BlueA1_style1_selected</mcLinkageId>
				</selected>
				<disabled>
					<textFormat>
						<color>0x666666</color>
					</textFormat>
					<mcLinkageId>DDM_BlueA1_style1_disabled</mcLinkageId>
				</disabled>
			</states>
		</style1>
		<style2>
			<itemSpacing>0</itemSpacing>
			<barIconSpacing>9</barIconSpacing>
			<popIconSpacing>6</popIconSpacing> 
			<fixedSize>false</fixedSize>
			
			<folderIconId>DDM_BlueA1_style2_folderIcon</folderIconId>
			<itemHeight>19</itemHeight>
			<textFormat>
				<font>Tahoma</font>
				<size>11</size>
				<bold>false</bold>
				<color>0x016080</color>
				<underline>false</underline>
				<align>right</align>
				<rightMargin>4</rightMargin>
			</textFormat>
			<parts>
				<left>DDM_BlueA1_style2_left</left>
				<right>DDM_BlueA1_style2_right</right>
				<hseparator>DDM_BlueA1_style2_hseparator</hseparator>
				<vseparator>DDM_BlueA1_style2_vseparator</vseparator>
				<top>DDM_BlueA1_style2_top</top>
				<bottom>DDM_BlueA1_style2_bottom</bottom>
				<folderIconId>DDM_BlueA1_style2_folderIcon</folderIconId>
			</parts>			
			<states>
				<up>
					<mcLinkageId>DDM_BlueA1_style2_up</mcLinkageId>
				</up>
				<over>
					<textFormat>
						
					</textFormat>
					<mcLinkageId>DDM_BlueA1_style2_over</mcLinkageId>
				</over>
				<down>
					<textFormat>
						
					</textFormat>					
					<mcLinkageId>DDM_BlueA1_style2_down</mcLinkageId>
				</down>
				<selected>
					<textFormat>
					<bold>false</bold>
					<color>0x005979</color>
					</textFormat>
					<mcLinkageId>DDM_BlueA1_style2_selected</mcLinkageId>
				</selected>
				<disabled>
					<textFormat>
						<color>0x666666</color>
					</textFormat>
					<mcLinkageId>DDM_BlueA1_style2_disabled</mcLinkageId>
				</disabled>
			</states>
		</style2>
	</styles>
</component>
