<?xml version="1.0"?>

<installer-gui-script minSpecVersion='1'>

    <options hostArchitectures='i386' allow-external-scripts="no"/>
    <domains enable_anywhere="true"/>

    <welcome file='Welcome.html'/>
    <license file="License.rtf" sla="EA0401"/>
    <readme  file='Description.html'/>
    <conclusion file="Conclusion.html"/>
    <background file='background.tiff' alignment='topleft' scaling='tofit'/>

    <title>Chameleon_Package_Title</title>

    <script>

    var bootPlist = null;
    if (my.target) {
        var boot_plist_filenames = new Array( 'org.chameleon.Boot.plist', 'com.apple.Boot.plist' );
        for ( var i = 0; i &lt; boot_plist_filenames.length; i++ ) {
            bootPlist = system.files.plistAtPath( my.target.mountpoint + '/Extra/' + boot_plist_filenames[i] );
            if (bootPlist)
                break;
        }
    }

    function installCheckScript() {
        var obj = system.ioregistry.matchingClass("AppleSMC");
        if (obj) {
            system.log('installCheckScript: Found AppleSMC');
            my.result.message = system.localizedStringWithFormat('Intel_Mac_message');
            my.result.type = 'Fatal';
            return false;
        }
        system.log('installCheckScript: Failed.');
        return false;
    }

    function volCheckScript() {
        system.log('volCheckScript: Failed.');
        return true;
    }

    function systemHasGPT() {
        var obj = system.ioregistry.matchingName("EFI System Partition");
        if (obj)
            return true;
        return false;
    }

    function chameleon_boot_plist_exists() {
        return bootPlist ? true : false;
    }

    function check_chameleon_bool_option(key, value) {
		if ( bootPlist &amp;&amp; bootPlist[ key ] )
            // check if the first letter (in lowercase) is the same
            return bootPlist[ key ].charAt(0).toLowerCase() == value.charAt(0).toLowerCase();
        return false;
	}

    function check_chameleon_text_option(key, value) {
		if ( bootPlist &amp;&amp; bootPlist[ key ] )
            return bootPlist[ key ] == value; // check if the strings are equal
        return false;
	}

    function check_chameleon_list_option(key, value) {
        if ( bootPlist &amp;&amp; bootPlist[ key ] ) {
            var items = bootPlist[ key ].split(" ");
            for ( var i = 0; i &lt; items.length; i++ ) {
                if (items[i] == value)
                  return true;
            }
        }
        return false;
    }

    </script>

	<choices-outline>
		<line choice="Pre"/>
		<line choice="Core"/>
		<line choice="Chameleon">
			<line choice="Standard"/>
			<line choice="noboot"/>
		</line>
		<line choice="Module">
			<line choice="ACPICodec"/>
			<line choice="KernelPatcher"/>
			<line choice="klibc"/>
			<line choice="AutoReso"/>
			<line choice="HDAEnabler"/>
			<line choice="FileNVRAM"/>
			<line choice="Sata"/>
			<line choice="uClibc"/>
		</line>
		<line choice="Options">
			<line choice="Audio">
				<line choice="EnableHDMIAudio"/>
			</line>
			<line choice="Control">
				<line choice="BootBanner"/>
				<line choice="GUI"/>
				<line choice="LegacyLogo"/>
				<line choice="InstantMenu"/>
				<line choice="QuietBoot"/>
				<line choice="ShowInfo"/>
				<line choice="Wait"/>
			</line>
			<line choice="General">
				<line choice="arch"/>
				<line choice="EHCIacquire"/>
				<line choice="EthernetBuiltIn"/>
				<line choice="ForceHPET"/>
				<line choice="ForceWake"/>
				<line choice="RestartFix"/>
				<line choice="UHCIreset"/>
				<line choice="UseMemDetect"/>
				<line choice="UseKernelCache"/>
				<line choice="Wake"/>
			</line>
			<line choice="HDAULayout">
				<line choice="HDAULayoutIDx01"/>
				<line choice="HDAULayoutIDx02"/>
				<line choice="HDAULayoutIDx03"/>
				<line choice="HDAULayoutIDx12"/>
				<line choice="HDAULayoutIDx32"/>
				<line choice="HDAULayoutIDx40"/>
				<line choice="HDAULayoutIDx65"/>
				<line choice="HDAULayoutIDx99"/>
				<line choice="HDAULayoutIDx269"/>
				<line choice="HDAULayoutIDx387"/>
				<line choice="HDAULayoutIDx388"/>
				<line choice="HDAULayoutIDx389"/>
				<line choice="HDAULayoutIDx392"/>
				<line choice="HDAULayoutIDx398"/>
				<line choice="HDAULayoutIDx662"/>
				<line choice="HDAULayoutIDx663"/>
				<line choice="HDAULayoutIDx664"/>
				<line choice="HDAULayoutIDx885"/>
				<line choice="HDAULayoutIDx887"/>
				<line choice="HDAULayoutIDx888"/>
				<line choice="HDAULayoutIDx889"/>
				<line choice="HDAULayoutIDx892"/>
				<line choice="HDAULayoutIDx898"/>
				<line choice="HDAULayoutIDxBD7"/>
			</line>
			<line choice="HDEFLayout">
				<line choice="HDEFLayoutIDx01"/>
				<line choice="HDEFLayoutIDx02"/>
				<line choice="HDEFLayoutIDx03"/>
				<line choice="HDEFLayoutIDx12"/>
				<line choice="HDEFLayoutIDx32"/>
				<line choice="HDEFLayoutIDx40"/>
				<line choice="HDEFLayoutIDx65"/>
				<line choice="HDEFLayoutIDx99"/>
				<line choice="HDEFLayoutIDx269"/>
				<line choice="HDEFLayoutIDx387"/>
				<line choice="HDEFLayoutIDx388"/>
				<line choice="HDEFLayoutIDx389"/>
				<line choice="HDEFLayoutIDx392"/>
				<line choice="HDEFLayoutIDx398"/>
				<line choice="HDEFLayoutIDx662"/>
				<line choice="HDEFLayoutIDx663"/>
				<line choice="HDEFLayoutIDx664"/>
				<line choice="HDEFLayoutIDx885"/>
				<line choice="HDEFLayoutIDx887"/>
				<line choice="HDEFLayoutIDx888"/>
				<line choice="HDEFLayoutIDx889"/>
				<line choice="HDEFLayoutIDx892"/>
				<line choice="HDEFLayoutIDx898"/>
				<line choice="HDEFLayoutIDxBD7"/>
			</line>
			<line choice="KernelFlags">
				<line choice="Verbose"/>
				<line choice="Singleusermode"/>
				<line choice="Ignorecaches"/>
				<line choice="Npci"/>
				<line choice="Npci3"/>
				<line choice="WaitingRootDevice"/>
				<line choice="Darkwake"/>
				<line choice="NvdaDrv1"/>
				<line choice="Dart0"/>
			</line>
			<line choice="PowerManagement">
				<line choice="CSTUsingSystemIO"/>
				<line choice="DropSSDT"/>
				<line choice="EnableC2State"/>
				<line choice="EnableC3State"/>
				<line choice="EnableC4State"/>
				<line choice="GenerateCStates"/>
				<line choice="GeneratePStates"/>
			</line>
			<line choice="Resolution">
				<line choice="1024x600x32"/>
				<line choice="1024x768x32"/>
				<line choice="1280x768x32"/>
				<line choice="1280x800x32"/>
				<line choice="1280x960x32"/>
				<line choice="1280x1024x32"/>
				<line choice="1366x768x32"/>
				<line choice="1440x900x32"/>
				<line choice="1600x900x32"/>
				<line choice="1600x1200x32"/>
				<line choice="1680x1050x32"/>
				<line choice="1920x1080x32"/>
				<line choice="1920x1200x32"/>
			</line>
			<line choice="Video">
				<line choice="GraphicsEnabler"/>
				<line choice="UseAtiROM"/>
				<line choice="UseNvidiaROM"/>
				<line choice="VBIOS"/>
			</line>
		</line>
		<line choice="Keymaps">
			<line choice="mac-de"/>
			<line choice="mac-es"/>
			<line choice="mac-fr"/>
			<line choice="mac-it"/>
			<line choice="mac-se"/>
			<line choice="pc-fr"/>
		</line>
		<line choice="Themes">
			<line choice="Bullet"/>
			<line choice="Default"/>
			<line choice="Embed"/>
			<line choice="Legacy"/>
		</line>
		<line choice="Post"/>
	</choices-outline>

	<choice
		id="Pre"
		title="Pre_title"
		description="Pre_description"
		start_visible="false" start_selected="true">
		<pkg-ref id="org.chameleon.pre"/>
	</choice>

	<choice
		id="Core"
		title="Core_title"
		description="Core_description"
		start_visible="false" start_selected="true">
		<pkg-ref id="org.chameleon.core"/>
	</choice>

	<choice
		id="Chameleon"
		title="Chameleon_title"
		description="Chameleon_description">
	</choice>

	<choice
		id="Standard"
		title="Standard_title"
		description="Standard_description"
		start_selected="true"
		selected="!(choices['noboot'].selected)">
		<pkg-ref id="org.chameleon.standard"/>
	</choice>

	<choice
		id="noboot"
		title="noboot_title"
		description="noboot_description"
		start_selected="false"
		selected="!(choices['Standard'].selected)">
		<pkg-ref id="org.chameleon.noboot"/>
	</choice>

	<choice
		id="Module"
		title="Module_title"
		description="Module_description">
	</choice>

	<choice
		id="ACPICodec"
		title="ACPICodec_title"
		description="ACPICodec_description"
		start_selected="false">
		<pkg-ref id="org.chameleon.modules.acpicodec"/>
	</choice>

	<choice
		id="KernelPatcher"
		title="KernelPatcher_title"
		description="KernelPatcher_description"
		start_selected="false">
		<pkg-ref id="org.chameleon.modules.kernelpatcher"/>
	</choice>

	<choice
		id="klibc"
		title="klibc_title"
		description="klibc_description"
		start_selected="false">
		<pkg-ref id="org.chameleon.modules.klibc"/>
	</choice>

	<choice
		id="AutoReso"
		title="AutoReso_title"
		description="AutoReso_description"
		start_selected="false">
		<pkg-ref id="org.chameleon.modules.autoreso"/>
	</choice>

	<choice
		id="HDAEnabler"
		title="HDAEnabler_title"
		description="HDAEnabler_description"
		start_selected="false">
		<pkg-ref id="org.chameleon.modules.hdaenabler"/>
	</choice>

	<choice
		id="FileNVRAM"
		title="FileNVRAM_title"
		description="FileNVRAM_description"
		start_selected="false">
		<pkg-ref id="org.chameleon.modules.filenvram"/>
	</choice>

	<choice
		id="Sata"
		title="Sata_title"
		description="Sata_description"
		start_selected="false">
		<pkg-ref id="org.chameleon.modules.sata"/>
	</choice>

	<choice
		id="uClibc"
		title="uClibc_title"
		description="uClibc_description"
		start_selected="false">
		<pkg-ref id="org.chameleon.modules.uclibc"/>
		<pkg-ref id="org.chameleon.modules.klibc"/>
	</choice>

	<choice
		id="Options"
		title="Options_title"
		description="Options_description">
	</choice>

	<choice
		id="Audio"
		title="Audio_title"
		description="Audio_description">
	</choice>

	<choice
		id="EnableHDMIAudio"
		title="EnableHDMIAudio_title"
		description="EnableHDMIAudio_description"
		start_selected="check_chameleon_bool_option('EnableHDMIAudio','Yes')">
		<pkg-ref id="org.chameleon.options.audio.enablehdmiaudio"/>
	</choice>

	<choice
		id="Control"
		title="Control_title"
		description="Control_description">
	</choice>

	<choice
		id="BootBanner"
		title="BootBanner_title"
		description="BootBanner_description"
		start_selected="check_chameleon_bool_option('Boot Banner','No')">
		<pkg-ref id="org.chameleon.options.control.bootbanner"/>
	</choice>

	<choice
		id="GUI"
		title="GUI_title"
		description="GUI_description"
		start_selected="check_chameleon_bool_option('GUI','No')">
		<pkg-ref id="org.chameleon.options.control.gui"/>
	</choice>

	<choice
		id="LegacyLogo"
		title="LegacyLogo_title"
		description="LegacyLogo_description"
		start_selected="check_chameleon_bool_option('Legacy Logo','Yes')">
		<pkg-ref id="org.chameleon.options.control.legacylogo"/>
	</choice>

	<choice
		id="InstantMenu"
		title="InstantMenu_title"
		description="InstantMenu_description"
		start_selected="check_chameleon_bool_option('Instant Menu','Yes')">
		<pkg-ref id="org.chameleon.options.control.instantmenu"/>
	</choice>

	<choice
		id="QuietBoot"
		title="QuietBoot_title"
		description="QuietBoot_description"
		start_selected="check_chameleon_bool_option('QuietBoot','Yes')">
		<pkg-ref id="org.chameleon.options.control.quietboot"/>
	</choice>

	<choice
		id="ShowInfo"
		title="ShowInfo_title"
		description="ShowInfo_description"
		start_selected="check_chameleon_bool_option('ShowInfo','Yes')">
		<pkg-ref id="org.chameleon.options.control.showinfo"/>
	</choice>

	<choice
		id="Wait"
		title="Wait_title"
		description="Wait_description"
		start_selected="check_chameleon_bool_option('Wait','Yes')">
		<pkg-ref id="org.chameleon.options.control.wait"/>
	</choice>

	<choice
		id="General"
		title="General_title"
		description="General_description">
	</choice>

	<choice
		id="arch"
		title="arch_title"
		description="arch_description"
		start_selected="check_chameleon_text_option('arch','i386')">
		<pkg-ref id="org.chameleon.options.general.arch"/>
	</choice>

	<choice
		id="EHCIacquire"
		title="EHCIacquire_title"
		description="EHCIacquire_description"
		start_selected="check_chameleon_bool_option('EHCIacquire','Yes')">
		<pkg-ref id="org.chameleon.options.general.ehciacquire"/>
	</choice>

	<choice
		id="EthernetBuiltIn"
		title="EthernetBuiltIn_title"
		description="EthernetBuiltIn_description"
		start_selected="check_chameleon_bool_option('EthernetBuiltIn','Yes')">
		<pkg-ref id="org.chameleon.options.general.ethernetbuiltin"/>
	</choice>

	<choice
		id="ForceHPET"
		title="ForceHPET_title"
		description="ForceHPET_description"
		start_selected="check_chameleon_bool_option('ForceHPET','Yes')">
		<pkg-ref id="org.chameleon.options.general.forcehpet"/>
	</choice>

	<choice
		id="ForceWake"
		title="ForceWake_title"
		description="ForceWake_description"
		start_selected="check_chameleon_bool_option('ForceWake','Yes')">
		<pkg-ref id="org.chameleon.options.general.forcewake"/>
	</choice>

	<choice
		id="RestartFix"
		title="RestartFix_title"
		description="RestartFix_description"
		start_selected="check_chameleon_bool_option('RestartFix','No')">
		<pkg-ref id="org.chameleon.options.general.restartfix"/>
	</choice>

	<choice
		id="UHCIreset"
		title="UHCIreset_title"
		description="UHCIreset_description"
		start_selected="check_chameleon_bool_option('UHCIreset','Yes')">
		<pkg-ref id="org.chameleon.options.general.uhcireset"/>
	</choice>

	<choice
		id="UseMemDetect"
		title="UseMemDetect_title"
		description="UseMemDetect_description"
		start_selected="check_chameleon_bool_option('UseMemDetect','No')">
		<pkg-ref id="org.chameleon.options.general.usememdetect"/>
	</choice>

	<choice
		id="UseKernelCache"
		title="UseKernelCache_title"
		description="UseKernelCache_description"
		start_selected="check_chameleon_bool_option('UseKernelCache','Yes')">
		<pkg-ref id="org.chameleon.options.general.usekernelcache"/>
	</choice>

	<choice
		id="Wake"
		title="Wake_title"
		description="Wake_description"
		start_selected="check_chameleon_bool_option('Wake','Yes')">
		<pkg-ref id="org.chameleon.options.general.wake"/>
	</choice>

	<choice
		id="HDAULayout"
		title="HDAULayout_title"
		description="HDAULayout_description">
	</choice>

	<choice
		id="HDAULayoutIDx01"
		title="HDAULayoutIDx01_title"
		description="HDAULayoutIDx01_description"
		start_selected="check_chameleon_text_option('HDAULayoutID','01000000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDAULayoutIDx02'].selected || choices['HDAULayoutIDx03'].selected || choices['HDAULayoutIDx12'].selected || choices['HDAULayoutIDx32'].selected || choices['HDAULayoutIDx40'].selected || choices['HDAULayoutIDx65'].selected || choices['HDAULayoutIDx99'].selected || choices['HDAULayoutIDx269'].selected || choices['HDAULayoutIDx387'].selected || choices['HDAULayoutIDx388'].selected || choices['HDAULayoutIDx389'].selected || choices['HDAULayoutIDx392'].selected || choices['HDAULayoutIDx398'].selected || choices['HDAULayoutIDx662'].selected || choices['HDAULayoutIDx663'].selected || choices['HDAULayoutIDx664'].selected || choices['HDAULayoutIDx885'].selected || choices['HDAULayoutIDx887'].selected || choices['HDAULayoutIDx888'].selected || choices['HDAULayoutIDx889'].selected || choices['HDAULayoutIDx892'].selected || choices['HDAULayoutIDx898'].selected || choices['HDAULayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx01"/>
	</choice>

	<choice
		id="HDAULayoutIDx02"
		title="HDAULayoutIDx02_title"
		description="HDAULayoutIDx02_description"
		start_selected="check_chameleon_text_option('HDAULayoutID','02000000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDAULayoutIDx01'].selected || choices['HDAULayoutIDx03'].selected || choices['HDAULayoutIDx12'].selected || choices['HDAULayoutIDx32'].selected || choices['HDAULayoutIDx40'].selected || choices['HDAULayoutIDx65'].selected || choices['HDAULayoutIDx99'].selected || choices['HDAULayoutIDx269'].selected || choices['HDAULayoutIDx387'].selected || choices['HDAULayoutIDx388'].selected || choices['HDAULayoutIDx389'].selected || choices['HDAULayoutIDx392'].selected || choices['HDAULayoutIDx398'].selected || choices['HDAULayoutIDx662'].selected || choices['HDAULayoutIDx663'].selected || choices['HDAULayoutIDx664'].selected || choices['HDAULayoutIDx885'].selected || choices['HDAULayoutIDx887'].selected || choices['HDAULayoutIDx888'].selected || choices['HDAULayoutIDx889'].selected || choices['HDAULayoutIDx892'].selected || choices['HDAULayoutIDx898'].selected || choices['HDAULayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx02"/>
	</choice>

	<choice
		id="HDAULayoutIDx03"
		title="HDAULayoutIDx03_title"
		description="HDAULayoutIDx03_description"
		start_selected="check_chameleon_text_option('HDAULayoutID','03000000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDAULayoutIDx01'].selected || choices['HDAULayoutIDx02'].selected || choices['HDAULayoutIDx12'].selected || choices['HDAULayoutIDx32'].selected || choices['HDAULayoutIDx40'].selected || choices['HDAULayoutIDx65'].selected || choices['HDAULayoutIDx99'].selected || choices['HDAULayoutIDx269'].selected || choices['HDAULayoutIDx387'].selected || choices['HDAULayoutIDx388'].selected || choices['HDAULayoutIDx389'].selected || choices['HDAULayoutIDx392'].selected || choices['HDAULayoutIDx398'].selected || choices['HDAULayoutIDx662'].selected || choices['HDAULayoutIDx663'].selected || choices['HDAULayoutIDx664'].selected || choices['HDAULayoutIDx885'].selected || choices['HDAULayoutIDx887'].selected || choices['HDAULayoutIDx888'].selected || choices['HDAULayoutIDx889'].selected || choices['HDAULayoutIDx892'].selected || choices['HDAULayoutIDx898'].selected || choices['HDAULayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx03"/>
	</choice>

	<choice
		id="HDAULayoutIDx12"
		title="HDAULayoutIDx12_title"
		description="HDAULayoutIDx12_description"
		start_selected="check_chameleon_text_option('HDAULayoutID','0C000000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDAULayoutIDx01'].selected || choices['HDAULayoutIDx02'].selected || choices['HDAULayoutIDx03'].selected || choices['HDAULayoutIDx32'].selected || choices['HDAULayoutIDx40'].selected || choices['HDAULayoutIDx65'].selected || choices['HDAULayoutIDx99'].selected || choices['HDAULayoutIDx269'].selected || choices['HDAULayoutIDx387'].selected || choices['HDAULayoutIDx388'].selected || choices['HDAULayoutIDx389'].selected || choices['HDAULayoutIDx392'].selected || choices['HDAULayoutIDx398'].selected || choices['HDAULayoutIDx662'].selected || choices['HDAULayoutIDx663'].selected || choices['HDAULayoutIDx664'].selected || choices['HDAULayoutIDx885'].selected || choices['HDAULayoutIDx887'].selected || choices['HDAULayoutIDx888'].selected || choices['HDAULayoutIDx889'].selected || choices['HDAULayoutIDx892'].selected || choices['HDAULayoutIDx898'].selected || choices['HDAULayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx12"/>
	</choice>

	<choice
		id="HDAULayoutIDx32"
		title="HDAULayoutIDx32_title"
		description="HDAULayoutIDx32_description"
		start_selected="check_chameleon_text_option('HDAULayoutID','20000000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDAULayoutIDx01'].selected || choices['HDAULayoutIDx02'].selected || choices['HDAULayoutIDx03'].selected || choices['HDAULayoutIDx12'].selected || choices['HDAULayoutIDx40'].selected || choices['HDAULayoutIDx65'].selected || choices['HDAULayoutIDx99'].selected || choices['HDAULayoutIDx269'].selected || choices['HDAULayoutIDx387'].selected || choices['HDAULayoutIDx388'].selected || choices['HDAULayoutIDx389'].selected || choices['HDAULayoutIDx392'].selected || choices['HDAULayoutIDx398'].selected || choices['HDAULayoutIDx662'].selected || choices['HDAULayoutIDx663'].selected || choices['HDAULayoutIDx664'].selected || choices['HDAULayoutIDx885'].selected || choices['HDAULayoutIDx887'].selected || choices['HDAULayoutIDx888'].selected || choices['HDAULayoutIDx889'].selected || choices['HDAULayoutIDx892'].selected || choices['HDAULayoutIDx898'].selected || choices['HDAULayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx32"/>
	</choice>

	<choice
		id="HDAULayoutIDx40"
		title="HDAULayoutIDx40_title"
		description="HDAULayoutIDx40_description"
		start_selected="check_chameleon_text_option('HDAULayoutID','28000000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDAULayoutIDx01'].selected || choices['HDAULayoutIDx02'].selected || choices['HDAULayoutIDx03'].selected || choices['HDAULayoutIDx12'].selected || choices['HDAULayoutIDx32'].selected || choices['HDAULayoutIDx65'].selected || choices['HDAULayoutIDx99'].selected || choices['HDAULayoutIDx269'].selected || choices['HDAULayoutIDx387'].selected || choices['HDAULayoutIDx388'].selected || choices['HDAULayoutIDx389'].selected || choices['HDAULayoutIDx392'].selected || choices['HDAULayoutIDx398'].selected || choices['HDAULayoutIDx662'].selected || choices['HDAULayoutIDx663'].selected || choices['HDAULayoutIDx664'].selected || choices['HDAULayoutIDx885'].selected || choices['HDAULayoutIDx887'].selected || choices['HDAULayoutIDx888'].selected || choices['HDAULayoutIDx889'].selected || choices['HDAULayoutIDx892'].selected || choices['HDAULayoutIDx898'].selected || choices['HDAULayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx40"/>
	</choice>

	<choice
		id="HDAULayoutIDx65"
		title="HDAULayoutIDx65_title"
		description="HDAULayoutIDx65_description"
		start_selected="check_chameleon_text_option('HDAULayoutID','41000000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDAULayoutIDx01'].selected || choices['HDAULayoutIDx02'].selected || choices['HDAULayoutIDx03'].selected || choices['HDAULayoutIDx12'].selected || choices['HDAULayoutIDx32'].selected || choices['HDAULayoutIDx40'].selected || choices['HDAULayoutIDx99'].selected || choices['HDAULayoutIDx269'].selected || choices['HDAULayoutIDx387'].selected || choices['HDAULayoutIDx388'].selected || choices['HDAULayoutIDx389'].selected || choices['HDAULayoutIDx392'].selected || choices['HDAULayoutIDx398'].selected || choices['HDAULayoutIDx662'].selected || choices['HDAULayoutIDx663'].selected || choices['HDAULayoutIDx664'].selected || choices['HDAULayoutIDx885'].selected || choices['HDAULayoutIDx887'].selected || choices['HDAULayoutIDx888'].selected || choices['HDAULayoutIDx889'].selected || choices['HDAULayoutIDx892'].selected || choices['HDAULayoutIDx898'].selected || choices['HDAULayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx65"/>
	</choice>

	<choice
		id="HDAULayoutIDx99"
		title="HDAULayoutIDx99_title"
		description="HDAULayoutIDx99_description"
		start_selected="check_chameleon_text_option('HDAULayoutID','63000000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDAULayoutIDx01'].selected || choices['HDAULayoutIDx02'].selected || choices['HDAULayoutIDx03'].selected || choices['HDAULayoutIDx12'].selected || choices['HDAULayoutIDx32'].selected || choices['HDAULayoutIDx40'].selected || choices['HDAULayoutIDx65'].selected || choices['HDAULayoutIDx269'].selected || choices['HDAULayoutIDx387'].selected || choices['HDAULayoutIDx388'].selected || choices['HDAULayoutIDx389'].selected || choices['HDAULayoutIDx392'].selected || choices['HDAULayoutIDx398'].selected || choices['HDAULayoutIDx662'].selected || choices['HDAULayoutIDx663'].selected || choices['HDAULayoutIDx664'].selected || choices['HDAULayoutIDx885'].selected || choices['HDAULayoutIDx887'].selected || choices['HDAULayoutIDx888'].selected || choices['HDAULayoutIDx889'].selected || choices['HDAULayoutIDx892'].selected || choices['HDAULayoutIDx898'].selected || choices['HDAULayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx99"/>
	</choice>

	<choice
		id="HDAULayoutIDx269"
		title="HDAULayoutIDx269_title"
		description="HDAULayoutIDx269_description"
		start_selected="check_chameleon_text_option('HDAULayoutID','0D010000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDAULayoutIDx01'].selected || choices['HDAULayoutIDx02'].selected || choices['HDAULayoutIDx03'].selected || choices['HDAULayoutIDx12'].selected || choices['HDAULayoutIDx32'].selected || choices['HDAULayoutIDx40'].selected || choices['HDAULayoutIDx65'].selected || choices['HDAULayoutIDx99'].selected || choices['HDAULayoutIDx387'].selected || choices['HDAULayoutIDx388'].selected || choices['HDAULayoutIDx389'].selected || choices['HDAULayoutIDx392'].selected || choices['HDAULayoutIDx398'].selected || choices['HDAULayoutIDx662'].selected || choices['HDAULayoutIDx663'].selected || choices['HDAULayoutIDx664'].selected || choices['HDAULayoutIDx885'].selected || choices['HDAULayoutIDx887'].selected || choices['HDAULayoutIDx888'].selected || choices['HDAULayoutIDx889'].selected || choices['HDAULayoutIDx892'].selected || choices['HDAULayoutIDx898'].selected || choices['HDAULayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx269"/>
	</choice>

	<choice
		id="HDAULayoutIDx387"
		title="HDAULayoutIDx387_title"
		description="HDAULayoutIDx387_description"
		start_selected="check_chameleon_text_option('HDAULayoutID','83010000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDAULayoutIDx01'].selected || choices['HDAULayoutIDx02'].selected || choices['HDAULayoutIDx03'].selected || choices['HDAULayoutIDx12'].selected || choices['HDAULayoutIDx32'].selected || choices['HDAULayoutIDx40'].selected || choices['HDAULayoutIDx65'].selected || choices['HDAULayoutIDx99'].selected || choices['HDAULayoutIDx269'].selected || choices['HDAULayoutIDx388'].selected || choices['HDAULayoutIDx389'].selected || choices['HDAULayoutIDx392'].selected || choices['HDAULayoutIDx398'].selected || choices['HDAULayoutIDx662'].selected || choices['HDAULayoutIDx663'].selected || choices['HDAULayoutIDx664'].selected || choices['HDAULayoutIDx885'].selected || choices['HDAULayoutIDx887'].selected || choices['HDAULayoutIDx888'].selected || choices['HDAULayoutIDx889'].selected || choices['HDAULayoutIDx892'].selected || choices['HDAULayoutIDx898'].selected || choices['HDAULayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx387"/>
	</choice>

	<choice
		id="HDAULayoutIDx388"
		title="HDAULayoutIDx388_title"
		description="HDAULayoutIDx388_description"
		start_selected="check_chameleon_text_option('HDAULayoutID','84010000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDAULayoutIDx01'].selected || choices['HDAULayoutIDx02'].selected || choices['HDAULayoutIDx03'].selected || choices['HDAULayoutIDx12'].selected || choices['HDAULayoutIDx32'].selected || choices['HDAULayoutIDx40'].selected || choices['HDAULayoutIDx65'].selected || choices['HDAULayoutIDx99'].selected || choices['HDAULayoutIDx269'].selected || choices['HDAULayoutIDx387'].selected || choices['HDAULayoutIDx389'].selected || choices['HDAULayoutIDx392'].selected || choices['HDAULayoutIDx398'].selected || choices['HDAULayoutIDx662'].selected || choices['HDAULayoutIDx663'].selected || choices['HDAULayoutIDx664'].selected || choices['HDAULayoutIDx885'].selected || choices['HDAULayoutIDx887'].selected || choices['HDAULayoutIDx888'].selected || choices['HDAULayoutIDx889'].selected || choices['HDAULayoutIDx892'].selected || choices['HDAULayoutIDx898'].selected || choices['HDAULayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx388"/>
	</choice>

	<choice
		id="HDAULayoutIDx389"
		title="HDAULayoutIDx389_title"
		description="HDAULayoutIDx389_description"
		start_selected="check_chameleon_text_option('HDAULayoutID','85010000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDAULayoutIDx01'].selected || choices['HDAULayoutIDx02'].selected || choices['HDAULayoutIDx03'].selected || choices['HDAULayoutIDx12'].selected || choices['HDAULayoutIDx32'].selected || choices['HDAULayoutIDx40'].selected || choices['HDAULayoutIDx65'].selected || choices['HDAULayoutIDx99'].selected || choices['HDAULayoutIDx269'].selected || choices['HDAULayoutIDx387'].selected || choices['HDAULayoutIDx388'].selected || choices['HDAULayoutIDx392'].selected || choices['HDAULayoutIDx398'].selected || choices['HDAULayoutIDx662'].selected || choices['HDAULayoutIDx663'].selected || choices['HDAULayoutIDx664'].selected || choices['HDAULayoutIDx885'].selected || choices['HDAULayoutIDx887'].selected || choices['HDAULayoutIDx888'].selected || choices['HDAULayoutIDx889'].selected || choices['HDAULayoutIDx892'].selected || choices['HDAULayoutIDx898'].selected || choices['HDAULayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx389"/>
	</choice>

	<choice
		id="HDAULayoutIDx392"
		title="HDAULayoutIDx392_title"
		description="HDAULayoutIDx392_description"
		start_selected="check_chameleon_text_option('HDAULayoutID','88010000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDAULayoutIDx01'].selected || choices['HDAULayoutIDx02'].selected || choices['HDAULayoutIDx03'].selected || choices['HDAULayoutIDx12'].selected || choices['HDAULayoutIDx32'].selected || choices['HDAULayoutIDx40'].selected || choices['HDAULayoutIDx65'].selected || choices['HDAULayoutIDx99'].selected || choices['HDAULayoutIDx269'].selected || choices['HDAULayoutIDx387'].selected || choices['HDAULayoutIDx388'].selected || choices['HDAULayoutIDx389'].selected || choices['HDAULayoutIDx398'].selected || choices['HDAULayoutIDx662'].selected || choices['HDAULayoutIDx663'].selected || choices['HDAULayoutIDx664'].selected || choices['HDAULayoutIDx885'].selected || choices['HDAULayoutIDx887'].selected || choices['HDAULayoutIDx888'].selected || choices['HDAULayoutIDx889'].selected || choices['HDAULayoutIDx892'].selected || choices['HDAULayoutIDx898'].selected || choices['HDAULayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx392"/>
	</choice>

	<choice
		id="HDAULayoutIDx398"
		title="HDAULayoutIDx398_title"
		description="HDAULayoutIDx398_description"
		start_selected="check_chameleon_text_option('HDAULayoutID','8E010000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDAULayoutIDx01'].selected || choices['HDAULayoutIDx02'].selected || choices['HDAULayoutIDx03'].selected || choices['HDAULayoutIDx12'].selected || choices['HDAULayoutIDx32'].selected || choices['HDAULayoutIDx40'].selected || choices['HDAULayoutIDx65'].selected || choices['HDAULayoutIDx99'].selected || choices['HDAULayoutIDx269'].selected || choices['HDAULayoutIDx387'].selected || choices['HDAULayoutIDx388'].selected || choices['HDAULayoutIDx389'].selected || choices['HDAULayoutIDx392'].selected || choices['HDAULayoutIDx662'].selected || choices['HDAULayoutIDx663'].selected || choices['HDAULayoutIDx664'].selected || choices['HDAULayoutIDx885'].selected || choices['HDAULayoutIDx887'].selected || choices['HDAULayoutIDx888'].selected || choices['HDAULayoutIDx889'].selected || choices['HDAULayoutIDx892'].selected || choices['HDAULayoutIDx898'].selected || choices['HDAULayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx398"/>
	</choice>

	<choice
		id="HDAULayoutIDx662"
		title="HDAULayoutIDx662_title"
		description="HDAULayoutIDx662_description"
		start_selected="check_chameleon_text_option('HDAULayoutID','96020000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDAULayoutIDx01'].selected || choices['HDAULayoutIDx02'].selected || choices['HDAULayoutIDx03'].selected || choices['HDAULayoutIDx12'].selected || choices['HDAULayoutIDx32'].selected || choices['HDAULayoutIDx40'].selected || choices['HDAULayoutIDx65'].selected || choices['HDAULayoutIDx99'].selected || choices['HDAULayoutIDx269'].selected || choices['HDAULayoutIDx387'].selected || choices['HDAULayoutIDx388'].selected || choices['HDAULayoutIDx389'].selected || choices['HDAULayoutIDx392'].selected || choices['HDAULayoutIDx398'].selected || choices['HDAULayoutIDx663'].selected || choices['HDAULayoutIDx664'].selected || choices['HDAULayoutIDx885'].selected || choices['HDAULayoutIDx887'].selected || choices['HDAULayoutIDx888'].selected || choices['HDAULayoutIDx889'].selected || choices['HDAULayoutIDx892'].selected || choices['HDAULayoutIDx898'].selected || choices['HDAULayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx662"/>
	</choice>

	<choice
		id="HDAULayoutIDx663"
		title="HDAULayoutIDx663_title"
		description="HDAULayoutIDx663_description"
		start_selected="check_chameleon_text_option('HDAULayoutID','97020000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDAULayoutIDx01'].selected || choices['HDAULayoutIDx02'].selected || choices['HDAULayoutIDx03'].selected || choices['HDAULayoutIDx12'].selected || choices['HDAULayoutIDx32'].selected || choices['HDAULayoutIDx40'].selected || choices['HDAULayoutIDx65'].selected || choices['HDAULayoutIDx99'].selected || choices['HDAULayoutIDx269'].selected || choices['HDAULayoutIDx387'].selected || choices['HDAULayoutIDx388'].selected || choices['HDAULayoutIDx389'].selected || choices['HDAULayoutIDx392'].selected || choices['HDAULayoutIDx398'].selected || choices['HDAULayoutIDx662'].selected || choices['HDAULayoutIDx664'].selected || choices['HDAULayoutIDx885'].selected || choices['HDAULayoutIDx887'].selected || choices['HDAULayoutIDx888'].selected || choices['HDAULayoutIDx889'].selected || choices['HDAULayoutIDx892'].selected || choices['HDAULayoutIDx898'].selected || choices['HDAULayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx663"/>
	</choice>

	<choice
		id="HDAULayoutIDx664"
		title="HDAULayoutIDx664_title"
		description="HDAULayoutIDx664_description"
		start_selected="check_chameleon_text_option('HDAULayoutID','98020000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDAULayoutIDx01'].selected || choices['HDAULayoutIDx02'].selected || choices['HDAULayoutIDx03'].selected || choices['HDAULayoutIDx12'].selected || choices['HDAULayoutIDx32'].selected || choices['HDAULayoutIDx40'].selected || choices['HDAULayoutIDx65'].selected || choices['HDAULayoutIDx99'].selected || choices['HDAULayoutIDx269'].selected || choices['HDAULayoutIDx387'].selected || choices['HDAULayoutIDx388'].selected || choices['HDAULayoutIDx389'].selected || choices['HDAULayoutIDx392'].selected || choices['HDAULayoutIDx398'].selected || choices['HDAULayoutIDx662'].selected || choices['HDAULayoutIDx663'].selected || choices['HDAULayoutIDx885'].selected || choices['HDAULayoutIDx887'].selected || choices['HDAULayoutIDx888'].selected || choices['HDAULayoutIDx889'].selected || choices['HDAULayoutIDx892'].selected || choices['HDAULayoutIDx898'].selected || choices['HDAULayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx664"/>
	</choice>

	<choice
		id="HDAULayoutIDx885"
		title="HDAULayoutIDx885_title"
		description="HDAULayoutIDx885_description"
		start_selected="check_chameleon_text_option('HDAULayoutID','75030000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDAULayoutIDx01'].selected || choices['HDAULayoutIDx02'].selected || choices['HDAULayoutIDx03'].selected || choices['HDAULayoutIDx12'].selected || choices['HDAULayoutIDx32'].selected || choices['HDAULayoutIDx40'].selected || choices['HDAULayoutIDx65'].selected || choices['HDAULayoutIDx99'].selected || choices['HDAULayoutIDx269'].selected || choices['HDAULayoutIDx387'].selected || choices['HDAULayoutIDx388'].selected || choices['HDAULayoutIDx389'].selected || choices['HDAULayoutIDx392'].selected || choices['HDAULayoutIDx398'].selected || choices['HDAULayoutIDx662'].selected || choices['HDAULayoutIDx663'].selected || choices['HDAULayoutIDx664'].selected || choices['HDAULayoutIDx887'].selected || choices['HDAULayoutIDx888'].selected || choices['HDAULayoutIDx889'].selected || choices['HDAULayoutIDx892'].selected || choices['HDAULayoutIDx898'].selected || choices['HDAULayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx885"/>
	</choice>

	<choice
		id="HDAULayoutIDx887"
		title="HDAULayoutIDx887_title"
		description="HDAULayoutIDx887_description"
		start_selected="check_chameleon_text_option('HDAULayoutID','77030000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDAULayoutIDx01'].selected || choices['HDAULayoutIDx02'].selected || choices['HDAULayoutIDx03'].selected || choices['HDAULayoutIDx12'].selected || choices['HDAULayoutIDx32'].selected || choices['HDAULayoutIDx40'].selected || choices['HDAULayoutIDx65'].selected || choices['HDAULayoutIDx99'].selected || choices['HDAULayoutIDx269'].selected || choices['HDAULayoutIDx387'].selected || choices['HDAULayoutIDx388'].selected || choices['HDAULayoutIDx389'].selected || choices['HDAULayoutIDx392'].selected || choices['HDAULayoutIDx398'].selected || choices['HDAULayoutIDx662'].selected || choices['HDAULayoutIDx663'].selected || choices['HDAULayoutIDx664'].selected || choices['HDAULayoutIDx885'].selected || choices['HDAULayoutIDx888'].selected || choices['HDAULayoutIDx889'].selected || choices['HDAULayoutIDx892'].selected || choices['HDAULayoutIDx898'].selected || choices['HDAULayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx887"/>
	</choice>

	<choice
		id="HDAULayoutIDx888"
		title="HDAULayoutIDx888_title"
		description="HDAULayoutIDx888_description"
		start_selected="check_chameleon_text_option('HDAULayoutID','78030000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDAULayoutIDx01'].selected || choices['HDAULayoutIDx02'].selected || choices['HDAULayoutIDx03'].selected || choices['HDAULayoutIDx12'].selected || choices['HDAULayoutIDx32'].selected || choices['HDAULayoutIDx40'].selected || choices['HDAULayoutIDx65'].selected || choices['HDAULayoutIDx99'].selected || choices['HDAULayoutIDx269'].selected || choices['HDAULayoutIDx387'].selected || choices['HDAULayoutIDx388'].selected || choices['HDAULayoutIDx389'].selected || choices['HDAULayoutIDx392'].selected || choices['HDAULayoutIDx398'].selected || choices['HDAULayoutIDx662'].selected || choices['HDAULayoutIDx663'].selected || choices['HDAULayoutIDx664'].selected || choices['HDAULayoutIDx885'].selected || choices['HDAULayoutIDx887'].selected || choices['HDAULayoutIDx889'].selected || choices['HDAULayoutIDx892'].selected || choices['HDAULayoutIDx898'].selected || choices['HDAULayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx888"/>
	</choice>

	<choice
		id="HDAULayoutIDx889"
		title="HDAULayoutIDx889_title"
		description="HDAULayoutIDx889_description"
		start_selected="check_chameleon_text_option('HDAULayoutID','79030000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDAULayoutIDx01'].selected || choices['HDAULayoutIDx02'].selected || choices['HDAULayoutIDx03'].selected || choices['HDAULayoutIDx12'].selected || choices['HDAULayoutIDx32'].selected || choices['HDAULayoutIDx40'].selected || choices['HDAULayoutIDx65'].selected || choices['HDAULayoutIDx99'].selected || choices['HDAULayoutIDx269'].selected || choices['HDAULayoutIDx387'].selected || choices['HDAULayoutIDx388'].selected || choices['HDAULayoutIDx389'].selected || choices['HDAULayoutIDx392'].selected || choices['HDAULayoutIDx398'].selected || choices['HDAULayoutIDx662'].selected || choices['HDAULayoutIDx663'].selected || choices['HDAULayoutIDx664'].selected || choices['HDAULayoutIDx885'].selected || choices['HDAULayoutIDx887'].selected || choices['HDAULayoutIDx888'].selected || choices['HDAULayoutIDx892'].selected || choices['HDAULayoutIDx898'].selected || choices['HDAULayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx889"/>
	</choice>

	<choice
		id="HDAULayoutIDx892"
		title="HDAULayoutIDx892_title"
		description="HDAULayoutIDx892_description"
		start_selected="check_chameleon_text_option('HDAULayoutID','7C030000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDAULayoutIDx01'].selected || choices['HDAULayoutIDx02'].selected || choices['HDAULayoutIDx03'].selected || choices['HDAULayoutIDx12'].selected || choices['HDAULayoutIDx32'].selected || choices['HDAULayoutIDx40'].selected || choices['HDAULayoutIDx65'].selected || choices['HDAULayoutIDx99'].selected || choices['HDAULayoutIDx269'].selected || choices['HDAULayoutIDx387'].selected || choices['HDAULayoutIDx388'].selected || choices['HDAULayoutIDx389'].selected || choices['HDAULayoutIDx392'].selected || choices['HDAULayoutIDx398'].selected || choices['HDAULayoutIDx662'].selected || choices['HDAULayoutIDx663'].selected || choices['HDAULayoutIDx664'].selected || choices['HDAULayoutIDx885'].selected || choices['HDAULayoutIDx887'].selected || choices['HDAULayoutIDx888'].selected || choices['HDAULayoutIDx889'].selected || choices['HDAULayoutIDx898'].selected || choices['HDAULayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx892"/>
	</choice>

	<choice
		id="HDAULayoutIDx898"
		title="HDAULayoutIDx898_title"
		description="HDAULayoutIDx898_description"
		start_selected="check_chameleon_text_option('HDAULayoutID','82030000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDAULayoutIDx01'].selected || choices['HDAULayoutIDx02'].selected || choices['HDAULayoutIDx03'].selected || choices['HDAULayoutIDx12'].selected || choices['HDAULayoutIDx32'].selected || choices['HDAULayoutIDx40'].selected || choices['HDAULayoutIDx65'].selected || choices['HDAULayoutIDx99'].selected || choices['HDAULayoutIDx269'].selected || choices['HDAULayoutIDx387'].selected || choices['HDAULayoutIDx388'].selected || choices['HDAULayoutIDx389'].selected || choices['HDAULayoutIDx392'].selected || choices['HDAULayoutIDx398'].selected || choices['HDAULayoutIDx662'].selected || choices['HDAULayoutIDx663'].selected || choices['HDAULayoutIDx664'].selected || choices['HDAULayoutIDx885'].selected || choices['HDAULayoutIDx887'].selected || choices['HDAULayoutIDx888'].selected || choices['HDAULayoutIDx889'].selected || choices['HDAULayoutIDx892'].selected || choices['HDAULayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx898"/>
	</choice>

	<choice
		id="HDAULayoutIDxBD7"
		title="HDAULayoutIDxBD7_title"
		description="HDAULayoutIDxBD7_description"
		start_selected="check_chameleon_text_option('HDAULayoutID','BD070000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDAULayoutIDx01'].selected || choices['HDAULayoutIDx02'].selected || choices['HDAULayoutIDx03'].selected || choices['HDAULayoutIDx12'].selected || choices['HDAULayoutIDx32'].selected || choices['HDAULayoutIDx40'].selected || choices['HDAULayoutIDx65'].selected || choices['HDAULayoutIDx99'].selected || choices['HDAULayoutIDx269'].selected || choices['HDAULayoutIDx387'].selected || choices['HDAULayoutIDx388'].selected || choices['HDAULayoutIDx389'].selected || choices['HDAULayoutIDx392'].selected || choices['HDAULayoutIDx398'].selected || choices['HDAULayoutIDx662'].selected || choices['HDAULayoutIDx663'].selected || choices['HDAULayoutIDx664'].selected || choices['HDAULayoutIDx885'].selected || choices['HDAULayoutIDx887'].selected || choices['HDAULayoutIDx888'].selected || choices['HDAULayoutIDx889'].selected || choices['HDAULayoutIDx892'].selected || choices['HDAULayoutIDx898'].selected))">
		<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidxbd7"/>
	</choice>

	<choice
		id="HDEFLayout"
		title="HDEFLayout_title"
		description="HDEFLayout_description">
	</choice>

	<choice
		id="HDEFLayoutIDx01"
		title="HDEFLayoutIDx01_title"
		description="HDEFLayoutIDx01_description"
		start_selected="check_chameleon_text_option('HDEFLayoutID','01000000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDEFLayoutIDx02'].selected || choices['HDEFLayoutIDx03'].selected || choices['HDEFLayoutIDx12'].selected || choices['HDEFLayoutIDx32'].selected || choices['HDEFLayoutIDx40'].selected || choices['HDEFLayoutIDx65'].selected || choices['HDEFLayoutIDx99'].selected || choices['HDEFLayoutIDx269'].selected || choices['HDEFLayoutIDx387'].selected || choices['HDEFLayoutIDx388'].selected || choices['HDEFLayoutIDx389'].selected || choices['HDEFLayoutIDx392'].selected || choices['HDEFLayoutIDx398'].selected || choices['HDEFLayoutIDx662'].selected || choices['HDEFLayoutIDx663'].selected || choices['HDEFLayoutIDx664'].selected || choices['HDEFLayoutIDx885'].selected || choices['HDEFLayoutIDx887'].selected || choices['HDEFLayoutIDx888'].selected || choices['HDEFLayoutIDx889'].selected || choices['HDEFLayoutIDx892'].selected || choices['HDEFLayoutIDx898'].selected || choices['HDEFLayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx01"/>
	</choice>

	<choice
		id="HDEFLayoutIDx02"
		title="HDEFLayoutIDx02_title"
		description="HDEFLayoutIDx02_description"
		start_selected="check_chameleon_text_option('HDEFLayoutID','02000000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDEFLayoutIDx01'].selected || choices['HDEFLayoutIDx03'].selected || choices['HDEFLayoutIDx12'].selected || choices['HDEFLayoutIDx32'].selected || choices['HDEFLayoutIDx40'].selected || choices['HDEFLayoutIDx65'].selected || choices['HDEFLayoutIDx99'].selected || choices['HDEFLayoutIDx269'].selected || choices['HDEFLayoutIDx387'].selected || choices['HDEFLayoutIDx388'].selected || choices['HDEFLayoutIDx389'].selected || choices['HDEFLayoutIDx392'].selected || choices['HDEFLayoutIDx398'].selected || choices['HDEFLayoutIDx662'].selected || choices['HDEFLayoutIDx663'].selected || choices['HDEFLayoutIDx664'].selected || choices['HDEFLayoutIDx885'].selected || choices['HDEFLayoutIDx887'].selected || choices['HDEFLayoutIDx888'].selected || choices['HDEFLayoutIDx889'].selected || choices['HDEFLayoutIDx892'].selected || choices['HDEFLayoutIDx898'].selected || choices['HDEFLayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx02"/>
	</choice>

	<choice
		id="HDEFLayoutIDx03"
		title="HDEFLayoutIDx03_title"
		description="HDEFLayoutIDx03_description"
		start_selected="check_chameleon_text_option('HDEFLayoutID','03000000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDEFLayoutIDx01'].selected || choices['HDEFLayoutIDx02'].selected || choices['HDEFLayoutIDx12'].selected || choices['HDEFLayoutIDx32'].selected || choices['HDEFLayoutIDx40'].selected || choices['HDEFLayoutIDx65'].selected || choices['HDEFLayoutIDx99'].selected || choices['HDEFLayoutIDx269'].selected || choices['HDEFLayoutIDx387'].selected || choices['HDEFLayoutIDx388'].selected || choices['HDEFLayoutIDx389'].selected || choices['HDEFLayoutIDx392'].selected || choices['HDEFLayoutIDx398'].selected || choices['HDEFLayoutIDx662'].selected || choices['HDEFLayoutIDx663'].selected || choices['HDEFLayoutIDx664'].selected || choices['HDEFLayoutIDx885'].selected || choices['HDEFLayoutIDx887'].selected || choices['HDEFLayoutIDx888'].selected || choices['HDEFLayoutIDx889'].selected || choices['HDEFLayoutIDx892'].selected || choices['HDEFLayoutIDx898'].selected || choices['HDEFLayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx03"/>
	</choice>

	<choice
		id="HDEFLayoutIDx12"
		title="HDEFLayoutIDx12_title"
		description="HDEFLayoutIDx12_description"
		start_selected="check_chameleon_text_option('HDEFLayoutID','0C000000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDEFLayoutIDx01'].selected || choices['HDEFLayoutIDx02'].selected || choices['HDEFLayoutIDx03'].selected || choices['HDEFLayoutIDx32'].selected || choices['HDEFLayoutIDx40'].selected || choices['HDEFLayoutIDx65'].selected || choices['HDEFLayoutIDx99'].selected || choices['HDEFLayoutIDx269'].selected || choices['HDEFLayoutIDx387'].selected || choices['HDEFLayoutIDx388'].selected || choices['HDEFLayoutIDx389'].selected || choices['HDEFLayoutIDx392'].selected || choices['HDEFLayoutIDx398'].selected || choices['HDEFLayoutIDx662'].selected || choices['HDEFLayoutIDx663'].selected || choices['HDEFLayoutIDx664'].selected || choices['HDEFLayoutIDx885'].selected || choices['HDEFLayoutIDx887'].selected || choices['HDEFLayoutIDx888'].selected || choices['HDEFLayoutIDx889'].selected || choices['HDEFLayoutIDx892'].selected || choices['HDEFLayoutIDx898'].selected || choices['HDEFLayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx12"/>
	</choice>

	<choice
		id="HDEFLayoutIDx32"
		title="HDEFLayoutIDx32_title"
		description="HDEFLayoutIDx32_description"
		start_selected="check_chameleon_text_option('HDEFLayoutID','20000000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDEFLayoutIDx01'].selected || choices['HDEFLayoutIDx02'].selected || choices['HDEFLayoutIDx03'].selected || choices['HDEFLayoutIDx12'].selected || choices['HDEFLayoutIDx40'].selected || choices['HDEFLayoutIDx65'].selected || choices['HDEFLayoutIDx99'].selected || choices['HDEFLayoutIDx269'].selected || choices['HDEFLayoutIDx387'].selected || choices['HDEFLayoutIDx388'].selected || choices['HDEFLayoutIDx389'].selected || choices['HDEFLayoutIDx392'].selected || choices['HDEFLayoutIDx398'].selected || choices['HDEFLayoutIDx662'].selected || choices['HDEFLayoutIDx663'].selected || choices['HDEFLayoutIDx664'].selected || choices['HDEFLayoutIDx885'].selected || choices['HDEFLayoutIDx887'].selected || choices['HDEFLayoutIDx888'].selected || choices['HDEFLayoutIDx889'].selected || choices['HDEFLayoutIDx892'].selected || choices['HDEFLayoutIDx898'].selected || choices['HDEFLayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx32"/>
	</choice>

	<choice
		id="HDEFLayoutIDx40"
		title="HDEFLayoutIDx40_title"
		description="HDEFLayoutIDx40_description"
		start_selected="check_chameleon_text_option('HDEFLayoutID','28000000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDEFLayoutIDx01'].selected || choices['HDEFLayoutIDx02'].selected || choices['HDEFLayoutIDx03'].selected || choices['HDEFLayoutIDx12'].selected || choices['HDEFLayoutIDx32'].selected || choices['HDEFLayoutIDx65'].selected || choices['HDEFLayoutIDx99'].selected || choices['HDEFLayoutIDx269'].selected || choices['HDEFLayoutIDx387'].selected || choices['HDEFLayoutIDx388'].selected || choices['HDEFLayoutIDx389'].selected || choices['HDEFLayoutIDx392'].selected || choices['HDEFLayoutIDx398'].selected || choices['HDEFLayoutIDx662'].selected || choices['HDEFLayoutIDx663'].selected || choices['HDEFLayoutIDx664'].selected || choices['HDEFLayoutIDx885'].selected || choices['HDEFLayoutIDx887'].selected || choices['HDEFLayoutIDx888'].selected || choices['HDEFLayoutIDx889'].selected || choices['HDEFLayoutIDx892'].selected || choices['HDEFLayoutIDx898'].selected || choices['HDEFLayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx40"/>
	</choice>

	<choice
		id="HDEFLayoutIDx65"
		title="HDEFLayoutIDx65_title"
		description="HDEFLayoutIDx65_description"
		start_selected="check_chameleon_text_option('HDEFLayoutID','41000000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDEFLayoutIDx01'].selected || choices['HDEFLayoutIDx02'].selected || choices['HDEFLayoutIDx03'].selected || choices['HDEFLayoutIDx12'].selected || choices['HDEFLayoutIDx32'].selected || choices['HDEFLayoutIDx40'].selected || choices['HDEFLayoutIDx99'].selected || choices['HDEFLayoutIDx269'].selected || choices['HDEFLayoutIDx387'].selected || choices['HDEFLayoutIDx388'].selected || choices['HDEFLayoutIDx389'].selected || choices['HDEFLayoutIDx392'].selected || choices['HDEFLayoutIDx398'].selected || choices['HDEFLayoutIDx662'].selected || choices['HDEFLayoutIDx663'].selected || choices['HDEFLayoutIDx664'].selected || choices['HDEFLayoutIDx885'].selected || choices['HDEFLayoutIDx887'].selected || choices['HDEFLayoutIDx888'].selected || choices['HDEFLayoutIDx889'].selected || choices['HDEFLayoutIDx892'].selected || choices['HDEFLayoutIDx898'].selected || choices['HDEFLayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx65"/>
	</choice>

	<choice
		id="HDEFLayoutIDx99"
		title="HDEFLayoutIDx99_title"
		description="HDEFLayoutIDx99_description"
		start_selected="check_chameleon_text_option('HDEFLayoutID','63000000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDEFLayoutIDx01'].selected || choices['HDEFLayoutIDx02'].selected || choices['HDEFLayoutIDx03'].selected || choices['HDEFLayoutIDx12'].selected || choices['HDEFLayoutIDx32'].selected || choices['HDEFLayoutIDx40'].selected || choices['HDEFLayoutIDx65'].selected || choices['HDEFLayoutIDx269'].selected || choices['HDEFLayoutIDx387'].selected || choices['HDEFLayoutIDx388'].selected || choices['HDEFLayoutIDx389'].selected || choices['HDEFLayoutIDx392'].selected || choices['HDEFLayoutIDx398'].selected || choices['HDEFLayoutIDx662'].selected || choices['HDEFLayoutIDx663'].selected || choices['HDEFLayoutIDx664'].selected || choices['HDEFLayoutIDx885'].selected || choices['HDEFLayoutIDx887'].selected || choices['HDEFLayoutIDx888'].selected || choices['HDEFLayoutIDx889'].selected || choices['HDEFLayoutIDx892'].selected || choices['HDEFLayoutIDx898'].selected || choices['HDEFLayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx99"/>
	</choice>

	<choice
		id="HDEFLayoutIDx269"
		title="HDEFLayoutIDx269_title"
		description="HDEFLayoutIDx269_description"
		start_selected="check_chameleon_text_option('HDEFLayoutID','0D010000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDEFLayoutIDx01'].selected || choices['HDEFLayoutIDx02'].selected || choices['HDEFLayoutIDx03'].selected || choices['HDEFLayoutIDx12'].selected || choices['HDEFLayoutIDx32'].selected || choices['HDEFLayoutIDx40'].selected || choices['HDEFLayoutIDx65'].selected || choices['HDEFLayoutIDx99'].selected || choices['HDEFLayoutIDx387'].selected || choices['HDEFLayoutIDx388'].selected || choices['HDEFLayoutIDx389'].selected || choices['HDEFLayoutIDx392'].selected || choices['HDEFLayoutIDx398'].selected || choices['HDEFLayoutIDx662'].selected || choices['HDEFLayoutIDx663'].selected || choices['HDEFLayoutIDx664'].selected || choices['HDEFLayoutIDx885'].selected || choices['HDEFLayoutIDx887'].selected || choices['HDEFLayoutIDx888'].selected || choices['HDEFLayoutIDx889'].selected || choices['HDEFLayoutIDx892'].selected || choices['HDEFLayoutIDx898'].selected || choices['HDEFLayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx269"/>
	</choice>

	<choice
		id="HDEFLayoutIDx387"
		title="HDEFLayoutIDx387_title"
		description="HDEFLayoutIDx387_description"
		start_selected="check_chameleon_text_option('HDEFLayoutID','83010000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDEFLayoutIDx01'].selected || choices['HDEFLayoutIDx02'].selected || choices['HDEFLayoutIDx03'].selected || choices['HDEFLayoutIDx12'].selected || choices['HDEFLayoutIDx32'].selected || choices['HDEFLayoutIDx40'].selected || choices['HDEFLayoutIDx65'].selected || choices['HDEFLayoutIDx99'].selected || choices['HDEFLayoutIDx269'].selected || choices['HDEFLayoutIDx388'].selected || choices['HDEFLayoutIDx389'].selected || choices['HDEFLayoutIDx392'].selected || choices['HDEFLayoutIDx398'].selected || choices['HDEFLayoutIDx662'].selected || choices['HDEFLayoutIDx663'].selected || choices['HDEFLayoutIDx664'].selected || choices['HDEFLayoutIDx885'].selected || choices['HDEFLayoutIDx887'].selected || choices['HDEFLayoutIDx888'].selected || choices['HDEFLayoutIDx889'].selected || choices['HDEFLayoutIDx892'].selected || choices['HDEFLayoutIDx898'].selected || choices['HDEFLayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx387"/>
	</choice>

	<choice
		id="HDEFLayoutIDx388"
		title="HDEFLayoutIDx388_title"
		description="HDEFLayoutIDx388_description"
		start_selected="check_chameleon_text_option('HDEFLayoutID','84010000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDEFLayoutIDx01'].selected || choices['HDEFLayoutIDx02'].selected || choices['HDEFLayoutIDx03'].selected || choices['HDEFLayoutIDx12'].selected || choices['HDEFLayoutIDx32'].selected || choices['HDEFLayoutIDx40'].selected || choices['HDEFLayoutIDx65'].selected || choices['HDEFLayoutIDx99'].selected || choices['HDEFLayoutIDx269'].selected || choices['HDEFLayoutIDx387'].selected || choices['HDEFLayoutIDx389'].selected || choices['HDEFLayoutIDx392'].selected || choices['HDEFLayoutIDx398'].selected || choices['HDEFLayoutIDx662'].selected || choices['HDEFLayoutIDx663'].selected || choices['HDEFLayoutIDx664'].selected || choices['HDEFLayoutIDx885'].selected || choices['HDEFLayoutIDx887'].selected || choices['HDEFLayoutIDx888'].selected || choices['HDEFLayoutIDx889'].selected || choices['HDEFLayoutIDx892'].selected || choices['HDEFLayoutIDx898'].selected || choices['HDEFLayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx388"/>
	</choice>

	<choice
		id="HDEFLayoutIDx389"
		title="HDEFLayoutIDx389_title"
		description="HDEFLayoutIDx389_description"
		start_selected="check_chameleon_text_option('HDEFLayoutID','85010000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDEFLayoutIDx01'].selected || choices['HDEFLayoutIDx02'].selected || choices['HDEFLayoutIDx03'].selected || choices['HDEFLayoutIDx12'].selected || choices['HDEFLayoutIDx32'].selected || choices['HDEFLayoutIDx40'].selected || choices['HDEFLayoutIDx65'].selected || choices['HDEFLayoutIDx99'].selected || choices['HDEFLayoutIDx269'].selected || choices['HDEFLayoutIDx387'].selected || choices['HDEFLayoutIDx388'].selected || choices['HDEFLayoutIDx392'].selected || choices['HDEFLayoutIDx398'].selected || choices['HDEFLayoutIDx662'].selected || choices['HDEFLayoutIDx663'].selected || choices['HDEFLayoutIDx664'].selected || choices['HDEFLayoutIDx885'].selected || choices['HDEFLayoutIDx887'].selected || choices['HDEFLayoutIDx888'].selected || choices['HDEFLayoutIDx889'].selected || choices['HDEFLayoutIDx892'].selected || choices['HDEFLayoutIDx898'].selected || choices['HDEFLayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx389"/>
	</choice>

	<choice
		id="HDEFLayoutIDx392"
		title="HDEFLayoutIDx392_title"
		description="HDEFLayoutIDx392_description"
		start_selected="check_chameleon_text_option('HDEFLayoutID','88010000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDEFLayoutIDx01'].selected || choices['HDEFLayoutIDx02'].selected || choices['HDEFLayoutIDx03'].selected || choices['HDEFLayoutIDx12'].selected || choices['HDEFLayoutIDx32'].selected || choices['HDEFLayoutIDx40'].selected || choices['HDEFLayoutIDx65'].selected || choices['HDEFLayoutIDx99'].selected || choices['HDEFLayoutIDx269'].selected || choices['HDEFLayoutIDx387'].selected || choices['HDEFLayoutIDx388'].selected || choices['HDEFLayoutIDx389'].selected || choices['HDEFLayoutIDx398'].selected || choices['HDEFLayoutIDx662'].selected || choices['HDEFLayoutIDx663'].selected || choices['HDEFLayoutIDx664'].selected || choices['HDEFLayoutIDx885'].selected || choices['HDEFLayoutIDx887'].selected || choices['HDEFLayoutIDx888'].selected || choices['HDEFLayoutIDx889'].selected || choices['HDEFLayoutIDx892'].selected || choices['HDEFLayoutIDx898'].selected || choices['HDEFLayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx392"/>
	</choice>

	<choice
		id="HDEFLayoutIDx398"
		title="HDEFLayoutIDx398_title"
		description="HDEFLayoutIDx398_description"
		start_selected="check_chameleon_text_option('HDEFLayoutID','8E010000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDEFLayoutIDx01'].selected || choices['HDEFLayoutIDx02'].selected || choices['HDEFLayoutIDx03'].selected || choices['HDEFLayoutIDx12'].selected || choices['HDEFLayoutIDx32'].selected || choices['HDEFLayoutIDx40'].selected || choices['HDEFLayoutIDx65'].selected || choices['HDEFLayoutIDx99'].selected || choices['HDEFLayoutIDx269'].selected || choices['HDEFLayoutIDx387'].selected || choices['HDEFLayoutIDx388'].selected || choices['HDEFLayoutIDx389'].selected || choices['HDEFLayoutIDx392'].selected || choices['HDEFLayoutIDx662'].selected || choices['HDEFLayoutIDx663'].selected || choices['HDEFLayoutIDx664'].selected || choices['HDEFLayoutIDx885'].selected || choices['HDEFLayoutIDx887'].selected || choices['HDEFLayoutIDx888'].selected || choices['HDEFLayoutIDx889'].selected || choices['HDEFLayoutIDx892'].selected || choices['HDEFLayoutIDx898'].selected || choices['HDEFLayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx398"/>
	</choice>

	<choice
		id="HDEFLayoutIDx662"
		title="HDEFLayoutIDx662_title"
		description="HDEFLayoutIDx662_description"
		start_selected="check_chameleon_text_option('HDEFLayoutID','96020000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDEFLayoutIDx01'].selected || choices['HDEFLayoutIDx02'].selected || choices['HDEFLayoutIDx03'].selected || choices['HDEFLayoutIDx12'].selected || choices['HDEFLayoutIDx32'].selected || choices['HDEFLayoutIDx40'].selected || choices['HDEFLayoutIDx65'].selected || choices['HDEFLayoutIDx99'].selected || choices['HDEFLayoutIDx269'].selected || choices['HDEFLayoutIDx387'].selected || choices['HDEFLayoutIDx388'].selected || choices['HDEFLayoutIDx389'].selected || choices['HDEFLayoutIDx392'].selected || choices['HDEFLayoutIDx398'].selected || choices['HDEFLayoutIDx663'].selected || choices['HDEFLayoutIDx664'].selected || choices['HDEFLayoutIDx885'].selected || choices['HDEFLayoutIDx887'].selected || choices['HDEFLayoutIDx888'].selected || choices['HDEFLayoutIDx889'].selected || choices['HDEFLayoutIDx892'].selected || choices['HDEFLayoutIDx898'].selected || choices['HDEFLayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx662"/>
	</choice>

	<choice
		id="HDEFLayoutIDx663"
		title="HDEFLayoutIDx663_title"
		description="HDEFLayoutIDx663_description"
		start_selected="check_chameleon_text_option('HDEFLayoutID','97020000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDEFLayoutIDx01'].selected || choices['HDEFLayoutIDx02'].selected || choices['HDEFLayoutIDx03'].selected || choices['HDEFLayoutIDx12'].selected || choices['HDEFLayoutIDx32'].selected || choices['HDEFLayoutIDx40'].selected || choices['HDEFLayoutIDx65'].selected || choices['HDEFLayoutIDx99'].selected || choices['HDEFLayoutIDx269'].selected || choices['HDEFLayoutIDx387'].selected || choices['HDEFLayoutIDx388'].selected || choices['HDEFLayoutIDx389'].selected || choices['HDEFLayoutIDx392'].selected || choices['HDEFLayoutIDx398'].selected || choices['HDEFLayoutIDx662'].selected || choices['HDEFLayoutIDx664'].selected || choices['HDEFLayoutIDx885'].selected || choices['HDEFLayoutIDx887'].selected || choices['HDEFLayoutIDx888'].selected || choices['HDEFLayoutIDx889'].selected || choices['HDEFLayoutIDx892'].selected || choices['HDEFLayoutIDx898'].selected || choices['HDEFLayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx663"/>
	</choice>

	<choice
		id="HDEFLayoutIDx664"
		title="HDEFLayoutIDx664_title"
		description="HDEFLayoutIDx664_description"
		start_selected="check_chameleon_text_option('HDEFLayoutID','98020000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDEFLayoutIDx01'].selected || choices['HDEFLayoutIDx02'].selected || choices['HDEFLayoutIDx03'].selected || choices['HDEFLayoutIDx12'].selected || choices['HDEFLayoutIDx32'].selected || choices['HDEFLayoutIDx40'].selected || choices['HDEFLayoutIDx65'].selected || choices['HDEFLayoutIDx99'].selected || choices['HDEFLayoutIDx269'].selected || choices['HDEFLayoutIDx387'].selected || choices['HDEFLayoutIDx388'].selected || choices['HDEFLayoutIDx389'].selected || choices['HDEFLayoutIDx392'].selected || choices['HDEFLayoutIDx398'].selected || choices['HDEFLayoutIDx662'].selected || choices['HDEFLayoutIDx663'].selected || choices['HDEFLayoutIDx885'].selected || choices['HDEFLayoutIDx887'].selected || choices['HDEFLayoutIDx888'].selected || choices['HDEFLayoutIDx889'].selected || choices['HDEFLayoutIDx892'].selected || choices['HDEFLayoutIDx898'].selected || choices['HDEFLayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx664"/>
	</choice>

	<choice
		id="HDEFLayoutIDx885"
		title="HDEFLayoutIDx885_title"
		description="HDEFLayoutIDx885_description"
		start_selected="check_chameleon_text_option('HDEFLayoutID','75030000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDEFLayoutIDx01'].selected || choices['HDEFLayoutIDx02'].selected || choices['HDEFLayoutIDx03'].selected || choices['HDEFLayoutIDx12'].selected || choices['HDEFLayoutIDx32'].selected || choices['HDEFLayoutIDx40'].selected || choices['HDEFLayoutIDx65'].selected || choices['HDEFLayoutIDx99'].selected || choices['HDEFLayoutIDx269'].selected || choices['HDEFLayoutIDx387'].selected || choices['HDEFLayoutIDx388'].selected || choices['HDEFLayoutIDx389'].selected || choices['HDEFLayoutIDx392'].selected || choices['HDEFLayoutIDx398'].selected || choices['HDEFLayoutIDx662'].selected || choices['HDEFLayoutIDx663'].selected || choices['HDEFLayoutIDx664'].selected || choices['HDEFLayoutIDx887'].selected || choices['HDEFLayoutIDx888'].selected || choices['HDEFLayoutIDx889'].selected || choices['HDEFLayoutIDx892'].selected || choices['HDEFLayoutIDx898'].selected || choices['HDEFLayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx885"/>
	</choice>

	<choice
		id="HDEFLayoutIDx887"
		title="HDEFLayoutIDx887_title"
		description="HDEFLayoutIDx887_description"
		start_selected="check_chameleon_text_option('HDEFLayoutID','77030000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDEFLayoutIDx01'].selected || choices['HDEFLayoutIDx02'].selected || choices['HDEFLayoutIDx03'].selected || choices['HDEFLayoutIDx12'].selected || choices['HDEFLayoutIDx32'].selected || choices['HDEFLayoutIDx40'].selected || choices['HDEFLayoutIDx65'].selected || choices['HDEFLayoutIDx99'].selected || choices['HDEFLayoutIDx269'].selected || choices['HDEFLayoutIDx387'].selected || choices['HDEFLayoutIDx388'].selected || choices['HDEFLayoutIDx389'].selected || choices['HDEFLayoutIDx392'].selected || choices['HDEFLayoutIDx398'].selected || choices['HDEFLayoutIDx662'].selected || choices['HDEFLayoutIDx663'].selected || choices['HDEFLayoutIDx664'].selected || choices['HDEFLayoutIDx885'].selected || choices['HDEFLayoutIDx888'].selected || choices['HDEFLayoutIDx889'].selected || choices['HDEFLayoutIDx892'].selected || choices['HDEFLayoutIDx898'].selected || choices['HDEFLayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx887"/>
	</choice>

	<choice
		id="HDEFLayoutIDx888"
		title="HDEFLayoutIDx888_title"
		description="HDEFLayoutIDx888_description"
		start_selected="check_chameleon_text_option('HDEFLayoutID','78030000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDEFLayoutIDx01'].selected || choices['HDEFLayoutIDx02'].selected || choices['HDEFLayoutIDx03'].selected || choices['HDEFLayoutIDx12'].selected || choices['HDEFLayoutIDx32'].selected || choices['HDEFLayoutIDx40'].selected || choices['HDEFLayoutIDx65'].selected || choices['HDEFLayoutIDx99'].selected || choices['HDEFLayoutIDx269'].selected || choices['HDEFLayoutIDx387'].selected || choices['HDEFLayoutIDx388'].selected || choices['HDEFLayoutIDx389'].selected || choices['HDEFLayoutIDx392'].selected || choices['HDEFLayoutIDx398'].selected || choices['HDEFLayoutIDx662'].selected || choices['HDEFLayoutIDx663'].selected || choices['HDEFLayoutIDx664'].selected || choices['HDEFLayoutIDx885'].selected || choices['HDEFLayoutIDx887'].selected || choices['HDEFLayoutIDx889'].selected || choices['HDEFLayoutIDx892'].selected || choices['HDEFLayoutIDx898'].selected || choices['HDEFLayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx888"/>
	</choice>

	<choice
		id="HDEFLayoutIDx889"
		title="HDEFLayoutIDx889_title"
		description="HDEFLayoutIDx889_description"
		start_selected="check_chameleon_text_option('HDEFLayoutID','79030000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDEFLayoutIDx01'].selected || choices['HDEFLayoutIDx02'].selected || choices['HDEFLayoutIDx03'].selected || choices['HDEFLayoutIDx12'].selected || choices['HDEFLayoutIDx32'].selected || choices['HDEFLayoutIDx40'].selected || choices['HDEFLayoutIDx65'].selected || choices['HDEFLayoutIDx99'].selected || choices['HDEFLayoutIDx269'].selected || choices['HDEFLayoutIDx387'].selected || choices['HDEFLayoutIDx388'].selected || choices['HDEFLayoutIDx389'].selected || choices['HDEFLayoutIDx392'].selected || choices['HDEFLayoutIDx398'].selected || choices['HDEFLayoutIDx662'].selected || choices['HDEFLayoutIDx663'].selected || choices['HDEFLayoutIDx664'].selected || choices['HDEFLayoutIDx885'].selected || choices['HDEFLayoutIDx887'].selected || choices['HDEFLayoutIDx888'].selected || choices['HDEFLayoutIDx892'].selected || choices['HDEFLayoutIDx898'].selected || choices['HDEFLayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx889"/>
	</choice>

	<choice
		id="HDEFLayoutIDx892"
		title="HDEFLayoutIDx892_title"
		description="HDEFLayoutIDx892_description"
		start_selected="check_chameleon_text_option('HDEFLayoutID','7C030000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDEFLayoutIDx01'].selected || choices['HDEFLayoutIDx02'].selected || choices['HDEFLayoutIDx03'].selected || choices['HDEFLayoutIDx12'].selected || choices['HDEFLayoutIDx32'].selected || choices['HDEFLayoutIDx40'].selected || choices['HDEFLayoutIDx65'].selected || choices['HDEFLayoutIDx99'].selected || choices['HDEFLayoutIDx269'].selected || choices['HDEFLayoutIDx387'].selected || choices['HDEFLayoutIDx388'].selected || choices['HDEFLayoutIDx389'].selected || choices['HDEFLayoutIDx392'].selected || choices['HDEFLayoutIDx398'].selected || choices['HDEFLayoutIDx662'].selected || choices['HDEFLayoutIDx663'].selected || choices['HDEFLayoutIDx664'].selected || choices['HDEFLayoutIDx885'].selected || choices['HDEFLayoutIDx887'].selected || choices['HDEFLayoutIDx888'].selected || choices['HDEFLayoutIDx889'].selected || choices['HDEFLayoutIDx898'].selected || choices['HDEFLayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx892"/>
	</choice>

	<choice
		id="HDEFLayoutIDx898"
		title="HDEFLayoutIDx898_title"
		description="HDEFLayoutIDx898_description"
		start_selected="check_chameleon_text_option('HDEFLayoutID','82030000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDEFLayoutIDx01'].selected || choices['HDEFLayoutIDx02'].selected || choices['HDEFLayoutIDx03'].selected || choices['HDEFLayoutIDx12'].selected || choices['HDEFLayoutIDx32'].selected || choices['HDEFLayoutIDx40'].selected || choices['HDEFLayoutIDx65'].selected || choices['HDEFLayoutIDx99'].selected || choices['HDEFLayoutIDx269'].selected || choices['HDEFLayoutIDx387'].selected || choices['HDEFLayoutIDx388'].selected || choices['HDEFLayoutIDx389'].selected || choices['HDEFLayoutIDx392'].selected || choices['HDEFLayoutIDx398'].selected || choices['HDEFLayoutIDx662'].selected || choices['HDEFLayoutIDx663'].selected || choices['HDEFLayoutIDx664'].selected || choices['HDEFLayoutIDx885'].selected || choices['HDEFLayoutIDx887'].selected || choices['HDEFLayoutIDx888'].selected || choices['HDEFLayoutIDx889'].selected || choices['HDEFLayoutIDx892'].selected || choices['HDEFLayoutIDxBD7'].selected))">
		<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx898"/>
	</choice>

	<choice
		id="HDEFLayoutIDxBD7"
		title="HDEFLayoutIDxBD7_title"
		description="HDEFLayoutIDxBD7_description"
		start_selected="check_chameleon_text_option('HDEFLayoutID','BD070000')"
		selected="(my.choice.selected &amp;&amp; !(choices['HDEFLayoutIDx01'].selected || choices['HDEFLayoutIDx02'].selected || choices['HDEFLayoutIDx03'].selected || choices['HDEFLayoutIDx12'].selected || choices['HDEFLayoutIDx32'].selected || choices['HDEFLayoutIDx40'].selected || choices['HDEFLayoutIDx65'].selected || choices['HDEFLayoutIDx99'].selected || choices['HDEFLayoutIDx269'].selected || choices['HDEFLayoutIDx387'].selected || choices['HDEFLayoutIDx388'].selected || choices['HDEFLayoutIDx389'].selected || choices['HDEFLayoutIDx392'].selected || choices['HDEFLayoutIDx398'].selected || choices['HDEFLayoutIDx662'].selected || choices['HDEFLayoutIDx663'].selected || choices['HDEFLayoutIDx664'].selected || choices['HDEFLayoutIDx885'].selected || choices['HDEFLayoutIDx887'].selected || choices['HDEFLayoutIDx888'].selected || choices['HDEFLayoutIDx889'].selected || choices['HDEFLayoutIDx892'].selected || choices['HDEFLayoutIDx898'].selected))">
		<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidxbd7"/>
	</choice>

	<choice
		id="KernelFlags"
		title="KernelFlags_title"
		description="KernelFlags_description">
	</choice>

	<choice
		id="Verbose"
		title="Verbose_title"
		description="Verbose_description"
		start_selected="check_chameleon_list_option('Kernel Flags','-v')">
		<pkg-ref id="org.chameleon.options.kernelflags.verbose"/>
	</choice>

	<choice
		id="Singleusermode"
		title="Singleusermode_title"
		description="Singleusermode_description"
		start_selected="check_chameleon_list_option('Kernel Flags','-s')">
		<pkg-ref id="org.chameleon.options.kernelflags.singleusermode"/>
	</choice>

	<choice
		id="Ignorecaches"
		title="Ignorecaches_title"
		description="Ignorecaches_description"
		start_selected="check_chameleon_list_option('Kernel Flags','-f')">
		<pkg-ref id="org.chameleon.options.kernelflags.ignorecaches"/>
	</choice>

	<choice
		id="Npci"
		title="Npci_title"
		description="Npci_description"
		start_selected="check_chameleon_list_option('Kernel Flags','npci=0x2000')">
		<pkg-ref id="org.chameleon.options.kernelflags.npci"/>
	</choice>

	<choice
		id="Npci3"
		title="Npci3_title"
		description="Npci3_description"
		start_selected="check_chameleon_list_option('Kernel Flags','npci=0x3000')">
		<pkg-ref id="org.chameleon.options.kernelflags.npci3"/>
	</choice>

	<choice
		id="WaitingRootDevice"
		title="WaitingRootDevice_title"
		description="WaitingRootDevice_description"
		start_selected="check_chameleon_list_option('Kernel Flags','ahcidisk=1 debug=8')">
		<pkg-ref id="org.chameleon.options.kernelflags.waitingrootdevice"/>
	</choice>

	<choice
		id="Darkwake"
		title="Darkwake_title"
		description="Darkwake_description"
		start_selected="check_chameleon_list_option('Kernel Flags','darkwake=0')">
		<pkg-ref id="org.chameleon.options.kernelflags.darkwake"/>
	</choice>

	<choice
		id="NvdaDrv1"
		title="NvdaDrv1_title"
		description="NvdaDrv1_description"
		start_selected="check_chameleon_list_option('Kernel Flags','nvda_drv=1')">
		<pkg-ref id="org.chameleon.options.kernelflags.nvdadrv1"/>
	</choice>

	<choice
		id="Dart0"
		title="Dart0_title"
		description="Dart0_description"
		start_selected="check_chameleon_list_option('Kernel Flags','dart=0')">
		<pkg-ref id="org.chameleon.options.kernelflags.dart0"/>
	</choice>

	<choice
		id="PowerManagement"
		title="PowerManagement_title"
		description="PowerManagement_description">
	</choice>

	<choice
		id="CSTUsingSystemIO"
		title="CSTUsingSystemIO_title"
		description="CSTUsingSystemIO_description"
		start_selected="check_chameleon_bool_option('CSTUsingSystemIO','Yes')">
		<pkg-ref id="org.chameleon.options.powermanagement.cstusingsystemio"/>
	</choice>

	<choice
		id="DropSSDT"
		title="DropSSDT_title"
		description="DropSSDT_description"
		start_selected="check_chameleon_bool_option('DropSSDT','Yes')">
		<pkg-ref id="org.chameleon.options.powermanagement.dropssdt"/>
	</choice>

	<choice
		id="EnableC2State"
		title="EnableC2State_title"
		description="EnableC2State_description"
		start_selected="check_chameleon_bool_option('EnableC2State','Yes')">
		<pkg-ref id="org.chameleon.options.powermanagement.enablec2state"/>
	</choice>

	<choice
		id="EnableC3State"
		title="EnableC3State_title"
		description="EnableC3State_description"
		start_selected="check_chameleon_bool_option('EnableC3State','Yes')">
		<pkg-ref id="org.chameleon.options.powermanagement.enablec3state"/>
	</choice>

	<choice
		id="EnableC4State"
		title="EnableC4State_title"
		description="EnableC4State_description"
		start_selected="check_chameleon_bool_option('EnableC4State','Yes')">
		<pkg-ref id="org.chameleon.options.powermanagement.enablec4state"/>
	</choice>

	<choice
		id="GenerateCStates"
		title="GenerateCStates_title"
		description="GenerateCStates_description"
		start_selected="check_chameleon_bool_option('GenerateCStates','Yes')">
		<pkg-ref id="org.chameleon.options.powermanagement.generatecstates"/>
	</choice>

	<choice
		id="GeneratePStates"
		title="GeneratePStates_title"
		description="GeneratePStates_description"
		start_selected="check_chameleon_bool_option('GeneratePStates','Yes')">
		<pkg-ref id="org.chameleon.options.powermanagement.generatepstates"/>
	</choice>

	<choice
		id="Resolution"
		title="Resolution_title"
		description="Resolution_description">
	</choice>

	<choice
		id="1024x600x32"
		title="1024x600x32_title"
		description="1024x600x32_description"
		start_selected="check_chameleon_text_option('Graphics Mode','1024x600x32')"
		selected="(my.choice.selected &amp;&amp; !(choices['1024x768x32'].selected || choices['1280x768x32'].selected || choices['1280x800x32'].selected || choices['1280x960x32'].selected || choices['1280x1024x32'].selected || choices['1366x768x32'].selected || choices['1440x900x32'].selected || choices['1600x900x32'].selected || choices['1600x1200x32'].selected || choices['1680x1050x32'].selected || choices['1920x1080x32'].selected || choices['1920x1200x32'].selected))">
		<pkg-ref id="org.chameleon.options.resolution.1024x600x32"/>
	</choice>

	<choice
		id="1024x768x32"
		title="1024x768x32_title"
		description="1024x768x32_description"
		start_selected="check_chameleon_text_option('Graphics Mode','1024x768x32')"
		selected="(my.choice.selected &amp;&amp; !(choices['1024x600x32'].selected || choices['1280x768x32'].selected || choices['1280x800x32'].selected || choices['1280x960x32'].selected || choices['1280x1024x32'].selected || choices['1366x768x32'].selected || choices['1440x900x32'].selected || choices['1600x900x32'].selected || choices['1600x1200x32'].selected || choices['1680x1050x32'].selected || choices['1920x1080x32'].selected || choices['1920x1200x32'].selected))">
		<pkg-ref id="org.chameleon.options.resolution.1024x768x32"/>
	</choice>

	<choice
		id="1280x768x32"
		title="1280x768x32_title"
		description="1280x768x32_description"
		start_selected="check_chameleon_text_option('Graphics Mode','1280x768x32')"
		selected="(my.choice.selected &amp;&amp; !(choices['1024x600x32'].selected || choices['1024x768x32'].selected || choices['1280x800x32'].selected || choices['1280x960x32'].selected || choices['1280x1024x32'].selected || choices['1366x768x32'].selected || choices['1440x900x32'].selected || choices['1600x900x32'].selected || choices['1600x1200x32'].selected || choices['1680x1050x32'].selected || choices['1920x1080x32'].selected || choices['1920x1200x32'].selected))">
		<pkg-ref id="org.chameleon.options.resolution.1280x768x32"/>
	</choice>

	<choice
		id="1280x800x32"
		title="1280x800x32_title"
		description="1280x800x32_description"
		start_selected="check_chameleon_text_option('Graphics Mode','1280x800x32')"
		selected="(my.choice.selected &amp;&amp; !(choices['1024x600x32'].selected || choices['1024x768x32'].selected || choices['1280x768x32'].selected || choices['1280x960x32'].selected || choices['1280x1024x32'].selected || choices['1366x768x32'].selected || choices['1440x900x32'].selected || choices['1600x900x32'].selected || choices['1600x1200x32'].selected || choices['1680x1050x32'].selected || choices['1920x1080x32'].selected || choices['1920x1200x32'].selected))">
		<pkg-ref id="org.chameleon.options.resolution.1280x800x32"/>
	</choice>

	<choice
		id="1280x960x32"
		title="1280x960x32_title"
		description="1280x960x32_description"
		start_selected="check_chameleon_text_option('Graphics Mode','1280x960x32')"
		selected="(my.choice.selected &amp;&amp; !(choices['1024x600x32'].selected || choices['1024x768x32'].selected || choices['1280x768x32'].selected || choices['1280x800x32'].selected || choices['1280x1024x32'].selected || choices['1366x768x32'].selected || choices['1440x900x32'].selected || choices['1600x900x32'].selected || choices['1600x1200x32'].selected || choices['1680x1050x32'].selected || choices['1920x1080x32'].selected || choices['1920x1200x32'].selected))">
		<pkg-ref id="org.chameleon.options.resolution.1280x960x32"/>
	</choice>

	<choice
		id="1280x1024x32"
		title="1280x1024x32_title"
		description="1280x1024x32_description"
		start_selected="check_chameleon_text_option('Graphics Mode','1280x1024x32')"
		selected="(my.choice.selected &amp;&amp; !(choices['1024x600x32'].selected || choices['1024x768x32'].selected || choices['1280x768x32'].selected || choices['1280x800x32'].selected || choices['1280x960x32'].selected || choices['1366x768x32'].selected || choices['1440x900x32'].selected || choices['1600x900x32'].selected || choices['1600x1200x32'].selected || choices['1680x1050x32'].selected || choices['1920x1080x32'].selected || choices['1920x1200x32'].selected))">
		<pkg-ref id="org.chameleon.options.resolution.1280x1024x32"/>
	</choice>

	<choice
		id="1366x768x32"
		title="1366x768x32_title"
		description="1366x768x32_description"
		start_selected="check_chameleon_text_option('Graphics Mode','1366x768x32')"
		selected="(my.choice.selected &amp;&amp; !(choices['1024x600x32'].selected || choices['1024x768x32'].selected || choices['1280x768x32'].selected || choices['1280x800x32'].selected || choices['1280x960x32'].selected || choices['1280x1024x32'].selected || choices['1440x900x32'].selected || choices['1600x900x32'].selected || choices['1600x1200x32'].selected || choices['1680x1050x32'].selected || choices['1920x1080x32'].selected || choices['1920x1200x32'].selected))">
		<pkg-ref id="org.chameleon.options.resolution.1366x768x32"/>
	</choice>

	<choice
		id="1440x900x32"
		title="1440x900x32_title"
		description="1440x900x32_description"
		start_selected="check_chameleon_text_option('Graphics Mode','1440x900x32')"
		selected="(my.choice.selected &amp;&amp; !(choices['1024x600x32'].selected || choices['1024x768x32'].selected || choices['1280x768x32'].selected || choices['1280x800x32'].selected || choices['1280x960x32'].selected || choices['1280x1024x32'].selected || choices['1366x768x32'].selected || choices['1600x900x32'].selected || choices['1600x1200x32'].selected || choices['1680x1050x32'].selected || choices['1920x1080x32'].selected || choices['1920x1200x32'].selected))">
		<pkg-ref id="org.chameleon.options.resolution.1440x900x32"/>
	</choice>

	<choice
		id="1600x900x32"
		title="1600x900x32_title"
		description="1600x900x32_description"
		start_selected="check_chameleon_text_option('Graphics Mode','1600x900x32')"
		selected="(my.choice.selected &amp;&amp; !(choices['1024x600x32'].selected || choices['1024x768x32'].selected || choices['1280x768x32'].selected || choices['1280x800x32'].selected || choices['1280x960x32'].selected || choices['1280x1024x32'].selected || choices['1366x768x32'].selected || choices['1440x900x32'].selected || choices['1600x1200x32'].selected || choices['1680x1050x32'].selected || choices['1920x1080x32'].selected || choices['1920x1200x32'].selected))">
		<pkg-ref id="org.chameleon.options.resolution.1600x900x32"/>
	</choice>

	<choice
		id="1600x1200x32"
		title="1600x1200x32_title"
		description="1600x1200x32_description"
		start_selected="check_chameleon_text_option('Graphics Mode','1600x1200x32')"
		selected="(my.choice.selected &amp;&amp; !(choices['1024x600x32'].selected || choices['1024x768x32'].selected || choices['1280x768x32'].selected || choices['1280x800x32'].selected || choices['1280x960x32'].selected || choices['1280x1024x32'].selected || choices['1366x768x32'].selected || choices['1440x900x32'].selected || choices['1600x900x32'].selected || choices['1680x1050x32'].selected || choices['1920x1080x32'].selected || choices['1920x1200x32'].selected))">
		<pkg-ref id="org.chameleon.options.resolution.1600x1200x32"/>
	</choice>

	<choice
		id="1680x1050x32"
		title="1680x1050x32_title"
		description="1680x1050x32_description"
		start_selected="check_chameleon_text_option('Graphics Mode','1680x1050x32')"
		selected="(my.choice.selected &amp;&amp; !(choices['1024x600x32'].selected || choices['1024x768x32'].selected || choices['1280x768x32'].selected || choices['1280x800x32'].selected || choices['1280x960x32'].selected || choices['1280x1024x32'].selected || choices['1366x768x32'].selected || choices['1440x900x32'].selected || choices['1600x900x32'].selected || choices['1600x1200x32'].selected || choices['1920x1080x32'].selected || choices['1920x1200x32'].selected))">
		<pkg-ref id="org.chameleon.options.resolution.1680x1050x32"/>
	</choice>

	<choice
		id="1920x1080x32"
		title="1920x1080x32_title"
		description="1920x1080x32_description"
		start_selected="check_chameleon_text_option('Graphics Mode','1920x1080x32')"
		selected="(my.choice.selected &amp;&amp; !(choices['1024x600x32'].selected || choices['1024x768x32'].selected || choices['1280x768x32'].selected || choices['1280x800x32'].selected || choices['1280x960x32'].selected || choices['1280x1024x32'].selected || choices['1366x768x32'].selected || choices['1440x900x32'].selected || choices['1600x900x32'].selected || choices['1600x1200x32'].selected || choices['1680x1050x32'].selected || choices['1920x1200x32'].selected))">
		<pkg-ref id="org.chameleon.options.resolution.1920x1080x32"/>
	</choice>

	<choice
		id="1920x1200x32"
		title="1920x1200x32_title"
		description="1920x1200x32_description"
		start_selected="check_chameleon_text_option('Graphics Mode','1920x1200x32')"
		selected="(my.choice.selected &amp;&amp; !(choices['1024x600x32'].selected || choices['1024x768x32'].selected || choices['1280x768x32'].selected || choices['1280x800x32'].selected || choices['1280x960x32'].selected || choices['1280x1024x32'].selected || choices['1366x768x32'].selected || choices['1440x900x32'].selected || choices['1600x900x32'].selected || choices['1600x1200x32'].selected || choices['1680x1050x32'].selected || choices['1920x1080x32'].selected))">
		<pkg-ref id="org.chameleon.options.resolution.1920x1200x32"/>
	</choice>

	<choice
		id="Video"
		title="Video_title"
		description="Video_description">
	</choice>

	<choice
		id="GraphicsEnabler"
		title="GraphicsEnabler_title"
		description="GraphicsEnabler_description"
		start_selected="check_chameleon_bool_option('GraphicsEnabler','Yes')">
		<pkg-ref id="org.chameleon.options.video.graphicsenabler"/>
	</choice>

	<choice
		id="UseAtiROM"
		title="UseAtiROM_title"
		description="UseAtiROM_description"
		start_selected="check_chameleon_bool_option('UseAtiROM','Yes')">
		<pkg-ref id="org.chameleon.options.video.useatirom"/>
	</choice>

	<choice
		id="UseNvidiaROM"
		title="UseNvidiaROM_title"
		description="UseNvidiaROM_description"
		start_selected="check_chameleon_bool_option('UseNvidiaROM','Yes')">
		<pkg-ref id="org.chameleon.options.video.usenvidiarom"/>
	</choice>

	<choice
		id="VBIOS"
		title="VBIOS_title"
		description="VBIOS_description"
		start_selected="check_chameleon_bool_option('VBIOS','Yes')">
		<pkg-ref id="org.chameleon.options.video.vbios"/>
	</choice>

	<choice
		id="Keymaps"
		title="Keymaps_title"
		description="Keymaps_description">
	</choice>

	<choice
		id="mac-de"
		title="mac-de_title"
		description="mac-de_description"
		start_selected="check_chameleon_text_option('KeyLayout','mac-de')"
		selected="(my.choice.selected &amp;&amp; !(choices['mac-es'].selected || choices['mac-fr'].selected || choices['mac-it'].selected || choices['mac-se'].selected || choices['pc-fr'].selected))">
		<pkg-ref id="org.chameleon.options.keymaps.mac-de"/>
		<pkg-ref id="org.chameleon.modules.keylayout"/>
	</choice>

	<choice
		id="mac-es"
		title="mac-es_title"
		description="mac-es_description"
		start_selected="check_chameleon_text_option('KeyLayout','mac-es')"
		selected="(my.choice.selected &amp;&amp; !(choices['mac-de'].selected || choices['mac-fr'].selected || choices['mac-it'].selected || choices['mac-se'].selected || choices['pc-fr'].selected))">
		<pkg-ref id="org.chameleon.options.keymaps.mac-es"/>
		<pkg-ref id="org.chameleon.modules.keylayout"/>
	</choice>

	<choice
		id="mac-fr"
		title="mac-fr_title"
		description="mac-fr_description"
		start_selected="check_chameleon_text_option('KeyLayout','mac-fr')"
		selected="(my.choice.selected &amp;&amp; !(choices['mac-de'].selected || choices['mac-es'].selected || choices['mac-it'].selected || choices['mac-se'].selected || choices['pc-fr'].selected))">
		<pkg-ref id="org.chameleon.options.keymaps.mac-fr"/>
		<pkg-ref id="org.chameleon.modules.keylayout"/>
	</choice>

	<choice
		id="mac-it"
		title="mac-it_title"
		description="mac-it_description"
		start_selected="check_chameleon_text_option('KeyLayout','mac-it')"
		selected="(my.choice.selected &amp;&amp; !(choices['mac-de'].selected || choices['mac-es'].selected || choices['mac-fr'].selected || choices['mac-se'].selected || choices['pc-fr'].selected))">
		<pkg-ref id="org.chameleon.options.keymaps.mac-it"/>
		<pkg-ref id="org.chameleon.modules.keylayout"/>
	</choice>

	<choice
		id="mac-se"
		title="mac-se_title"
		description="mac-se_description"
		start_selected="check_chameleon_text_option('KeyLayout','mac-se')"
		selected="(my.choice.selected &amp;&amp; !(choices['mac-de'].selected || choices['mac-es'].selected || choices['mac-fr'].selected || choices['mac-it'].selected || choices['pc-fr'].selected))">
		<pkg-ref id="org.chameleon.options.keymaps.mac-se"/>
		<pkg-ref id="org.chameleon.modules.keylayout"/>
	</choice>

	<choice
		id="pc-fr"
		title="pc-fr_title"
		description="pc-fr_description"
		start_selected="check_chameleon_text_option('KeyLayout','pc-fr')"
		selected="(my.choice.selected &amp;&amp; !(choices['mac-de'].selected || choices['mac-es'].selected || choices['mac-fr'].selected || choices['mac-it'].selected || choices['mac-se'].selected))">
		<pkg-ref id="org.chameleon.options.keymaps.pc-fr"/>
		<pkg-ref id="org.chameleon.modules.keylayout"/>
	</choice>

	<choice
		id="Themes"
		title="Themes_title"
		description="Themes_description">
	</choice>

	<choice
		id="Bullet"
		title="Bullet_title"
		description="Bullet_description"
		start_selected="false">
		<pkg-ref id="org.chameleon.themes.bullet"/>
	</choice>

	<choice
		id="Default"
		title="Default_title"
		description="Default_description"
		start_selected="false">
		<pkg-ref id="org.chameleon.themes.default"/>
	</choice>

	<choice
		id="Embed"
		title="Embed_title"
		description="Embed_description"
		start_selected="false">
		<pkg-ref id="org.chameleon.themes.embed"/>
	</choice>

	<choice
		id="Legacy"
		title="Legacy_title"
		description="Legacy_description"
		start_selected="false">
		<pkg-ref id="org.chameleon.themes.legacy"/>
	</choice>

	<choice
		id="Post"
		title="Post_title"
		description="Post_description"
		start_visible="false" start_selected="true">
		<pkg-ref id="org.chameleon.post"/>
	</choice>

	<pkg-ref id="org.chameleon.core" installKBytes='756' version='2.2svn.0.0.1371829336'>#Core.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.standard" installKBytes='0' version='2.2svn.0.0.1371829336'>#Standard.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.noboot" installKBytes='0' version='2.2svn.0.0.1371829336'>#noboot.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.modules.acpicodec" installKBytes='88' version='2.2svn.0.0.1371829336'>#ACPICodec.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.modules.kernelpatcher" installKBytes='32' version='2.2svn.0.0.1371829336'>#KernelPatcher.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.modules.keylayout" installKBytes='80' version='2.2svn.0.0.1371829336'>#Keylayout.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.modules.klibc" installKBytes='44' version='2.2svn.0.0.1371829336'>#klibc.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.modules.autoreso" installKBytes='28' version='2.2svn.0.0.1371829336'>#AutoReso.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.modules.hdaenabler" installKBytes='24' version='2.2svn.0.0.1371829336'>#HDAEnabler.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.modules.filenvram" installKBytes='56' version='2.2svn.0.0.1371829336'>#FileNVRAM.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.modules.sata" installKBytes='16' version='2.2svn.0.0.1371829336'>#Sata.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.modules.uclibc" installKBytes='84' version='2.2svn.0.0.1371829336'>#uClibc.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.audio.enablehdmiaudio" installKBytes='0' version='2.2svn.0.0.1371829336'>#EnableHDMIAudio.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.control.bootbanner" installKBytes='0' version='2.2svn.0.0.1371829336'>#BootBanner.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.control.gui" installKBytes='0' version='2.2svn.0.0.1371829336'>#GUI.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.control.legacylogo" installKBytes='0' version='2.2svn.0.0.1371829336'>#LegacyLogo.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.control.instantmenu" installKBytes='0' version='2.2svn.0.0.1371829336'>#InstantMenu.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.control.quietboot" installKBytes='0' version='2.2svn.0.0.1371829336'>#QuietBoot.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.control.showinfo" installKBytes='0' version='2.2svn.0.0.1371829336'>#ShowInfo.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.control.wait" installKBytes='0' version='2.2svn.0.0.1371829336'>#Wait.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.general.arch" installKBytes='0' version='2.2svn.0.0.1371829336'>#arch.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.general.ehciacquire" installKBytes='0' version='2.2svn.0.0.1371829336'>#EHCIacquire.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.general.ethernetbuiltin" installKBytes='0' version='2.2svn.0.0.1371829336'>#EthernetBuiltIn.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.general.forcehpet" installKBytes='0' version='2.2svn.0.0.1371829336'>#ForceHPET.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.general.forcewake" installKBytes='0' version='2.2svn.0.0.1371829336'>#ForceWake.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.general.restartfix" installKBytes='0' version='2.2svn.0.0.1371829336'>#RestartFix.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.general.uhcireset" installKBytes='0' version='2.2svn.0.0.1371829336'>#UHCIreset.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.general.usememdetect" installKBytes='0' version='2.2svn.0.0.1371829336'>#UseMemDetect.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.general.usekernelcache" installKBytes='0' version='2.2svn.0.0.1371829336'>#UseKernelCache.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.general.wake" installKBytes='0' version='2.2svn.0.0.1371829336'>#Wake.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx01" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDAULayoutIDx01.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx02" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDAULayoutIDx02.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx03" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDAULayoutIDx03.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx12" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDAULayoutIDx12.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx32" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDAULayoutIDx32.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx40" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDAULayoutIDx40.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx65" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDAULayoutIDx65.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx99" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDAULayoutIDx99.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx269" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDAULayoutIDx269.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx387" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDAULayoutIDx387.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx388" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDAULayoutIDx388.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx389" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDAULayoutIDx389.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx392" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDAULayoutIDx392.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx398" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDAULayoutIDx398.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx662" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDAULayoutIDx662.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx663" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDAULayoutIDx663.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx664" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDAULayoutIDx664.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx885" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDAULayoutIDx885.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx887" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDAULayoutIDx887.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx888" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDAULayoutIDx888.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx889" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDAULayoutIDx889.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx892" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDAULayoutIDx892.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidx898" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDAULayoutIDx898.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdaulayout.hdaulayoutidxbd7" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDAULayoutIDxBD7.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx01" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDEFLayoutIDx01.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx02" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDEFLayoutIDx02.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx03" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDEFLayoutIDx03.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx12" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDEFLayoutIDx12.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx32" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDEFLayoutIDx32.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx40" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDEFLayoutIDx40.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx65" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDEFLayoutIDx65.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx99" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDEFLayoutIDx99.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx269" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDEFLayoutIDx269.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx387" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDEFLayoutIDx387.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx388" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDEFLayoutIDx388.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx389" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDEFLayoutIDx389.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx392" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDEFLayoutIDx392.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx398" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDEFLayoutIDx398.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx662" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDEFLayoutIDx662.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx663" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDEFLayoutIDx663.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx664" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDEFLayoutIDx664.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx885" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDEFLayoutIDx885.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx887" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDEFLayoutIDx887.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx888" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDEFLayoutIDx888.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx889" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDEFLayoutIDx889.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx892" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDEFLayoutIDx892.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidx898" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDEFLayoutIDx898.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.hdeflayout.hdeflayoutidxbd7" installKBytes='0' version='2.2svn.0.0.1371829336'>#HDEFLayoutIDxBD7.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.kernelflags.verbose" installKBytes='0' version='2.2svn.0.0.1371829336'>#Verbose.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.kernelflags.singleusermode" installKBytes='0' version='2.2svn.0.0.1371829336'>#Singleusermode.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.kernelflags.ignorecaches" installKBytes='0' version='2.2svn.0.0.1371829336'>#Ignorecaches.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.kernelflags.npci" installKBytes='0' version='2.2svn.0.0.1371829336'>#Npci.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.kernelflags.npci3" installKBytes='0' version='2.2svn.0.0.1371829336'>#Npci3.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.kernelflags.waitingrootdevice" installKBytes='0' version='2.2svn.0.0.1371829336'>#WaitingRootDevice.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.kernelflags.darkwake" installKBytes='0' version='2.2svn.0.0.1371829336'>#Darkwake.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.kernelflags.nvdadrv1" installKBytes='0' version='2.2svn.0.0.1371829336'>#NvdaDrv1.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.kernelflags.dart0" installKBytes='0' version='2.2svn.0.0.1371829336'>#Dart0.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.powermanagement.cstusingsystemio" installKBytes='0' version='2.2svn.0.0.1371829336'>#CSTUsingSystemIO.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.powermanagement.dropssdt" installKBytes='0' version='2.2svn.0.0.1371829336'>#DropSSDT.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.powermanagement.enablec2state" installKBytes='0' version='2.2svn.0.0.1371829336'>#EnableC2State.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.powermanagement.enablec3state" installKBytes='0' version='2.2svn.0.0.1371829336'>#EnableC3State.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.powermanagement.enablec4state" installKBytes='0' version='2.2svn.0.0.1371829336'>#EnableC4State.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.powermanagement.generatecstates" installKBytes='0' version='2.2svn.0.0.1371829336'>#GenerateCStates.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.powermanagement.generatepstates" installKBytes='0' version='2.2svn.0.0.1371829336'>#GeneratePStates.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.resolution.1024x600x32" installKBytes='0' version='2.2svn.0.0.1371829336'>#1024x600x32.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.resolution.1024x768x32" installKBytes='0' version='2.2svn.0.0.1371829336'>#1024x768x32.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.resolution.1280x768x32" installKBytes='0' version='2.2svn.0.0.1371829336'>#1280x768x32.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.resolution.1280x800x32" installKBytes='0' version='2.2svn.0.0.1371829336'>#1280x800x32.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.resolution.1280x960x32" installKBytes='0' version='2.2svn.0.0.1371829336'>#1280x960x32.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.resolution.1280x1024x32" installKBytes='0' version='2.2svn.0.0.1371829336'>#1280x1024x32.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.resolution.1366x768x32" installKBytes='0' version='2.2svn.0.0.1371829336'>#1366x768x32.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.resolution.1440x900x32" installKBytes='0' version='2.2svn.0.0.1371829336'>#1440x900x32.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.resolution.1600x900x32" installKBytes='0' version='2.2svn.0.0.1371829336'>#1600x900x32.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.resolution.1600x1200x32" installKBytes='0' version='2.2svn.0.0.1371829336'>#1600x1200x32.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.resolution.1680x1050x32" installKBytes='0' version='2.2svn.0.0.1371829336'>#1680x1050x32.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.resolution.1920x1080x32" installKBytes='0' version='2.2svn.0.0.1371829336'>#1920x1080x32.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.resolution.1920x1200x32" installKBytes='0' version='2.2svn.0.0.1371829336'>#1920x1200x32.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.video.graphicsenabler" installKBytes='0' version='2.2svn.0.0.1371829336'>#GraphicsEnabler.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.video.useatirom" installKBytes='0' version='2.2svn.0.0.1371829336'>#UseAtiROM.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.video.usenvidiarom" installKBytes='0' version='2.2svn.0.0.1371829336'>#UseNvidiaROM.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.video.vbios" installKBytes='0' version='2.2svn.0.0.1371829336'>#VBIOS.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.keymaps.mac-de" installKBytes='0' version='2.2svn.0.0.1371829336'>#mac-de.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.keymaps.mac-es" installKBytes='0' version='2.2svn.0.0.1371829336'>#mac-es.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.keymaps.mac-fr" installKBytes='0' version='2.2svn.0.0.1371829336'>#mac-fr.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.keymaps.mac-it" installKBytes='0' version='2.2svn.0.0.1371829336'>#mac-it.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.keymaps.mac-se" installKBytes='0' version='2.2svn.0.0.1371829336'>#mac-se.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.options.keymaps.pc-fr" installKBytes='0' version='2.2svn.0.0.1371829336'>#pc-fr.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.themes.bullet" installKBytes='172' version='2.2svn.0.0.1371829336'>#Bullet.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.themes.default" installKBytes='1648' version='2.2svn.0.0.1371829336'>#Default.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.themes.embed" installKBytes='184' version='2.2svn.0.0.1371829336'>#Embed.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.themes.legacy" installKBytes='216' version='2.2svn.0.0.1371829336'>#Legacy.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.pre" installKBytes='0' version='2.2svn.0.0.1371829336'>#Pre.pkg</pkg-ref>
	<pkg-ref id="org.chameleon.post" installKBytes='0' version='2.2svn.0.0.1371829336'>#Post.pkg</pkg-ref>

</installer-gui-script>
