﻿<?xml version="1.0" encoding="UTF-8"?>
<component name="Accordion Panel V3">
    <!-- 
	1 level accordion structure only
	;
	data item 
	ATTRIBUTES:
	title -> the text that will be shown in the title bar
	style -> the style of the item
	contentPath -> either an external file (jpg,swf) or an internal clip
	expanded -> if the item is expanded or not (default:false) 
	enabled -> boolean variable, shows if an item is enabled or not
	contentSize -> the size of the loaded content (if specified in item (primary) or in style (secondary) , will be fixed)
	headerSize -> the size of the header/title bar of every item
	;
	FUNCTION ATTRIBUTES
	function -> the function with scopeChain, 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
	-->
	<data style="style1">
        <item contentEvents="false" function="_root.func()" style="style1" title="My First Panel" expanded="false" enabled="true" contentPath="images/img5.jpg" />
        <item contentEvents="false" function="myFunc('first item')" style="style1" title="My Second Panel" expanded="false" enabled="true" contentPath="images/img7.jpg" contentSize="150" headerSize="20" />
        <item function="_root.myMc.myFunc(param1,param2)" title="My Third Panel" contentPath="images/img8.jpg" contentSize="150" headerSize="20" />
        <item style="style1" title="My Forth Panel" expanded="false" contentPath="images/img6.jpg" contentSize="150" headerSize="20" />	  
	</data>
	<properties>
        <hasSelectedState>
            <type>Boolean</type>
            <value>false</value>
        </hasSelectedState>
        <closeFolderOnClick>
            <type>Boolean</type>
            <value>true</value>
        </closeFolderOnClick>
        <navigationMode>
            <type>String</type>
            <value>press</value>
        </navigationMode>
        <expandMode>
            <type>String</type>
            <value>one</value>
        </expandMode>
        <loadExpandedItemsOnly>
            <type>Boolean</type>
        </loadExpandedItemsOnly>
            <value>false</value>
        <builtInPreloader>
            <type>String</type>
            <value>line</value>
        </builtInPreloader>
        <preloaderColor>
            <type>Number</type>
            <value>0xFF0000</value>
        </preloaderColor>
        <showPercentage>
            <type>Boolean</type>
            <value>true</value>
        </showPercentage>
        <embedFonts>
            <type>Boolean</type>
            <value>false</value>
        </embedFonts>
        <tweening>
            <type>Boolean</type>
            <value>true</value>
        </tweening>
        <tweenType>
            <type>String</type>
            <value>Elastic</value>
        </tweenType>
        <easeType>
            <type>String</type>
            <value>easeOut</value>
        </easeType>
        <tweeningDuration>
            <type>Number</type>
            <value>20</value>
        </tweeningDuration>
		<orientation>
            <type>String</type>
            <value>vertical</value>
        </orientation>
	</properties>
	<styles>
        <style1>
            <folderCollapsedIconId>AP_default_style1_folder_collapsed</folderCollapsedIconId>
            <folderExpandedIconId>AP_default_style1_folder_expanded</folderExpandedIconId>
            <iconPaddingLeft>5</iconPaddingLeft>
            <spacing>5</spacing>
			<headerSize>40</headerSize>
			<contentSize>120</contentSize>
			<textFormat>
				<font>Tahoma</font>
				<size>11</size>
				<color>0xFFFFFF</color>
				<underline>false</underline>
				<align>left</align>
			</textFormat>
            <states>
                <up>
                    <mcLinkageId>style1_up_state</mcLinkageId>
                </up>
                <over>
                   <textFormat>
						<underline>true</underline>
					</textFormat>
                    <mcLinkageId>style1_over_state</mcLinkageId>
                </over>
                <down>
                    <textFormat>
						<underline>true</underline>
					</textFormat>	
					<mcLinkageId>style1_down_state</mcLinkageId>
                </down>
                <selected>
                    <mcLinkageId>style1_select_state</mcLinkageId>
                </selected>
                <expanded_up>
                   <textFormat>
						<underline>true</underline>
					</textFormat>	
				   <mcLinkageId>style1_up_state</mcLinkageId>
                </expanded_up>
                <expanded_over>
                   <textFormat>
						<underline>true</underline>
					</textFormat>	
                    <mcLinkageId>style1_over_state</mcLinkageId>
                </expanded_over>
                <expanded_down>
                    <mcLinkageId>style1_down_state</mcLinkageId>
                </expanded_down>
                <expanded_selected>               
                    <mcLinkageId>style1_select_state</mcLinkageId>
                </expanded_selected>
                <disabled>
                   <textFormat>
						<color>0x666666</color>
					</textFormat>
                    <mcLinkageId>style1_disabled_state</mcLinkageId>
                </disabled>
            </states>
        </style1>
      </styles>    
</component>
