<?xml version="1.0" encoding="utf-8"?>
<afd locale="nl_NL" version="1.0" xmlns="http://ns.adobe.com/afd">
	<feature application="PHSP" id="File-New" type="Main">
		<name id="File/New/name" value="Nieuw"/> 
		<context id="File/New/context" value="Bestand &gt; Nieuw"/>
		<desc id="File/New/desc" value="Maak een nieuw Photoshop-document"/> 
		<keywords>
			<keyword id="File/New/keywords/New" value="Nieuw"/> 
			<keyword id="File/New/keywords/Create" value="Maken"/>
			<keyword id="File/New/keywords/Start" value="Starten"/> 
			<keyword id="File/New/keywords/Begin" value="Beginnen"/>
		</keywords>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMk = charIDToTypeID( "Mk  " ); var desc36 = new ActionDescriptor(); var idNw = charIDToTypeID( "Nw  " ); var idDcmn = charIDToTypeID( "Dcmn" ); desc36.putClass( idNw, idDcmn ); executeAction( idMk, desc36, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Open" type="Main">
		<name id="File/Open/name" value="Openen"/> 
		<context id="File/Open/context" value="Bestand &gt; Openen"/>
		<desc id="File/Open/desc" value="Open een Photoshop-document"/> 
		<keywords>
			<keyword id="File/Open/keywords/Open" value="Openen"/> 
			<keyword id="File/Open/keywords/File" value="Bestand"/>
			<keyword id="File/Open/keywords/" value=" "/> 
		</keywords>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idOpn = charIDToTypeID( "Opn " ); executeAction( idOpn, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Browse" type="Main">
		<name id="File/Browse/name" value="Bladeren"/> 
		<context id="File/Browse/context" value="Bestand &gt; Bladeren"/>
		<desc id="File/Browse/desc" value="Adobe Bridge openen om naar documenten te bladeren"/> 
		<keywords>
			<keyword id="File/Browse/keywords/Bridge" value="Bridge"/> 
			<keyword id="File/Browse/keywords/FileBrowser" value=" Bestandenbrowser"/>
		</keywords>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc37 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref26 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtoggleFileBrowserPalette = stringIDToTypeID( "toggleFileBrowserPalette" ); ref26.putEnumerated( idMn, idMnIt, idtoggleFileBrowserPalette ); desc37.putReference( idnull, ref26 ); executeAction( idslct, desc37, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-BrowseInMiniBridge" type="Main">
		<name id="File/BrowseInMiniBridge/name" value="Bladeren in Mini Bridge"/> 
		<context id="File/BrowseInMiniBridge/context" value="Bestand &gt; Bladeren in Mini Bridge"/>
		<desc id="File/BrowseInMiniBridge/desc" value="Gebruik het deelvenster Mini Bridge om naar documenten te bladeren"/> 
		<keywords>
			<keyword id="File/BrowseInMiniBridge/keywords/Bridge" value="Bridge"/> 
			<keyword id="File/BrowseInMiniBridge/keywords/MiniBridge" value=" Mini Bridge"/>
			<keyword id="File/BrowseInMiniBridge/keywords/FileBrowser" value=" Bestandenbrowser"/> 
		</keywords>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc2165 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref69 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idshowMiniBridge = stringIDToTypeID( "showMiniBridge" ); ref69.putEnumerated( idMn, idMnIt, idshowMiniBridge ); desc2165.putReference( idnull, ref69 ); executeAction( idslct, desc2165, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-OpenAsSmartObject" type="Main">
		<name id="File/OpenAsSmartObject/name" value="Openen als slim object"/> 
		<context id="File/OpenAsSmartObject/context" value="Bestand &gt; Openen als slim object"/>
		<desc id="File/OpenAsSmartObject/desc" value="Openen als een slim object, hetgeen handig is voor niet-destructief bewerken"/> 
		<keywords>
			<keyword id="File/OpenAsSmartObject/keywords/OpenasSmartObject" value="Openen als slim object"/> 
			<keyword id="File/OpenAsSmartObject/keywords/OpenasSO,OpenSO" value="Openen als slim object, slim object openen"/>
		</keywords>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idOpn = charIDToTypeID( "Opn " ); var desc39 = new ActionDescriptor(); var idsmartObject = stringIDToTypeID( "smartObject" ); desc39.putBoolean( idsmartObject, true ); executeAction( idOpn, desc39, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-ClearRecent" type="Main">
		<name id="File/ClearRecent/name" value="Onlangs geopende bestanden wissen"/> 
		<context id="File/ClearRecent/context" value="Bestand &gt; Recent geopende bestanden &gt; Onlangs geopende bestanden wissen"/>
		<desc id="File/ClearRecent/desc" value="Wis de lijst met onlangs geopende bestanden"/> 
		<keywords>
			<keyword id="File/ClearRecent/keywords/ClearRecentlyopenedfiles" value="Lijst met onlangs geopende bestanden wissen"/> 
			<keyword id="File/ClearRecent/keywords/ClearRecentFiles" value="Onlangs geopende bestanden wissen"/>
			<keyword id="File/ClearRecent/keywords/ClearRecent" value="Onlangs geopende bestanden wissen"/> 
		</keywords>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc4 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref2 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idclearRecentFiles = stringIDToTypeID( "clearRecentFiles" ); ref2.putEnumerated( idMn, idMnIt, idclearRecentFiles ); desc4.putReference( idnull, ref2 ); executeAction( idslct, desc4, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-ShareMyScreen" type="Main">
		<name id="File/ShareMyScreen/name" value="Mijn scherm delen"/> 
		<context id="File/ShareMyScreen/context" value="Bestand &gt; Mijn scherm delen"/>
		<desc id="File/ShareMyScreen/desc" value="Gratis webconferenties uitvoeren via Adobe Connect"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" );    var desc1 = new ActionDescriptor();    var idnull = charIDToTypeID( "null" );        var ref1 = new ActionReference();        var idMn = charIDToTypeID( "Mn  " );        var idMnIt = charIDToTypeID( "MnIt" );        var idshareMyScreen = stringIDToTypeID( "shareMyScreen" );        ref1.putEnumerated( idMn, idMnIt, idshareMyScreen );    desc1.putReference( idnull, ref1 );executeAction( idslct, desc1, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-DeviceCentral" type="Main">
		<name id="File/DeviceCentral/name" value="Device Central"/> 
		<context id="File/DeviceCentral/context" value="Bestand &gt; Device Central"/>
		<desc id="File/DeviceCentral/desc" value="Open Adobe Device Central om documenten voor mobiel gebruik te maken of voor te vertonen"/> 
		<keywords>
			<keyword id="File/DeviceCentral/keywords/OpenDeviceCentral" value="Device Central openen"/> 
			<keyword id="File/DeviceCentral/keywords/OpenAdobeDeviceCentral,OpenADC" value="Adobe Device Central openen, ADC openen"/>
		</keywords>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" );    var desc2 = new ActionDescriptor();    var idnull = charIDToTypeID( "null" );        var ref2 = new ActionReference();        var idMn = charIDToTypeID( "Mn  " );        var idMnIt = charIDToTypeID( "MnIt" );        var iddeviceCentral = stringIDToTypeID( "deviceCentral" );        ref2.putEnumerated( idMn, idMnIt, iddeviceCentral );    desc2.putReference( idnull, ref2 );executeAction( idslct, desc2, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Close" type="Main">
		<name id="File/Close/name" value="Sluiten"/> 
		<context id="File/Close/context" value="Bestand &gt; Sluiten"/>
		<desc id="File/Close/desc" value="Sluit het huidige document"/> 
		<keywords>
			<keyword id="File/Close/keywords/Close" value="Sluiten"/> 
			<keyword id="File/Close/keywords/Closecurrentdocument" value="Huidige document sluiten"/>
			<keyword id="File/Close/keywords/Closecurrentdoc" value="Huidige document sluiten"/> 
		</keywords>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCls = charIDToTypeID( "Cls " ); executeAction( idCls, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-CloseAll" type="Main">
		<name id="File/CloseAll/name" value="Alles sluiten"/> 
		<context id="File/CloseAll/context" value="Bestand &gt; Alles sluiten"/>
		<desc id="File/CloseAll/desc" value="Sluit alle documenten"/> 
		<keywords>
			<keyword id="File/CloseAll/keywords/Closeall" value="Alles sluiten"/> 
			<keyword id="File/CloseAll/keywords/Closealldocuments" value="Alle documenten sluiten"/>
			<keyword id="File/CloseAll/keywords/closealldocs" value="alle documenten sluiten"/> 
		</keywords>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc41 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref28 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idClsA = charIDToTypeID( "ClsA" ); ref28.putEnumerated( idMn, idMnIt, idClsA ); desc41.putReference( idnull, ref28 ); executeAction( idslct, desc41, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-CloseandGoToBridge" type="Main">
		<name id="File/CloseandGoToBridge/name" value="Sluiten en naar Bridge gaan"/> 
		<context id="File/CloseandGoToBridge/context" value="Bestand &gt; Sluiten en naar Bridge gaan"/>
		<desc id="File/CloseandGoToBridge/desc" value="Sluit het huidige document en schakel over op Adobe Bridge"/> 
		<keywords>
			<keyword id="File/CloseandGoToBridge/keywords/CloseandswitchtoBridge" value="Sluiten en overschakelen op Bridge"/> 
			<keyword id="File/CloseandGoToBridge/keywords/CloseswitchBridge" value="Sluiten overschakelen op Bridge"/>
			<keyword id="File/CloseandGoToBridge/keywords/CloseandswitchFileBrowser" value="Sluiten en overschakelen op Bestandenbrowser"/> 
		</keywords>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc42 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref29 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idbrowseAndClose = stringIDToTypeID( "browseAndClose" ); ref29.putEnumerated( idMn, idMnIt, idbrowseAndClose ); desc42.putReference( idnull, ref29 ); executeAction( idslct, desc42, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Save" type="Main">
		<name id="File/Save/name" value="Opslaan"/> 
		<context id="File/Save/context" value="Bestand &gt; Opslaan"/>
		<desc id="File/Save/desc" value="Het huidige document opslaan"/> 
		<keywords>
			<keyword id="File/Save/keywords/Save" value="Opslaan"/> 
			<keyword id="File/Save/keywords/Savecurrent" value="Huidige opslaan"/>
			<keyword id="File/Save/keywords/SaveDocument" value="Document opslaan"/> 
			<keyword id="File/Save/keywords/Savefile" value="Bestand opslaan"/>
		</keywords>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsave = charIDToTypeID( "save" ); executeAction( idsave, undefined, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-SaveAs" type="Main">
		<name id="File/SaveAs/name" value="Opslaan als"/> 
		<context id="File/SaveAs/context" value="Bestand &gt; Opslaan als"/>
		<desc id="File/SaveAs/desc" value="Het huidige document opslaan met andere opties"/> 
		<keywords>
			<keyword id="File/SaveAs/keywords/Savewithdifferentoptions" value="Opslaan met andere opties"/> 
			<keyword id="File/SaveAs/keywords/savew/differentoptions" value="opslaan met andere opties"/>
		</keywords>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsave = charIDToTypeID( "save" ); var desc43 = new ActionDescriptor(); var idCpy = charIDToTypeID( "Cpy " ); desc43.putBoolean( idCpy, true ); executeAction( idsave, desc43, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-CheckIn" type="Main">
		<name id="File/CheckIn/name" value="Inchecken"/> 
		<context id="File/CheckIn/context" value="Bestand &gt; Inchecken"/>
		<desc id="File/CheckIn/desc" value="Check het huidige bestand in in een beheerde workflow"/> 
		<keywords>
			<keyword id="File/CheckIn/keywords/Checkintomanagedworkflow" value="Inchecken in beheerde workflow"/> 
			<keyword id="File/CheckIn/keywords/checkintomanagedworkflow" value="inchecken in beheerde workflow"/>
			<keyword id="File/CheckIn/keywords/checkintomanagedworkflow" value="inchecken in beheerde workflow"/> 
			<keyword id="File/CheckIn/keywords/checkintomanagedworkflow" value="inchecken in beheerde workflow"/>
		</keywords>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsave = charIDToTypeID( "save" ); var desc44 = new ActionDescriptor(); var idVrsn = charIDToTypeID( "Vrsn" ); desc44.putBoolean( idVrsn, true ); executeAction( idsave, desc44, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-SaveforWebandDevices" type="Main">
		<name id="File/SaveforWebandDevices/name" value="Opslaan voor web en apparaten"/> 
		<context id="File/SaveforWebandDevices/context" value="Bestand &gt; Opslaan voor web en apparaten"/>
		<desc id="File/SaveforWebandDevices/desc" value="Het huidige document optimaliseren voor het web of uitvoer via mobiele apparatuur"/> 
		<keywords>
			<keyword id="File/SaveforWebandDevices/keywords/Optimizeforweb" value="Optimaliseren voor web"/> 
			<keyword id="File/SaveforWebandDevices/keywords/Optimizeformobile" value="Optimaliseren voor mobiel"/>
			<keyword id="File/SaveforWebandDevices/keywords/Mobile" value="Mobiel"/> 
			<keyword id="File/SaveforWebandDevices/keywords/WebOptimize" value="Weboptimalisatie"/>
		</keywords>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc49 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref12 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idSvfw = charIDToTypeID( "Svfw" ); ref12.putEnumerated( idMn, idMnIt, idSvfw ); desc49.putReference( idnull, ref12 ); executeAction( idslct, desc49, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Revert" type="Main">
		<name id="File/Revert/name" value="Vorige versie"/> 
		<context id="File/Revert/context" value="Bestand &gt; Vorige versie"/>
		<desc id="File/Revert/desc" value="De vorige opgeslagen staat van het huidige document herstellen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idRvrt = charIDToTypeID( "Rvrt" ); executeAction( idRvrt, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Place" type="Main">
		<name id="File/Place/name" value="Plaatsen"/> 
		<context id="File/Place/context" value="Bestand &gt; Plaatsen"/>
		<desc id="File/Place/desc" value="Een bestand als een slim object in het huidige document plaatsen"/> 
		<keywords>
			<keyword id="File/Place/keywords/PlaceindocumentasSmartObject" value="In document plaatsen als slim object"/> 
			<keyword id="File/Place/keywords/PlaceasSmartObject" value="Plaatsen als slim object"/>
			<keyword id="File/Place/keywords/PlaceSO" value="Slim object plaatsen"/> 
		</keywords>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc46 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref31 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idPlce = charIDToTypeID( "Plce" ); ref31.putEnumerated( idMn, idMnIt, idPlce ); desc46.putReference( idnull, ref31 ); executeAction( idslct, desc46, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Import-VariableDataSets" type="Main">
		<name id="File/Import/VariableDataSets/name" value="Variabele gegevenssets"/> 
		<context id="File/Import/VariableDataSets/context" value="Bestand &gt; Importeren &gt; Variabele gegevenssets"/>
		<desc id="File/Import/VariableDataSets/desc" value="Een gegevensbestand met komma's of tabs als scheidingstekens importeren voor het maken van batchafbeeldingen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc47 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref32 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idimportDataSets = stringIDToTypeID( "importDataSets" ); ref32.putEnumerated( idMn, idMnIt, idimportDataSets ); desc47.putReference( idnull, ref32 ); executeAction( idslct, desc47, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Import-VideoFramestoLayers" type="Main">
		<name id="File/Import/VideoFramestoLayers/name" value="Videoframes naar lagen"/> 
		<context id="File/Import/VideoFramestoLayers/context" value="Bestand &gt; Importeren &gt; Videoframes naar lagen"/>
		<desc id="File/Import/VideoFramestoLayers/desc" value="Enkele of alle frames van een videobestand omzetten in Photoshop-lagen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idimportVideoToLayers = stringIDToTypeID( "importVideoToLayers" ); var desc48 = new ActionDescriptor(); executeAction( idimportVideoToLayers, desc48, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Import-Annotations" type="Main">
		<name id="File/Import/Annotations/name" value="Notities"/> 
		<context id="File/Import/Annotations/context" value="Bestand &gt; Importeren &gt; Notities"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idimportAnnots = stringIDToTypeID( "importAnnots" ); var desc51 = new ActionDescriptor(); executeAction( idimportAnnots, desc51, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Export-DataSetsasFiles" type="Main">
		<name id="File/Export/DataSetsasFiles/name" value="Gegevenssets als bestanden"/> 
		<context id="File/Export/DataSetsasFiles/context" value="Bestand &gt; Exporteren &gt; Gegevenssets als bestanden"/>
		<desc id="File/Export/DataSetsasFiles/desc" value="Exporteer meerdere bestanden, één voor elke variabele gegevensset in het huidige document"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc50 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref33 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idexportDataSet = stringIDToTypeID( "exportDataSet" ); ref33.putEnumerated( idMn, idMnIt, idexportDataSet ); desc50.putReference( idnull, ref33 ); executeAction( idslct, desc50, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Export-PathstoIllustrator" type="Main">
		<name id="File/Export/PathstoIllustrator/name" value="Paden naar Illustrator"/> 
		<context id="File/Export/PathstoIllustrator/context" value="Bestand &gt; Exporteren &gt; Paden naar Illustrator"/>
		<desc id="File/Export/PathstoIllustrator/desc" value="Exporteer vectorpaden voor gebruik in Illustrator"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idExpr = charIDToTypeID( "Expr" );    var desc3 = new ActionDescriptor();    var idUsng = charIDToTypeID( "Usng" );    var idIllustratorExport.Thisstringmakesmeunique! = stringIDToTypeID( "Illustrator Export.  This string makes me unique!" );    desc3.putClass( idUsng, idIllustratorExport.Thisstringmakesmeunique! );executeAction( idExpr, desc3, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Export-RenderVideo" type="Main">
		<name id="File/Export/RenderVideo/name" value="Video renderen"/> 
		<context id="File/Export/RenderVideo/context" value="Bestand &gt; Exporteren &gt; Video renderen"/>
		<desc id="File/Export/RenderVideo/desc" value="Het huidige document renderen in een videoindeling"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idExpr = charIDToTypeID( "Expr" ); var desc13 = new ActionDescriptor(); var idUsng = charIDToTypeID( "Usng" ); var idvideoExport = stringIDToTypeID( "videoExport" ); desc13.putClass( idUsng, idvideoExport ); executeAction( idExpr, desc13, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Export-SendVideoPreviewtoDevice" type="Main">
		<name id="File/Export/SendVideoPreviewtoDevice/name" value="Voorvertoning video naar apparaat verzenden"/> 
		<context id="File/Export/SendVideoPreviewtoDevice/context" value="Bestand &gt; Exporteren &gt; Voorvertoning video naar apparaat verzenden"/>
		<desc id="File/Export/SendVideoPreviewtoDevice/desc" value="Een voorvertoning van het huidige document weergeven op een extern videoscherm"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idExpr = charIDToTypeID( "Expr" ); var desc53 = new ActionDescriptor(); var idUsng = charIDToTypeID( "Usng" ); desc53.putString( idUsng, "Send Video Preview to Device" ); executeAction( idExpr, desc53, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Export-VideoPreview" type="Main">
		<name id="File/Export/VideoPreview/name" value="Voorvertoning video"/> 
		<context id="File/Export/VideoPreview/context" value="Bestand &gt; Exporteren &gt; Voorvertoning video"/>
		<desc id="File/Export/VideoPreview/desc" value="Opties instellen om een voorvertoning van het huidige document weer te geven op een extern videoscherm"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idExpr = charIDToTypeID( "Expr" ); var desc54 = new ActionDescriptor(); var idUsng = charIDToTypeID( "Usng" ); desc54.putString( idUsng, "Video Preview" ); executeAction( idExpr, desc54, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Export-Zoomify" type="Main">
		<name id="File/Export/Zoomify/name" value="Zoomify"/> 
		<context id="File/Export/Zoomify/context" value="Bestand &gt; Exporteren &gt; Zoomify"/>
		<desc id="File/Export/Zoomify/desc" value="Exporteer het huidige bestand naar het web als een hoge-resolutiebestand dat kan worden weergegeven met Adobe Flash"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idExpr = charIDToTypeID( "Expr" );    var desc7 = new ActionDescriptor();    var idUsng = charIDToTypeID( "Usng" );    var idZoomify = stringIDToTypeID( "Zoomify" );    desc7.putClass( idUsng, idZoomify );executeAction( idExpr, desc7, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Automate-Batch" type="Main">
		<name id="File/Automate/Batch/name" value="Batch"/> 
		<context id="File/Automate/Batch/context" value="Bestand &gt; Automatisch &gt; Batch"/>
		<desc id="File/Automate/Batch/desc" value="Gebruik handelingen als u meerdere bestanden tegelijk wilt verwerken"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idBtch = charIDToTypeID( "Btch" ); executeAction( idBtch, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Automate-CreateDroplet" type="Main">
		<name id="File/Automate/CreateDroplet/name" value="Druppel maken"/> 
		<context id="File/Automate/CreateDroplet/context" value="Bestand &gt; Automatisch &gt; Druppel maken"/>
		<desc id="File/Automate/CreateDroplet/desc" value="Zet een handeling om in een draagbaar druppelbestand"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCrtD = charIDToTypeID( "CrtD" ); executeAction( idCrtD, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Automate-CropandStraightenPhotos" type="Main">
		<name id="File/Automate/CropandStraightenPhotos/name" value="Foto's uitsnijden en rechttrekken"/> 
		<context id="File/Automate/CropandStraightenPhotos/context" value="Bestand &gt; Automatisch &gt; Foto's uitsnijden en rechttrekken"/>
		<desc id="File/Automate/CropandStraightenPhotos/desc" value="Maak meerdere, afzonderlijke afbeeldingsbestanden van een scan met meerdere afbeeldingen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCropPhotosAutozerozerozeroone = stringIDToTypeID( "CropPhotosAuto0001" ); executeAction( idCropPhotosAutozerozerozeroone, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Automate-ContactSheetII" type="Main">
		<name id="File/Automate/ContactSheetII/name" value="Contactblad II"/> 
		<context id="File/Automate/ContactSheetII/context" value="Bestand &gt; Automatisch &gt; Contactblad II"/>
		<desc id="File/Automate/ContactSheetII/desc" value="Groepen afbeeldingen voorvertonen en in catalogi opnemen door een aantal miniaturen weer te geven op één pagina"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idzeroBsevenoneDtwotwooneFeightCEoneonedtwoBtwooneBzerozerozeroeightCsevenfiveBthreetwotwoC = stringIDToTypeID( "0B71D221-F8CE-11d2-B21B-0008C75B322C" ); executeAction( idzeroBsevenoneDtwotwooneFeightCEoneonedtwoBtwooneBzerozerozeroeightCsevenfiveBthreetwotwoC, undefined, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Automate-PicturePackage" type="Main">
		<name id="File/Automate/PicturePackage/name" value="Figuurpakket"/> 
		<context id="File/Automate/PicturePackage/context" value="Bestand &gt; Automatisch &gt; Figuurpakket"/>
		<desc id="File/Automate/PicturePackage/desc" value="Meerdere kopieën van een bronafbeelding op één pagina plaatsen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idfourConeABFfourzeroDDeighttwooneonedtwoBtwozeroFzerozerozeroeightCsevenfiveBthreetwotwoC = stringIDToTypeID( "4C1ABF40-DD82-11d2-B20F-0008C75B322C" ); executeAction( idfourConeABFfourzeroDDeighttwooneonedtwoBtwozeroFzerozerozeroeightCsevenfiveBthreetwotwoC, undefined, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Automate-ConditionalModeChange" type="Main">
		<name id="File/Automate/ConditionalModeChange/name" value="Voorwaardelijke moduswijziging"/> 
		<context id="File/Automate/ConditionalModeChange/context" value="Bestand &gt; Automatisch &gt; Voorwaardelijke moduswijziging"/>
		<desc id="File/Automate/ConditionalModeChange/desc" value="Zet afbeeldingen in opgegeven kleurmodi om in een andere kleurmodus"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var ideightcbaeightcdsixcbsixsixoneonedonebcfourthreezerozerosixzerobzeroaonethreedcfour = stringIDToTypeID( "8cba8cd6-cb66-11d1-bc43-0060b0a13dc4" ); executeAction( ideightcbaeightcdsixcbsixsixoneonedonebcfourthreezerozerosixzerobzeroaonethreedcfour, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Automate-FitImage" type="Main">
		<name id="File/Automate/FitImage/name" value="Afbeelding passend"/> 
		<context id="File/Automate/FitImage/context" value="Bestand &gt; Automatisch &gt; Afbeelding passend"/>
		<desc id="File/Automate/FitImage/desc" value="Pas het formaat van de huidige afbeelding aan de opgegeven afmetingen aan"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idthreecaathreefourthreefourcbsixsevenoneonedonebcfourthreezerozerosixzerobzeroaonethreedcfour = stringIDToTypeID( "3caa3434-cb67-11d1-bc43-0060b0a13dc4" ); executeAction( idthreecaathreefourthreefourcbsixsevenoneonedonebcfourthreezerozerosixzerobzeroaonethreedcfour, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Automate-MergetoHDRPro" type="Main">
		<name id="File/Automate/MergetoHDRPro/name" value="Samenvoegen tot HDR Pro"/> 
		<context id="File/Automate/MergetoHDRPro/context" value="Bestand &gt; Automatisch &gt; Samenvoegen tot HDR Pro"/>
		<desc id="File/Automate/MergetoHDRPro/desc" value="Maak een 32-bits HDR (High Dynamic Range)-afbeelding door meerdere afbeeldingen te combineren"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idAdobeScriptAutomationScripts = stringIDToTypeID( "AdobeScriptAutomation Scripts" ); var desc64 = new ActionDescriptor(); var idjsCt = charIDToTypeID( "jsCt" ); desc64.putPath( idjsCt, new File( "/Applications/Adobe Photoshop CS5/Presets/Scripts/Merge To HDR.jsx" ) ); executeAction( idAdobeScriptAutomationScripts, desc64, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Automate-Photomerge" type="Main">
		<name id="File/Automate/Photomerge/name" value="Photomerge"/> 
		<context id="File/Automate/Photomerge/context" value="Bestand &gt; Automatisch &gt; Photomerge"/>
		<desc id="File/Automate/Photomerge/desc" value="Voeg meerdere overlappende afbeeldingen samen tot één document"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idAdobeScriptAutomationScripts = stringIDToTypeID( "AdobeScriptAutomation Scripts" ); var desc57 = new ActionDescriptor(); var idjsCt = charIDToTypeID( "jsCt" );  var appFolder = new Folder (app.path);desc57.putPath( idjsCt, new File( appFolder + "/Presets/Scripts/Photomerge.jsx" )); executeAction( idAdobeScriptAutomationScripts, desc57, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Scripts-ImageProcessor" type="Main">
		<name id="File/Scripts/ImageProcessor/name" value="Afbeeldingsprocessor"/> 
		<context id="File/Scripts/ImageProcessor/context" value="Bestand &gt; Scripts &gt; Afbeeldingsprocessor"/>
		<desc id="File/Scripts/ImageProcessor/desc" value="Zet meerdere afbeeldingen om in JPEG-, PSD- en/of TIFF-indelingen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idAdobeScriptAutomationScripts = stringIDToTypeID( "AdobeScriptAutomation Scripts" ); var desc66 = new ActionDescriptor(); var idjsCt = charIDToTypeID( "jsCt" ); desc66.putPath( idjsCt, new File( "/Applications/Adobe Photoshop CS5/Presets/Scripts/Image Processor.jsx" ) ); executeAction( idAdobeScriptAutomationScripts, desc66, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Scripts-LayerCompstoFiles" type="Main">
		<name id="File/Scripts/LayerCompstoFiles/name" value="Laagsamenstellingen naar bestanden"/> 
		<context id="File/Scripts/LayerCompstoFiles/context" value="Bestand &gt; Scripts &gt; Laagsamenstellingen naar bestanden"/>
		<desc id="File/Scripts/LayerCompstoFiles/desc" value="Zet laagsamenstellingen om in individuele bestanden"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idAdobeScriptAutomationScripts = stringIDToTypeID( "AdobeScriptAutomation Scripts" ); var desc57 = new ActionDescriptor(); var idjsCt = charIDToTypeID( "jsCt" );  var appFolder = new Folder (app.path);desc57.putPath( idjsCt, new File( appFolder + "/Presets/Scripts/Layer Comps To Files.jsx" )); executeAction( idAdobeScriptAutomationScripts, desc57, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Scripts-LayerCompstoWPG" type="Main">
		<name id="File/Scripts/LayerCompstoWPG/name" value="Laagsamenstellingen naar webfotogalerie"/> 
		<context id="File/Scripts/LayerCompstoWPG/context" value="Bestand &gt; Scripts &gt; Laagsamenstellingen naar webfotogalerie"/>
		<desc id="File/Scripts/LayerCompstoWPG/desc" value="Zet laagsamenstellingen om in webfotogalerieën"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idAdobeScriptAutomationScripts = stringIDToTypeID( "AdobeScriptAutomation Scripts" ); var desc57 = new ActionDescriptor(); var idjsCt = charIDToTypeID( "jsCt" );  var appFolder = new Folder (app.path);desc57.putPath( idjsCt, new File( appFolder + "/Presets/Scripts/Layer Comps To WPG.jsx" )); executeAction( idAdobeScriptAutomationScripts, desc57, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Scripts-ExportLayerstoFiles" type="Main">
		<name id="File/Scripts/ExportLayerstoFiles/name" value="Lagen exporteren naar bestanden"/> 
		<context id="File/Scripts/ExportLayerstoFiles/context" value="Bestand &gt; Scripts &gt; Lagen exporteren naar bestanden"/>
		<desc id="File/Scripts/ExportLayerstoFiles/desc" value="Zet het huidige document om in meerdere bestanden"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idAdobeScriptAutomationScripts = stringIDToTypeID( "AdobeScriptAutomation Scripts" ); var desc57 = new ActionDescriptor(); var idjsCt = charIDToTypeID( "jsCt" );  var appFolder = new Folder (app.path);desc57.putPath( idjsCt, new File( appFolder + "/Presets/Scripts/Export Layers To Files.jsx" )); executeAction( idAdobeScriptAutomationScripts, desc57, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Scripts-ScriptEventsManager" type="Main">
		<name id="File/Scripts/ScriptEventsManager/name" value="Script Events Manager"/> 
		<context id="File/Scripts/ScriptEventsManager/context" value="Bestand &gt; Scripts &gt; Script Events Manager"/>
		<desc id="File/Scripts/ScriptEventsManager/desc" value="Een JavaScript- of Photoshop-handeling laten activeren door een bepaalde gebeurtenis, zoals het openen, opslaan of exporteren van een bestand in Photoshop"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idAdobeScriptAutomationScripts = stringIDToTypeID( "AdobeScriptAutomation Scripts" ); var desc57 = new ActionDescriptor(); var idjsCt = charIDToTypeID( "jsCt" );  var appFolder = new Folder (app.path);desc57.putPath( idjsCt, new File( appFolder + "/Presets/Scripts/Script Events Manager.jsx" )); executeAction( idAdobeScriptAutomationScripts, desc57, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Scripts-LoadFilesintoStack" type="Main">
		<name id="File/Scripts/LoadFilesintoStack/name" value="Bestanden laden naar stapel"/> 
		<context id="File/Scripts/LoadFilesintoStack/context" value="Bestand &gt; Scripts &gt; Bestanden laden naar stapel"/>
		<desc id="File/Scripts/LoadFilesintoStack/desc" value="Voeg meerdere afbeeldingen samen tot een afbeeldingenstapel voor aanvullende verwerking"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idAdobeScriptAutomationScripts = stringIDToTypeID( "AdobeScriptAutomation Scripts" ); var desc57 = new ActionDescriptor(); var idjsCt = charIDToTypeID( "jsCt" );  var appFolder = new Folder (app.path);desc57.putPath( idjsCt, new File( appFolder + "/Presets/Scripts/Load Files into Stack.jsx" )); executeAction( idAdobeScriptAutomationScripts, desc57, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Scripts-LoadMultipleDICOMFiles" type="Main">
		<name id="File/Scripts/LoadMultipleDICOMFiles/name" value="Meerdere DICOM-bestanden laden"/> 
		<context id="File/Scripts/LoadMultipleDICOMFiles/context" value="Bestand &gt; Scripts &gt; Meerdere DICOM-bestanden laden"/>
		<desc id="File/Scripts/LoadMultipleDICOMFiles/desc" value="Meerdere DICOM-bestanden laden"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idAdobeScriptAutomationScripts = stringIDToTypeID( "AdobeScriptAutomation Scripts" ); var desc57 = new ActionDescriptor(); var idjsCt = charIDToTypeID( "jsCt" );  var appFolder = new Folder (app.path);desc57.putPath( idjsCt, new File( appFolder + "/Presets/Scripts/Load DICOM.jsx" )); executeAction( idAdobeScriptAutomationScripts, desc57, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Scripts-Statistics" type="Main">
		<name id="File/Scripts/Statistics/name" value="Statistieken"/> 
		<context id="File/Scripts/Statistics/context" value="Bestand &gt; Scripts &gt; Statistieken"/>
		<desc id="File/Scripts/Statistics/desc" value="Een statistische bewerking (mediaan, gemiddeld, enz.) uitvoeren op twee of meer afbeeldingen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idAdobeScriptAutomationScripts = stringIDToTypeID( "AdobeScriptAutomation Scripts" ); var desc57 = new ActionDescriptor(); var idjsCt = charIDToTypeID( "jsCt" );  var appFolder = new Folder (app.path);desc57.putPath( idjsCt, new File( appFolder + "/Presets/Scripts/Statistics.jsx" )); executeAction( idAdobeScriptAutomationScripts, desc57, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-FileInfo" type="Main">
		<name id="File/FileInfo/name" value="Bestandsinfo"/> 
		<context id="File/FileInfo/context" value="Bestand &gt; Bestandsinfo"/>
		<desc id="File/FileInfo/desc" value="Beoordeel en bewerk het bijschrift, de trefwoorden en andere metagegevens van het huidige bestand"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc69 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref35 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idFlIn = charIDToTypeID( "FlIn" ); ref35.putEnumerated( idMn, idMnIt, idFlIn ); desc69.putReference( idnull, ref35 ); executeAction( idslct, desc69, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Print" type="Main">
		<name id="File/Print/name" value="Afdrukken"/> 
		<context id="File/Print/context" value="Bestand &gt; Afdrukken"/>
		<desc id="File/Print/desc" value="Het huidige document afdrukken"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc1 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref1 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idprintOutput = stringIDToTypeID( "printOutput" ); ref1.putEnumerated( idMn, idMnIt, idprintOutput ); desc1.putReference( idnull, ref1 ); executeAction( idslct, desc1, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Exit" type="Main">
		<name id="File/Exit/name" value="Afsluiten"/> 
		<context id="File/Exit/context" value="Bestand &gt; Afsluiten"/>
		<desc id="File/Exit/desc" value="Sluit Photoshop af"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idquit = charIDToTypeID( "quit" ); executeAction( idquit, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Undo/Redo" type="Main">
		<name id="Edit/Undo/Redo/name" value="Ongedaan maken/opnieuw"/> 
		<context id="Edit/Undo/Redo/context" value="Bewerken &gt; Ongedaan maken/opnieuw"/>
		<desc id="Edit/Undo/Redo/desc" value="Maak de vorige handeling ongedaan | Voer de vorige handeling opnieuw uit"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idundo = charIDToTypeID( "undo" ); executeAction( idundo, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-StepForward" type="Main">
		<name id="Edit/StepForward/name" value="Stap vooruit"/> 
		<context id="Edit/StepForward/context" value="Bewerken &gt; Stap terug"/>
		<desc id="Edit/StepForward/desc" value="Ga stapsgewijs vooruit door de documenthistorie"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idNxt = charIDToTypeID( "Nxt " ); var desc72 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref38 = new ActionReference(); var idHstS = charIDToTypeID( "HstS" ); ref38.putClass( idHstS ); desc72.putReference( idnull, ref38 ); executeAction( idNxt, desc72, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-StepBackward" type="Main">
		<name id="Edit/StepBackward/name" value="Stap terug"/> 
		<context id="Edit/StepBackward/context" value="Bewerken &gt; Stap vooruit"/>
		<desc id="Edit/StepBackward/desc" value="Ga stapsgewijs terug door de documenthistorie"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idPrvs = charIDToTypeID( "Prvs" ); var desc73 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref39 = new ActionReference(); var idHstS = charIDToTypeID( "HstS" ); ref39.putClass( idHstS ); desc73.putReference( idnull, ref39 ); executeAction( idPrvs, desc73, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Fade" type="Main">
		<name id="Edit/Fade/name" value="Vervagen"/> 
		<context id="Edit/Fade/context" value="Bewerken &gt; Vervagen"/>
		<desc id="Edit/Fade/desc" value="Pas de opties voor dekking en overvloeien van de vorige toegepaste handeling aan"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idFade = charIDToTypeID( "Fade" ); executeAction( idFade, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Cut" type="Main">
		<name id="Edit/Cut/name" value="Knippen"/> 
		<context id="Edit/Cut/context" value="Bewerken &gt; Knippen"/>
		<desc id="Edit/Cut/desc" value="Verplaats de momenteel geselecteerde inhoud naar het klembord"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idcut = charIDToTypeID( "cut " ); executeAction( idcut, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Copy" type="Main">
		<name id="Edit/Copy/name" value="Kopiëren"/> 
		<context id="Edit/Copy/context" value="Bewerken &gt; Kopiëren"/>
		<desc id="Edit/Copy/desc" value="Kopieer de momenteel geselecteerde inhoud naar het klembord"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idcopy = charIDToTypeID( "copy" ); executeAction( idcopy, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-CopyMerged" type="Main">
		<name id="Edit/CopyMerged/name" value="Verenigd kopiëren"/> 
		<context id="Edit/CopyMerged/context" value="Bewerken &gt; Verenigd kopiëren"/>
		<desc id="Edit/CopyMerged/desc" value="Maak een samengevoegde kopie van alle zichtbare lagen in het geselecteerde gebied."/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCpyM = charIDToTypeID( "CpyM" ); executeAction( idCpyM, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Paste" type="Main">
		<name id="Edit/Paste/name" value="Plakken"/> 
		<context id="Edit/Paste/context" value="Bewerken &gt; Plakken"/>
		<desc id="Edit/Paste/desc" value="Plak een geknipte of gekopieerde selectie als een nieuwe laag in een ander deel van de afbeelding of in een andere afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idpast = charIDToTypeID( "past" ); executeAction( idpast, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Clear" type="Main">
		<name id="Edit/Clear/name" value="Wissen"/> 
		<context id="Edit/Clear/context" value="Bewerken &gt; Wissen"/>
		<desc id="Edit/Clear/desc" value="Verwijder de geselecteerde pixels"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDlt = charIDToTypeID( "Dlt " ); executeAction( idDlt, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-CheckSpelling" type="Main">
		<name id="Edit/CheckSpelling/name" value="Spelling controleren"/> 
		<context id="Edit/CheckSpelling/context" value="Bewerken &gt; Spelling controleren"/>
		<desc id="Edit/CheckSpelling/desc" value="Controleer de spelling van tekstlagen in het huidige document"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idspellCheck = stringIDToTypeID( "spellCheck" ); executeAction( idspellCheck, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-FindandReplaceText" type="Main">
		<name id="Edit/FindandReplaceText/name" value="Tekst zoeken en vervangen"/> 
		<context id="Edit/FindandReplaceText/context" value="Bewerken &gt; Tekst zoeken en vervangen"/>
		<desc id="Edit/FindandReplaceText/desc" value="Zoek en vervang tekst in de tekstlagen van het huidige document"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idfindReplace = stringIDToTypeID( "findReplace" ); executeAction( idfindReplace, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Fill" type="Main">
		<name id="Edit/Fill/name" value="Vullen"/> 
		<context id="Edit/Fill/context" value="Bewerken &gt; Vullen"/>
		<desc id="Edit/Fill/desc" value="Vul de actieve laag of selectie met een kleur, patroon of documenthistorie"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idFl = charIDToTypeID( "Fl  " ); executeAction( idFl, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Stroke" type="Main">
		<name id="Edit/Stroke/name" value="Lijn"/> 
		<context id="Edit/Stroke/context" value="Bewerken &gt; Omlijnen"/>
		<desc id="Edit/Stroke/desc" value="Teken een gekleurde rand rond een selectie, pad of laag"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idStrk = charIDToTypeID( "Strk" ); executeAction( idStrk, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-ContentAwareScale" type="Main">
		<name id="Edit/ContentAwareScale/name" value="Schalen met behoud van inhoud"/> 
		<context id="Edit/ContentAwareScale/context" value="Bewerken &gt; Schalen met behoud van inhoud"/>
		<desc id="Edit/ContentAwareScale/desc" value="Formaat van afbeeldingen op intelligente wijze wijzigen, waarbij de belangrijkste details behouden blijven"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc2 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref2 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idcontentAware = stringIDToTypeID( "contentAware" ); ref2.putEnumerated( idMn, idMnIt, idcontentAware ); desc2.putReference( idnull, ref2 ); executeAction( idslct, desc2, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-FreeTransform" type="Main">
		<name id="Edit/FreeTransform/name" value="Vrije transformatie"/> 
		<context id="Edit/FreeTransform/context" value="Bewerken &gt; Vrije transformatie"/>
		<desc id="Edit/FreeTransform/desc" value="Pas een of meer transformaties (roteren, schalen, schuintrekken, vervormen, perspectief) toe op de momenteel geselecteerde laag, lagen of selectie"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc74 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref40 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idFrTr = charIDToTypeID( "FrTr" ); ref40.putEnumerated( idMn, idMnIt, idFrTr ); desc74.putReference( idnull, ref40 ); executeAction( idslct, desc74, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Transform-Again" type="Main">
		<name id="Edit/Transform/Again/name" value="Opnieuw"/> 
		<context id="Edit/Transform/Again/context" value="Bewerken &gt; Transformatie &gt; Opnieuw"/>
		<desc id="Edit/Transform/Again/desc" value="Herhaal de laatst toegepaste transformatie"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idTrnf = charIDToTypeID( "Trnf" ); var desc75 = new ActionDescriptor(); var idLstT = charIDToTypeID( "LstT" ); desc75.putBoolean( idLstT, true ); executeAction( idTrnf, desc75, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Transform-Scale" type="Main">
		<name id="Edit/Transform/Scale/name" value="Schalen"/> 
		<context id="Edit/Transform/Scale/context" value="Bewerken &gt; Transformatie &gt; Schalen"/>
		<desc id="Edit/Transform/Scale/desc" value="Schaal de momenteel geselecteerde laag, lagen of selectie"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc76 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref41 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idScl = charIDToTypeID( "Scl " ); ref41.putEnumerated( idMn, idMnIt, idScl ); desc76.putReference( idnull, ref41 ); executeAction( idslct, desc76, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Transform-Rotate" type="Main">
		<name id="Edit/Transform/Rotate/name" value="Roteren"/> 
		<context id="Edit/Transform/Rotate/context" value="Bewerken &gt; Transformatie &gt; Roteren"/>
		<desc id="Edit/Transform/Rotate/desc" value="Roteer de momenteel geselecteerde laag, lagen of selectie"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc77 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref42 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idRtte = charIDToTypeID( "Rtte" ); ref42.putEnumerated( idMn, idMnIt, idRtte ); desc77.putReference( idnull, ref42 ); executeAction( idslct, desc77, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Transform-Skew" type="Main">
		<name id="Edit/Transform/Skew/name" value="Schuintrekken"/> 
		<context id="Edit/Transform/Skew/context" value="Bewerken &gt; Transformatie &gt; Schuintrekken"/>
		<desc id="Edit/Transform/Skew/desc" value="Pas een schuine transformatie toe op de momenteel geselecteerde laag, lagen of selectie"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc78 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref43 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idSkew = charIDToTypeID( "Skew" ); ref43.putEnumerated( idMn, idMnIt, idSkew ); desc78.putReference( idnull, ref43 ); executeAction( idslct, desc78, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Transform-Distort" type="Main">
		<name id="Edit/Transform/Distort/name" value="Vervormen"/> 
		<context id="Edit/Transform/Distort/context" value="Bewerken &gt; Transformatie &gt; Vervormen"/>
		<desc id="Edit/Transform/Distort/desc" value="Trek, duw en rek de momenteel geselecteerde laag of lagen of selectie om deze te vervormen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc79 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref44 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idDstr = charIDToTypeID( "Dstr" ); ref44.putEnumerated( idMn, idMnIt, idDstr ); desc79.putReference( idnull, ref44 ); executeAction( idslct, desc79, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Transform-Perspective" type="Main">
		<name id="Edit/Transform/Perspective/name" value="Perspectief"/> 
		<context id="Edit/Transform/Perspective/context" value="Bewerken &gt; Transformatie &gt; Perspectief"/>
		<desc id="Edit/Transform/Perspective/desc" value="Pas een perspectieftransformatie toe op de momenteel geselecteerde laag, lagen of selectie"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc80 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref45 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idPrsp = charIDToTypeID( "Prsp" ); ref45.putEnumerated( idMn, idMnIt, idPrsp ); desc80.putReference( idnull, ref45 ); executeAction( idslct, desc80, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Transform-Warp" type="Main">
		<name id="Edit/Transform/Warp/name" value="Verdraaien"/> 
		<context id="Edit/Transform/Warp/context" value="Bewerken &gt; Transformatie &gt; Verdraaien"/>
		<desc id="Edit/Transform/Warp/desc" value="Verdraai de momenteel geselecteerde laag, lagen of selectie"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc81 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref46 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idwarp = stringIDToTypeID( "warp" ); ref46.putEnumerated( idMn, idMnIt, idwarp ); desc81.putReference( idnull, ref46 ); executeAction( idslct, desc81, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Transform-Rotate180degrees" type="Main">
		<name id="Edit/Transform/Rotate180degrees/name" value="180 graden roteren"/> 
		<context id="Edit/Transform/Rotate180degrees/context" value="Bewerken &gt; Transformatie &gt; 180° roteren"/>
		<desc id="Edit/Transform/Rotate180degrees/desc" value="Roteer de momenteel geselecteerde laag, lagen of selectie 180 graden"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idRtte = charIDToTypeID( "Rtte" ); var desc82 = new ActionDescriptor(); var idAngl = charIDToTypeID( "Angl" ); var idAng = charIDToTypeID( "#Ang" ); desc82.putUnitDouble( idAngl, idAng, 180.000000 ); executeAction( idRtte, desc82, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Transform-Rotate90degreesCW" type="Main">
		<name id="Edit/Transform/Rotate90degreesCW/name" value="90 graden rechtsom roteren"/> 
		<context id="Edit/Transform/Rotate90degreesCW/context" value="Bewerken &gt; Transformatie &gt; 90° rechtsom roteren"/>
		<desc id="Edit/Transform/Rotate90degreesCW/desc" value="Roteer de momenteel geselecteerde laag, lagen of selectie 90 graden rechtsom"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idRtte = charIDToTypeID( "Rtte" ); var desc83 = new ActionDescriptor(); var idAngl = charIDToTypeID( "Angl" ); var idAng = charIDToTypeID( "#Ang" ); desc83.putUnitDouble( idAngl, idAng, 90.000000 ); executeAction( idRtte, desc83, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Transform-Rotate90degreesCCW" type="Main">
		<name id="Edit/Transform/Rotate90degreesCCW/name" value="90 graden linksom roteren"/> 
		<context id="Edit/Transform/Rotate90degreesCCW/context" value="Bewerken &gt; Transformatie &gt; 90° linksom roteren"/>
		<desc id="Edit/Transform/Rotate90degreesCCW/desc" value="Roteer de momenteel geselecteerde laag, lagen of selectie 90 graden linksom"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idRtte = charIDToTypeID( "Rtte" ); var desc84 = new ActionDescriptor(); var idAngl = charIDToTypeID( "Angl" ); var idAng = charIDToTypeID( "#Ang" ); desc84.putUnitDouble( idAngl, idAng, -90.000000 ); executeAction( idRtte, desc84, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Transform-FlipHorizontal" type="Main">
		<name id="Edit/Transform/FlipHorizontal/name" value="Horizontaal omdraaien"/> 
		<context id="Edit/Transform/FlipHorizontal/context" value="Bewerken &gt; Transformatie &gt; Horizontaal omdraaien"/>
		<desc id="Edit/Transform/FlipHorizontal/desc" value="Draai de momenteel geselecteerde laag, lagen of selectie horizontaal om"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idFlip = charIDToTypeID( "Flip" ); var desc85 = new ActionDescriptor(); var idAxis = charIDToTypeID( "Axis" ); var idOrnt = charIDToTypeID( "Ornt" ); var idHrzn = charIDToTypeID( "Hrzn" ); desc85.putEnumerated( idAxis, idOrnt, idHrzn ); executeAction( idFlip, desc85, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Transform-FlipVertical" type="Main">
		<name id="Edit/Transform/FlipVertical/name" value="Verticaal omdraaien"/> 
		<context id="Edit/Transform/FlipVertical/context" value="Bewerken &gt; Transformatie &gt; Verticaal omdraaien"/>
		<desc id="Edit/Transform/FlipVertical/desc" value="Draai de momenteel geselecteerde laag, lagen of selectie verticaal om"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idFlip = charIDToTypeID( "Flip" ); var desc86 = new ActionDescriptor(); var idAxis = charIDToTypeID( "Axis" ); var idOrnt = charIDToTypeID( "Ornt" ); var idVrtc = charIDToTypeID( "Vrtc" ); desc86.putEnumerated( idAxis, idOrnt, idVrtc ); executeAction( idFlip, desc86, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Auto-AlignLayers" type="Main">
		<name id="Edit/Auto-AlignLayers/name" value="Lagen automatisch uitlijnen"/> 
		<context id="Edit/Auto-AlignLayers/context" value="Bewerken &gt; Lagen automatisch uitlijnen"/>
		<desc id="Edit/Auto-AlignLayers/desc" value="Lijn twee of meer geselecteerde lagen uit op basis van hun pixelinhoud"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idAlgn = charIDToTypeID( "Algn" ); var desc87 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref47 = new ActionReference(); var idLyr = charIDToTypeID( "Lyr " ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref47.putEnumerated( idLyr, idOrdn, idTrgt ); desc87.putReference( idnull, ref47 ); var idUsng = charIDToTypeID( "Usng" ); var idADSt = charIDToTypeID( "ADSt" ); var idADSContent = stringIDToTypeID( "ADSContent" ); desc87.putEnumerated( idUsng, idADSt, idADSContent ); executeAction( idAlgn, desc87, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Auto-BlendLayers" type="Main">
		<name id="Edit/Auto-BlendLayers/name" value="Lagen automatisch overvloeien"/> 
		<context id="Edit/Auto-BlendLayers/context" value="Bewerken &gt; Lagen automatisch overvloeien"/>
		<desc id="Edit/Auto-BlendLayers/desc" value="Laat de inhoud van twee of meer geselecteerde lagen overvloeien"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idmergeAlignedLayers = stringIDToTypeID( "mergeAlignedLayers" ); executeAction( idmergeAlignedLayers, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-DefineBrushPreset" type="Main">
		<name id="Edit/DefineBrushPreset/name" value="Voorinstelling penseel definiëren"/> 
		<context id="Edit/DefineBrushPreset/context" value="Bewerken &gt; Voorinstelling penseel definiëren"/>
		<desc id="Edit/DefineBrushPreset/desc" value="Sla het huidige penseeluiteinde en de penseelopties op als een nieuwe voorinstelling voor penselen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var iddefineBrush = stringIDToTypeID( "defineBrush" ); executeAction( iddefineBrush, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-DefinePattern" type="Main">
		<name id="Edit/DefinePattern/name" value="Patroon definiëren"/> 
		<context id="Edit/DefinePattern/context" value="Bewerken &gt; Patroon definiëren"/>
		<desc id="Edit/DefinePattern/desc" value="Maak van de huidige selectie een patroon dat u opnieuw kunt gebruiken"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDfnP = charIDToTypeID( "DfnP" ); executeAction( idDfnP, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-DefineCustomShape" type="Main">
		<name id="Edit/DefineCustomShape/name" value="Aangepaste vorm definiëren"/> 
		<context id="Edit/DefineCustomShape/context" value="Bewerken &gt; Aangepaste vorm definiëren"/>
		<desc id="Edit/DefineCustomShape/desc" value="Sla het momenteel geselecteerde pad op als een herbruikbare aangepaste vorm"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var iddefineCustomShape = stringIDToTypeID( "defineCustomShape" ); executeAction( iddefineCustomShape, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Purge-Undo" type="Main">
		<name id="Edit/Purge/Undo/name" value="Ongedaan maken"/> 
		<context id="Edit/Purge/Undo/context" value="Bewerken &gt; Leegmaken &gt; Ongedaan maken"/>
		<desc id="Edit/Purge/Undo/desc" value="Wis gegevens uit de lijst met ongedaan gemaakte handelingen in Photoshop om geheugen (RAM) vrij te maken."/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idPrge = charIDToTypeID( "Prge" ); var desc88 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var idPrgI = charIDToTypeID( "PrgI" ); var idUnd = charIDToTypeID( "Und " ); desc88.putEnumerated( idnull, idPrgI, idUnd ); executeAction( idPrge, desc88, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Purge-Clipboard" type="Main">
		<name id="Edit/Purge/Clipboard/name" value="Klembord"/> 
		<context id="Edit/Purge/Clipboard/context" value="Bewerken &gt; Leegmaken &gt; Klembord"/>
		<desc id="Edit/Purge/Clipboard/desc" value="Wis de gegevens van het klembord om geheugen (RAM) vrij te maken"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idPrge = charIDToTypeID( "Prge" ); var desc89 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var idPrgI = charIDToTypeID( "PrgI" ); var idClpb = charIDToTypeID( "Clpb" ); desc89.putEnumerated( idnull, idPrgI, idClpb ); executeAction( idPrge, desc89, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Purge-Histories" type="Main">
		<name id="Edit/Purge/Histories/name" value="Histories"/> 
		<context id="Edit/Purge/Histories/context" value="Bewerken &gt; Leegmaken &gt; Historie"/>
		<desc id="Edit/Purge/Histories/desc" value="Wis gegevens uit de lijst met ongedaan gemaakte handelingen in Photoshop om geheugen (RAM) vrij te maken."/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idPrge = charIDToTypeID( "Prge" ); var desc90 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var idPrgI = charIDToTypeID( "PrgI" ); var idHsty = charIDToTypeID( "Hsty" ); desc90.putEnumerated( idnull, idPrgI, idHsty ); executeAction( idPrge, desc90, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Purge-All" type="Main">
		<name id="Edit/Purge/All/name" value="Alles"/> 
		<context id="Edit/Purge/All/context" value="Bewerken &gt; Leegmaken &gt; Alles"/>
		<desc id="Edit/Purge/All/desc" value="Wis gegevens van het klembord en de lijst met ongedaan gemaakte handelingen in Photoshop om geheugen (RAM) vrij te maken."/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idPrge = charIDToTypeID( "Prge" ); var desc91 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var idPrgI = charIDToTypeID( "PrgI" ); var idAl = charIDToTypeID( "Al  " ); desc91.putEnumerated( idnull, idPrgI, idAl ); executeAction( idPrge, desc91, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-AdobePDFPresets" type="Main">
		<name id="Edit/AdobePDFPresets/name" value="Adobe PDF-voorinstellingen"/> 
		<context id="Edit/AdobePDFPresets/context" value="Bewerken &gt; Adobe PDF-voorinstellingen"/>
		<desc id="Edit/AdobePDFPresets/desc" value="Maak en bewerk PDF-voorinstellingen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc92 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref48 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idpdfPresetFilename = stringIDToTypeID( "pdfPresetFilename" ); ref48.putEnumerated( idMn, idMnIt, idpdfPresetFilename ); desc92.putReference( idnull, ref48 ); executeAction( idslct, desc92, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-PresetManager" type="Main">
		<name id="Edit/PresetManager/name" value="Beheer voorinstellingen"/> 
		<context id="Edit/PresetManager/context" value="Bewerken &gt; Beheer voorinstellingen"/>
		<desc id="Edit/PresetManager/desc" value="Beheer sets met penselen, stalen, stijlen en andere voorinstellingen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc93 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref49 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idpresetManager = stringIDToTypeID( "presetManager" ); ref49.putEnumerated( idMn, idMnIt, idpresetManager ); desc93.putReference( idnull, ref49 ); executeAction( idslct, desc93, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-ColorSettings" type="Main">
		<name id="Edit/ColorSettings/name" value="Kleurinstellingen"/> 
		<context id="Edit/ColorSettings/context" value="Bewerken &gt; Kleurinstellingen"/>
		<desc id="Edit/ColorSettings/desc" value="Bewerk de kleurbeheerinstellingen van Photoshop"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc94 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref50 = new ActionReference(); var idPrpr = charIDToTypeID( "Prpr" ); var idcolorSettings = stringIDToTypeID( "colorSettings" ); ref50.putProperty( idPrpr, idcolorSettings ); var idcapp = charIDToTypeID( "capp" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref50.putEnumerated( idcapp, idOrdn, idTrgt ); desc94.putReference( idnull, ref50 ); executeAction( idsetd, desc94, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-AssignProfile" type="Main">
		<name id="Edit/AssignProfile/name" value="Profiel toewijzen"/> 
		<context id="Edit/AssignProfile/context" value="Bewerken &gt; Profiel toewijzen"/>
		<desc id="Edit/AssignProfile/desc" value="Wijzig het profiel voor kleurbeheer dat aan het huidige document is toegewezen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idassignProfile = stringIDToTypeID( "assignProfile" ); var desc95 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref51 = new ActionReference(); var idDcmn = charIDToTypeID( "Dcmn" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref51.putEnumerated( idDcmn, idOrdn, idTrgt ); desc95.putReference( idnull, ref51 ); executeAction( idassignProfile, desc95, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-ConverttoProfile" type="Main">
		<name id="Edit/ConverttoProfile/name" value="Omzetten in profiel "/> 
		<context id="Edit/ConverttoProfile/context" value="Bewerken &gt; Omzetten in profiel"/>
		<desc id="Edit/ConverttoProfile/desc" value="Zet de kleuren van het huidige document om, zodat deze worden afgestemd op een ander kleurprofiel"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idconvertToProfile = stringIDToTypeID( "convertToProfile" ); var desc96 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref52 = new ActionReference(); var idDcmn = charIDToTypeID( "Dcmn" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref52.putEnumerated( idDcmn, idOrdn, idTrgt ); desc96.putReference( idnull, ref52 ); executeAction( idconvertToProfile, desc96, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-KeyboardShortcuts" type="Main">
		<name id="Edit/KeyboardShortcuts/name" value="Sneltoetsen"/> 
		<context id="Edit/KeyboardShortcuts/context" value="Bewerken &gt; Sneltoetsen"/>
		<desc id="Edit/KeyboardShortcuts/desc" value="Pas de sneltoetsen aan die aan Photoshop-gereedschappen en -opdrachten zijn toegewezen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc97 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref53 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idkeyboardCustomization = stringIDToTypeID( "keyboardCustomization" ); ref53.putEnumerated( idMn, idMnIt, idkeyboardCustomization ); desc97.putReference( idnull, ref53 ); executeAction( idslct, desc97, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Menus" type="Main">
		<name id="Edit/Menus/name" value="Menu's"/> 
		<context id="Edit/Menus/context" value="Bewerken &gt; Menu's"/>
		<desc id="Edit/Menus/desc" value="Stem de Photoshop-interface af door de menuopdrachten in te schakelen, uit te schakelen of een kleur te geven"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc98 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref54 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idmenuCustomization = stringIDToTypeID( "menuCustomization" ); ref54.putEnumerated( idMn, idMnIt, idmenuCustomization ); desc98.putReference( idnull, ref54 ); executeAction( idslct, desc98, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Preferences-General" type="Main">
		<name id="Edit/Preferences/General/name" value="Algemeen"/> 
		<context id="Edit/Preferences/General/context" value="Bewerken &gt; Voorkeuren &gt; Algemeen"/>
		<desc id="Edit/Preferences/General/desc" value="Bewerk de algemene Photoshop-voorkeuren"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc3 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref1 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idImgP = charIDToTypeID( "ImgP" ); ref1.putEnumerated( idMn, idMnIt, idImgP ); desc3.putReference( idnull, ref1 ); executeAction( idslct, desc3, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Preferences-Interface" type="Main">
		<name id="Edit/Preferences/Interface/name" value="Interface"/> 
		<context id="Edit/Preferences/Interface/context" value="Bewerken &gt; Voorkeuren &gt; Interface"/>
		<desc id="Edit/Preferences/Interface/desc" value="Pas de opties voor de Photoshop-interface aan"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc101 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref57 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idinterfacePrefs = stringIDToTypeID( "interfacePrefs" ); ref57.putEnumerated( idMn, idMnIt, idinterfacePrefs ); desc101.putReference( idnull, ref57 ); executeAction( idslct, desc101, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Preferences-FileHandling" type="Main">
		<name id="Edit/Preferences/FileHandling/name" value="Bestandsbeheer"/> 
		<context id="Edit/Preferences/FileHandling/context" value="Bewerken &gt; Voorkeuren &gt; Bestandsbeheer"/>
		<desc id="Edit/Preferences/FileHandling/desc" value="Configureer de Photoshop-opties voor bestandsbeheer"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc102 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref58 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idSvnF = charIDToTypeID( "SvnF" ); ref58.putEnumerated( idMn, idMnIt, idSvnF ); desc102.putReference( idnull, ref58 ); executeAction( idslct, desc102, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Preferences-Performance" type="Main">
		<name id="Edit/Preferences/Performance/name" value="Snelheid"/> 
		<context id="Edit/Preferences/Performance/context" value="Bewerken &gt; Voorkeuren &gt; Snelheid"/>
		<desc id="Edit/Preferences/Performance/desc" value="Stel de Photoshop-prestaties af"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc205 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref57 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idImgP = charIDToTypeID( "ImgP" ); ref57.putEnumerated( idMn, idMnIt, idImgP ); desc205.putReference( idnull, ref57 ); executeAction( idslct, desc205, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Preferences-Cursors" type="Main">
		<name id="Edit/Preferences/Cursors/name" value="Cursors"/> 
		<context id="Edit/Preferences/Cursors/context" value="Bewerken &gt; Voorkeuren &gt; Cursors"/>
		<desc id="Edit/Preferences/Cursors/desc" value="Definieer de opties voor cursorweergave"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc104 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref60 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idDspC = charIDToTypeID( "DspC" ); ref60.putEnumerated( idMn, idMnIt, idDspC ); desc104.putReference( idnull, ref60 ); executeAction( idslct, desc104, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Preferences-TransparencyandGamut" type="Main">
		<name id="Edit/Preferences/TransparencyandGamut/name" value="Transparantie en kleuromvang"/> 
		<context id="Edit/Preferences/TransparencyandGamut/context" value="Bewerken &gt; Voorkeuren &gt; Transparantie en kleuromvang"/>
		<desc id="Edit/Preferences/TransparencyandGamut/desc" value="Pas de Photoshop-opties voor het verwerken van transparantieweergave en kleuromvangwaarschuwingen aan"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc105 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref61 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTrnG = charIDToTypeID( "TrnG" ); ref61.putEnumerated( idMn, idMnIt, idTrnG ); desc105.putReference( idnull, ref61 ); executeAction( idslct, desc105, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Preferences-UnitsandRulers" type="Main">
		<name id="Edit/Preferences/UnitsandRulers/name" value="Eenheden en linialen"/> 
		<context id="Edit/Preferences/UnitsandRulers/context" value="Bewerken &gt; Voorkeuren &gt; Eenheden en linialen"/>
		<desc id="Edit/Preferences/UnitsandRulers/desc" value="Configureer de maateenheid die in Photoshop wordt gebruikt"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc106 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref62 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idUntR = charIDToTypeID( "UntR" ); ref62.putEnumerated( idMn, idMnIt, idUntR ); desc106.putReference( idnull, ref62 ); executeAction( idslct, desc106, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Preferences-Guides,Grid,SlicesandCount" type="Main">
		<name id="Edit/Preferences/Guides,Grid,SlicesandCount/name" value="Hulplijnen, raster, segmenten en tellen"/> 
		<context id="Edit/Preferences/Guides,Grid,SlicesandCount/context" value="Bewerken &gt; Voorkeuren &gt; Hulplijnen, raster, segmenten en tellen"/>
		<desc id="Edit/Preferences/Guides,Grid,SlicesandCount/desc" value="Stel opties in voor de hulplijnen, rasters, segmenten en telgereedschappen van Photoshop"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc107 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref63 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idGudG = charIDToTypeID( "GudG" ); ref63.putEnumerated( idMn, idMnIt, idGudG ); desc107.putReference( idnull, ref63 ); executeAction( idslct, desc107, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Preferences-Plug-Ins" type="Main">
		<name id="Edit/Preferences/Plug-Ins/name" value="Plug-ins"/> 
		<context id="Edit/Preferences/Plug-Ins/context" value="Bewerken &gt; Voorkeuren &gt; Plug-ins"/>
		<desc id="Edit/Preferences/Plug-Ins/desc" value="Configureer Photoshop desgewenst voor het gebruik van een extra map met plug-ins"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc108 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref64 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idPlgS = charIDToTypeID( "PlgS" ); ref64.putEnumerated( idMn, idMnIt, idPlgS ); desc108.putReference( idnull, ref64 ); executeAction( idslct, desc108, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Preferences-3D" type="Main">
		<name id="Edit/Preferences/3D/name" value="3D"/> 
		<context id="Edit/Preferences/3D/context" value="Bewerken &gt; Voorkeuren &gt; 3D"/>
		<desc id="Edit/Preferences/3D/desc" value="Photoshop-opties configureren voor 3D-weergave en -interactie"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc112 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref46 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idzthreeDPrefs = stringIDToTypeID( "z3DPrefs" ); ref46.putEnumerated( idMn, idMnIt, idzthreeDPrefs ); desc112.putReference( idnull, ref46 ); executeAction( idslct, desc112, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Preferences-CameraRaw" type="Main">
		<name id="Edit/Preferences/CameraRaw/name" value="Camera Raw"/> 
		<context id="Edit/Preferences/CameraRaw/context" value="Bewerken &gt; Voorkeuren &gt; Camera Raw"/>
		<desc id="Edit/Preferences/CameraRaw/desc" value="Camera Raw-opties configureren voor prestaties en bestandsbeheer"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc113 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref47 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idcameraRawPrefs = stringIDToTypeID( "cameraRawPrefs" ); ref47.putEnumerated( idMn, idMnIt, idcameraRawPrefs ); desc113.putReference( idnull, ref47 ); executeAction( idslct, desc113, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Preferences-Type" type="Main">
		<name id="Edit/Preferences/Type/name" value="Type"/> 
		<context id="Edit/Preferences/Type/context" value="Bewerken &gt; Voorkeuren &gt; Tekst"/>
		<desc id="Edit/Preferences/Type/desc" value="Configureer de Photoshop-voorkeuren voor tekstverwerking"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc109 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref65 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtypePreferences = stringIDToTypeID( "typePreferences" ); ref65.putEnumerated( idMn, idMnIt, idtypePreferences ); desc109.putReference( idnull, ref65 ); executeAction( idslct, desc109, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Mode-Bitmap" type="Main">
		<name id="Image/Mode/Bitmap/name" value="Bitmap"/> 
		<context id="Image/Mode/Bitmap/context" value="Afbeelding &gt; Modus &gt; Bitmap"/>
		<desc id="Image/Mode/Bitmap/desc" value="Stel de bitmapmodus in voor het huidige document"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCnvM = charIDToTypeID( "CnvM" ); var desc110 = new ActionDescriptor(); var idT = charIDToTypeID( "T   " ); var idBtmM = charIDToTypeID( "BtmM" ); desc110.putClass( idT, idBtmM ); executeAction( idCnvM, desc110, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Mode-Grayscale" type="Main">
		<name id="Image/Mode/Grayscale/name" value="Grijswaarden"/> 
		<context id="Image/Mode/Grayscale/context" value="Afbeelding &gt; Modus &gt; Grijswaarden"/>
		<desc id="Image/Mode/Grayscale/desc" value="Stel de grijswaardenmodus in voor het huidige document"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCnvM = charIDToTypeID( "CnvM" ); var desc111 = new ActionDescriptor(); var idT = charIDToTypeID( "T   " ); var idGrys = charIDToTypeID( "Grys" ); desc111.putClass( idT, idGrys ); executeAction( idCnvM, desc111, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Mode-Duotone" type="Main">
		<name id="Image/Mode/Duotone/name" value="Duotoon"/> 
		<context id="Image/Mode/Duotone/context" value="Afbeelding &gt; Modus &gt; Duotoon"/>
		<desc id="Image/Mode/Duotone/desc" value="Configureer een grijswaardenafbeelding voor afdrukken met twee, drie en vier inkten door deze om te zetten in een duotoon-, tritoon- en quadtoonafbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCnvM = charIDToTypeID( "CnvM" ); var desc112 = new ActionDescriptor(); var idT = charIDToTypeID( "T   " ); var idDtnM = charIDToTypeID( "DtnM" ); desc112.putClass( idT, idDtnM ); executeAction( idCnvM, desc112, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Mode-IndexedColor" type="Main">
		<name id="Image/Mode/IndexedColor/name" value="Geïndexeerde kleur"/> 
		<context id="Image/Mode/IndexedColor/context" value="Afbeelding &gt; Modus &gt; Geïndexeerde kleur"/>
		<desc id="Image/Mode/IndexedColor/desc" value="Zet het huidige bestand om in een 8-bits afbeeldingsbestand (met maximaal 256 kleuren)"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCnvM = charIDToTypeID( "CnvM" ); var desc113 = new ActionDescriptor(); var idT = charIDToTypeID( "T   " ); var idIndC = charIDToTypeID( "IndC" ); desc113.putClass( idT, idIndC ); executeAction( idCnvM, desc113, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Mode-RGBColor" type="Main">
		<name id="Image/Mode/RGBColor/name" value="RGB-kleur"/> 
		<context id="Image/Mode/RGBColor/context" value="Afbeelding &gt; Modus &gt; RGB-kleur"/>
		<desc id="Image/Mode/RGBColor/desc" value="Zet het huidige document om in de RGB-kleurmodus"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCnvM = charIDToTypeID( "CnvM" ); var desc114 = new ActionDescriptor(); var idT = charIDToTypeID( "T   " ); var idRGBM = charIDToTypeID( "RGBM" ); desc114.putClass( idT, idRGBM ); executeAction( idCnvM, desc114, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Mode-CMYKColor" type="Main">
		<name id="Image/Mode/CMYKColor/name" value="CMYK-kleuren"/> 
		<context id="Image/Mode/CMYKColor/context" value="Afbeelding &gt; Modus &gt; CMYK-kleur"/>
		<desc id="Image/Mode/CMYKColor/desc" value="Zet het huidige document om in de CMYK-kleurmodus"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCnvM = charIDToTypeID( "CnvM" ); var desc6 = new ActionDescriptor(); var idT = charIDToTypeID( "T   " ); var idCMYM = charIDToTypeID( "CMYM" ); desc6.putClass( idT, idCMYM ); executeAction( idCnvM, desc6, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Mode-LabColor" type="Main">
		<name id="Image/Mode/LabColor/name" value="Lab-kleuren"/> 
		<context id="Image/Mode/LabColor/context" value="Afbeelding &gt; Modus &gt; Lab-kleur"/>
		<desc id="Image/Mode/LabColor/desc" value="Zet het huidige document om in de Lab-kleurmodus"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCnvM = charIDToTypeID( "CnvM" ); var desc116 = new ActionDescriptor(); var idT = charIDToTypeID( "T   " ); var idLbCM = charIDToTypeID( "LbCM" ); desc116.putClass( idT, idLbCM ); executeAction( idCnvM, desc116, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Mode-Multichannel" type="Main">
		<name id="Image/Mode/Multichannel/name" value="Multikanaal"/> 
		<context id="Image/Mode/Multichannel/context" value="Afbeelding &gt; Modus &gt; Multikanaal"/>
		<desc id="Image/Mode/Multichannel/desc" value="Zet het huidige document om in de multikanaalmodus met 256 grijsniveaus in elk kanaal"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCnvM = charIDToTypeID( "CnvM" ); var desc117 = new ActionDescriptor(); var idT = charIDToTypeID( "T   " ); var idMltC = charIDToTypeID( "MltC" ); desc117.putClass( idT, idMltC ); executeAction( idCnvM, desc117, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Mode-8Bits/Channel" type="Main">
		<name id="Image/Mode/8Bits/Channel/name" value="8 bits/kanaal"/> 
		<context id="Image/Mode/8Bits/Channel/context" value="Afbeelding &gt; Modus &gt; 8 bits/kanaal"/>
		<desc id="Image/Mode/8Bits/Channel/desc" value="Zet de bitdiepte van het huidige document om in 8 bits per kanaal"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCnvM = charIDToTypeID( "CnvM" ); var desc118 = new ActionDescriptor(); var idDpth = charIDToTypeID( "Dpth" ); desc118.putInteger( idDpth, 8 ); executeAction( idCnvM, desc118, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Mode-16Bits/Channel" type="Main">
		<name id="Image/Mode/16Bits/Channel/name" value="16 bits/kanaal"/> 
		<context id="Image/Mode/16Bits/Channel/context" value="Afbeelding &gt; Modus &gt; 16 bits/kanaal"/>
		<desc id="Image/Mode/16Bits/Channel/desc" value="Zet de bitdiepte van het huidige document om in 16 bits per kanaal"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCnvM = charIDToTypeID( "CnvM" ); var desc119 = new ActionDescriptor(); var idDpth = charIDToTypeID( "Dpth" ); desc119.putInteger( idDpth, 16 ); executeAction( idCnvM, desc119, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Mode-32Bits/Channel" type="Main">
		<name id="Image/Mode/32Bits/Channel/name" value="32 bits/kanaal"/> 
		<context id="Image/Mode/32Bits/Channel/context" value="Afbeelding &gt; Modus &gt; 32 bits/kanaal"/>
		<desc id="Image/Mode/32Bits/Channel/desc" value="Zet de bitdiepte van het huidige document om in 32 bits per kanaal"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCnvM = charIDToTypeID( "CnvM" ); var desc120 = new ActionDescriptor(); var idDpth = charIDToTypeID( "Dpth" ); desc120.putInteger( idDpth, 32 ); executeAction( idCnvM, desc120, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Mode-ColorTable" type="Main">
		<name id="Image/Mode/ColorTable/name" value="Kleurentabel"/> 
		<context id="Image/Mode/ColorTable/context" value="Afbeelding &gt; Modus &gt; Kleurentabel"/>
		<desc id="Image/Mode/ColorTable/desc" value="Bewerk de kleurentabel van een geïndexeerde-kleurenafbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc121 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref66 = new ActionReference(); var idClr = charIDToTypeID( "Clr " ); var idClrT = charIDToTypeID( "ClrT" ); ref66.putProperty( idClr, idClrT ); desc121.putReference( idnull, ref66 ); executeAction( idsetd, desc121, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Adjustments-Levels" type="Main">
		<name id="Image/Adjustments/Levels/name" value="Niveaus"/> 
		<context id="Image/Adjustments/Levels/context" value="Afbeelding &gt; Aanpassingen &gt; Niveaus"/>
		<desc id="Image/Adjustments/Levels/desc" value="Corrigeer het toonbereik en de kleurbalans van de afbeelding door de intensiteit van de schaduwen, middentonen en hooglichten aan te passen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idLvls = charIDToTypeID( "Lvls" ); executeAction( idLvls, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Adjustments-AutoLevels" type="Main">
		<name id="Image/Adjustments/AutoLevels/name" value="Automatische niveaus"/> 
		<context id="Image/Adjustments/AutoLevels/context" value="Afbeelding &gt; Aanpassingen &gt; Automatische niveaus"/>
		<desc id="Image/Adjustments/AutoLevels/desc" value="Pas het zwarte en witte punt in een afbeelding automatisch aan, zodat het contrast wordt verhoogd"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idLvls = charIDToTypeID( "Lvls" ); var desc122 = new ActionDescriptor(); var idAuto = charIDToTypeID( "Auto" ); desc122.putBoolean( idAuto, true ); executeAction( idLvls, desc122, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Adjustments-AutoContrast" type="Main">
		<name id="Image/Adjustments/AutoContrast/name" value="Automatisch contrast"/> 
		<context id="Image/Adjustments/AutoContrast/context" value="Afbeelding &gt; Aanpassingen &gt; Automatisch contrast"/>
		<desc id="Image/Adjustments/AutoContrast/desc" value="Pas automatisch het afbeeldingscontrast, de structuurschaduwen en hooglichtgebieden aan tot zuiver zwart-wit"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idLvls = charIDToTypeID( "Lvls" ); var desc123 = new ActionDescriptor(); var idAuCo = charIDToTypeID( "AuCo" ); desc123.putBoolean( idAuCo, true ); executeAction( idLvls, desc123, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Adjustments-AutoColor" type="Main">
		<name id="Image/Adjustments/AutoColor/name" value="Automatische kleuren"/> 
		<context id="Image/Adjustments/AutoColor/context" value="Afbeelding &gt; Aanpassingen &gt; Automatische kleuren"/>
		<desc id="Image/Adjustments/AutoColor/desc" value="Neutraliseer een kleurzweem door de kleur en het contrast in de huidige afbeelding te analyseren"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idLvls = charIDToTypeID( "Lvls" ); var desc124 = new ActionDescriptor(); var idautoBlackWhite = stringIDToTypeID( "autoBlackWhite" ); desc124.putBoolean( idautoBlackWhite, true ); var idautoNeutrals = stringIDToTypeID( "autoNeutrals" ); desc124.putBoolean( idautoNeutrals, true ); executeAction( idLvls, desc124, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Adjustments-Curves" type="Main">
		<name id="Image/Adjustments/Curves/name" value="Curven"/> 
		<context id="Image/Adjustments/Curves/context" value="Afbeelding &gt; Aanpassingen &gt; Curven"/>
		<desc id="Image/Adjustments/Curves/desc" value="Pas het toonbereik van de huidige afbeelding aan; u kunt maar liefst 14 besturingspunten instellen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCrvs = charIDToTypeID( "Crvs" ); executeAction( idCrvs, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Adjustments-ColorBalance" type="Main">
		<name id="Image/Adjustments/ColorBalance/name" value="Kleurbalans"/> 
		<context id="Image/Adjustments/ColorBalance/context" value="Afbeelding &gt; Aanpassingen &gt; Kleurbalans"/>
		<desc id="Image/Adjustments/ColorBalance/desc" value="Wijzig de algemene kleurenmix in een afbeelding, zodat alle kleuren worden gecorrigeerd"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idClrB = charIDToTypeID( "ClrB" ); executeAction( idClrB, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Adjustments-Brightness/Contrast" type="Main">
		<name id="Image/Adjustments/Brightness/Contrast/name" value="Helderheid/contrast"/> 
		<context id="Image/Adjustments/Brightness/Contrast/context" value="Afbeelding &gt; Aanpassingen &gt; Helderheid/contrast"/>
		<desc id="Image/Adjustments/Brightness/Contrast/desc" value="Maak eenvoudige aanpassingen in het toonbereik van de afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idBrgC = charIDToTypeID( "BrgC" ); executeAction( idBrgC, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Adjustments-BlackandWhite" type="Main">
		<name id="Image/Adjustments/BlackandWhite/name" value="Zwart-wit"/> 
		<context id="Image/Adjustments/BlackandWhite/context" value="Afbeelding &gt; Aanpassingen &gt; Zwart-wit"/>
		<desc id="Image/Adjustments/BlackandWhite/desc" value="Bestuur de omzetting van kleur in zwart-wit met gebruik van een aantal schuifregelaars en voorinstellingen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idBanW = charIDToTypeID( "BanW" ); executeAction( idBanW, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="" id="Image-Adjustments-Vibrance" type="Main">
		<name id="Image/Adjustments/Vibrance/name" value="Levendigheid"/> 
		<context id="Image/Adjustments/Vibrance/context" value="Afbeelding &gt; Aanpassingen &gt; Levendigheid"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idvibrance = stringIDToTypeID( "vibrance" ); executeAction( idvibrance, undefined, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Adjustments-Hue/Saturation" type="Main">
		<name id="Image/Adjustments/Hue/Saturation/name" value="Kleurtoon/verzadiging"/> 
		<context id="Image/Adjustments/Hue/Saturation/context" value="Afbeelding &gt; Aanpassingen &gt; Kleurtoon/verzadiging"/>
		<desc id="Image/Adjustments/Hue/Saturation/desc" value="Pas de kleurtoon, verzadiging en helderheid van een specifieke kleurcomponent in de afbeelding aan of pas tegelijkertijd alle kleuren in de afbeelding aan"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idHStr = charIDToTypeID( "HStr" ); executeAction( idHStr, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Adjustments-Desaturate" type="Main">
		<name id="Image/Adjustments/Desaturate/name" value="Minder verzadiging"/> 
		<context id="Image/Adjustments/Desaturate/context" value="Afbeelding &gt; Aanpassingen &gt; Minder verzadiging"/>
		<desc id="Image/Adjustments/Desaturate/desc" value="Zet een kleurenafbeelding om in grijswaarden waarbij de kleurmodus van de afbeelding behouden blijft"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDstt = charIDToTypeID( "Dstt" ); executeAction( idDstt, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Adjustments-MatchColor" type="Main">
		<name id="Image/Adjustments/MatchColor/name" value="Kleur afstemmen"/> 
		<context id="Image/Adjustments/MatchColor/context" value="Afbeelding &gt; Aanpassingen &gt; Kleur afstemmen"/>
		<desc id="Image/Adjustments/MatchColor/desc" value="Stem kleuren in meerdere afbeeldingen, meerdere lagen of meerdere selecties op elkaar af"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idmatchColor = stringIDToTypeID( "matchColor" ); executeAction( idmatchColor, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Adjustments-ReplaceColor" type="Main">
		<name id="Image/Adjustments/ReplaceColor/name" value="Kleur vervangen"/> 
		<context id="Image/Adjustments/ReplaceColor/context" value="Afbeelding &gt; Aanpassingen &gt; Kleur vervangen"/>
		<desc id="Image/Adjustments/ReplaceColor/desc" value="Maak een masker om specifieke kleuren in een afbeelding te selecteren en vervolgens te vervangen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idRplC = charIDToTypeID( "RplC" ); executeAction( idRplC, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Adjustments-SelectiveColor" type="Main">
		<name id="Image/Adjustments/SelectiveColor/name" value="Selectieve kleur"/> 
		<context id="Image/Adjustments/SelectiveColor/context" value="Afbeelding &gt; Aanpassingen &gt; Selectieve kleur"/>
		<desc id="Image/Adjustments/SelectiveColor/desc" value="Pas specifieke kleurgebieden in een afbeelding aan"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idSlcC = charIDToTypeID( "SlcC" ); executeAction( idSlcC, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Adjustments-ChannelMixer" type="Main">
		<name id="Image/Adjustments/ChannelMixer/name" value="Kanaalmixer"/> 
		<context id="Image/Adjustments/ChannelMixer/context" value="Afbeelding &gt; Aanpassingen &gt; Kanaalmixer"/>
		<desc id="Image/Adjustments/ChannelMixer/desc" value="Maak afbeeldingen in grijswaarden, sepia of andere kleurtinten of pas de afbeeldingskleuren op creatieve wijze aan"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idChnM = charIDToTypeID( "ChnM" ); executeAction( idChnM, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Adjustments-GradientMap" type="Main">
		<name id="Image/Adjustments/GradientMap/name" value="Verloop toewijzen"/> 
		<context id="Image/Adjustments/GradientMap/context" value="Afbeelding &gt; Aanpassingen &gt; Verloop toewijzen"/>
		<desc id="Image/Adjustments/GradientMap/desc" value="Pas kleuren toe op een grijswaardenafbeelding of pas de bestaande afbeeldingskleuren aan"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idGrMp = charIDToTypeID( "GrMp" ); executeAction( idGrMp, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Adjustments-PhotoFilter" type="Main">
		<name id="Image/Adjustments/PhotoFilter/name" value="Fotofilter"/> 
		<context id="Image/Adjustments/PhotoFilter/context" value="Afbeelding &gt; Aanpassingen &gt; Fotofilter"/>
		<desc id="Image/Adjustments/PhotoFilter/desc" value="Pas de kleurbalans en de kleurtemperatuur aan van het licht dat de lens doorlaat"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idphotoFilter = stringIDToTypeID( "photoFilter" ); executeAction( idphotoFilter, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Adjustments-Shadow/Highlight" type="Main">
		<name id="Image/Adjustments/Shadow/Highlight/name" value="Schaduw/hooglicht"/> 
		<context id="Image/Adjustments/Shadow/Highlight/context" value="Afbeelding &gt; Aanpassingen &gt; Schaduw/hooglicht"/>
		<desc id="Image/Adjustments/Shadow/Highlight/desc" value="Pas de schaduw- en hooglichtgebieden van een afbeelding aan"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idadaptCorrect = stringIDToTypeID( "adaptCorrect" ); executeAction( idadaptCorrect, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Adjustments-HDRToning" type="Main">
		<name id="Image/Adjustments/HDRToning/name" value="HDR-kleurtinten"/> 
		<context id="Image/Adjustments/HDRToning/context" value="Afbeelding &gt; Aanpassingen &gt; HDR-kleurtinten"/>
		<desc id="Image/Adjustments/HDRToning/desc" value="Aanpassingen in HDR-stijl toepassen op de huidige afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idAdobeScriptAutomationScripts = stringIDToTypeID( "AdobeScriptAutomation Scripts" ); var desc4 = new ActionDescriptor(); var idjsCt = charIDToTypeID( "jsCt" ); desc4.putPath( idjsCt, new File( "/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Required/HDRToning.jsx" ) ); executeAction( idAdobeScriptAutomationScripts, desc4, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Adjustments-Exposure" type="Main">
		<name id="Image/Adjustments/Exposure/name" value="Belichting"/> 
		<context id="Image/Adjustments/Exposure/context" value="Afbeelding &gt; Aanpassingen &gt; Belichting"/>
		<desc id="Image/Adjustments/Exposure/desc" value="Pas de belichting van een afbeelding aan"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idExps = charIDToTypeID( "Exps" ); executeAction( idExps, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Adjustments-Invert" type="Main">
		<name id="Image/Adjustments/Invert/name" value="Omkeren"/> 
		<context id="Image/Adjustments/Invert/context" value="Afbeelding &gt; Aanpassingen &gt; Negatief"/>
		<desc id="Image/Adjustments/Invert/desc" value="Keer de kleuren van een afbeelding om"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idInvr = charIDToTypeID( "Invr" ); executeAction( idInvr, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Adjustments-Equalize" type="Main">
		<name id="Image/Adjustments/Equalize/name" value="Egaliseren"/> 
		<context id="Image/Adjustments/Equalize/context" value="Afbeelding &gt; Aanpassingen &gt; Egaliseren"/>
		<desc id="Image/Adjustments/Equalize/desc" value="Verdeel de helderheidswaarden van een afbeelding opnieuw"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idEqlz = charIDToTypeID( "Eqlz" ); executeAction( idEqlz, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Adjustments-Threshold" type="Main">
		<name id="Image/Adjustments/Threshold/name" value="Drempel"/> 
		<context id="Image/Adjustments/Threshold/context" value="Afbeelding &gt; Aanpassingen &gt; Drempel"/>
		<desc id="Image/Adjustments/Threshold/desc" value="Zet afbeeldingen om in zwart-wit met veel contrast"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idThrs = charIDToTypeID( "Thrs" ); executeAction( idThrs, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Adjustments-Posterize" type="Main">
		<name id="Image/Adjustments/Posterize/name" value="Waarden beperken"/> 
		<context id="Image/Adjustments/Posterize/context" value="Afbeelding &gt; Aanpassingen &gt; Waarden beperken"/>
		<desc id="Image/Adjustments/Posterize/desc" value="Geef toonniveaus op voor elk kanaal"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idPstr = charIDToTypeID( "Pstr" ); executeAction( idPstr, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Adjustments-Variations" type="Main">
		<name id="Image/Adjustments/Variations/name" value="Variaties"/> 
		<context id="Image/Adjustments/Variations/context" value="Afbeelding &gt; Aanpassingen &gt; Variaties"/>
		<desc id="Image/Adjustments/Variations/desc" value="Kies uit voorvertoningen van verschillende afbeeldingsaanpassingen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idVrtn = charIDToTypeID( "Vrtn" ); executeAction( idVrtn, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Duplicate" type="Main">
		<name id="Image/Duplicate/name" value="Dupliceren"/> 
		<context id="Image/Duplicate/context" value="Afbeelding &gt; Dupliceren"/>
		<desc id="Image/Duplicate/desc" value="Dupliceer de afbeeldingsinhoud"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDplc = charIDToTypeID( "Dplc" ); var desc125 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref67 = new ActionReference(); var idDcmn = charIDToTypeID( "Dcmn" ); var idOrdn = charIDToTypeID( "Ordn" ); var idFrst = charIDToTypeID( "Frst" ); ref67.putEnumerated( idDcmn, idOrdn, idFrst ); desc125.putReference( idnull, ref67 ); executeAction( idDplc, desc125, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-ApplyImage" type="Main">
		<name id="Image/ApplyImage/name" value="Afbeelding toepassen"/> 
		<context id="Image/ApplyImage/context" value="Afbeelding &gt; Afbeelding toepassen"/>
		<desc id="Image/ApplyImage/desc" value="Laat de kanalen van afbeeldingslagen in elkaar overvloeien"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc126 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref68 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idAplI = charIDToTypeID( "AplI" ); ref68.putEnumerated( idMn, idMnIt, idAplI ); desc126.putReference( idnull, ref68 ); executeAction( idslct, desc126, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Calculations" type="Main">
		<name id="Image/Calculations/name" value="Berekenen"/> 
		<context id="Image/Calculations/context" value="Afbeelding &gt; Berekenen"/>
		<desc id="Image/Calculations/desc" value="Laat twee kanalen in een afbeelding overvloeien"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc127 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref69 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idClcl = charIDToTypeID( "Clcl" ); ref69.putEnumerated( idMn, idMnIt, idClcl ); desc127.putReference( idnull, ref69 ); executeAction( idslct, desc127, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-ImageSize" type="Main">
		<name id="Image/ImageSize/name" value="Afbeeldingsgrootte"/> 
		<context id="Image/ImageSize/context" value="Afbeelding &gt; Afbeeldingsgrootte"/>
		<desc id="Image/ImageSize/desc" value="Wijzig de afmetingen van een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idImgS = charIDToTypeID( "ImgS" ); executeAction( idImgS, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-CanvasSize" type="Main">
		<name id="Image/CanvasSize/name" value="Canvasgrootte"/> 
		<context id="Image/CanvasSize/context" value="Afbeelding &gt; Canvasgrootte"/>
		<desc id="Image/CanvasSize/desc" value="Wijzig de grootte van het gebied buiten de afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCnvS = charIDToTypeID( "CnvS" ); executeAction( idCnvS, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-ImageRotation-180degrees" type="Main">
		<name id="Image/ImageRotation/180degrees/name" value="180 graden"/> 
		<context id="Image/ImageRotation/180degrees/context" value="Afbeelding &gt; Afbeelding roteren &gt; 180 graden"/>
		<desc id="Image/ImageRotation/180degrees/desc" value="Roteer het afbeeldingscanvas met 180 graden"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idRtte = charIDToTypeID( "Rtte" ); var desc147 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref81 = new ActionReference(); var idDcmn = charIDToTypeID( "Dcmn" ); var idOrdn = charIDToTypeID( "Ordn" ); var idFrst = charIDToTypeID( "Frst" ); ref81.putEnumerated( idDcmn, idOrdn, idFrst ); desc147.putReference( idnull, ref81 ); var idAngl = charIDToTypeID( "Angl" ); var idAng = charIDToTypeID( "#Ang" ); desc147.putUnitDouble( idAngl, idAng, 180.000000 ); executeAction( idRtte, desc147, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-ImageRotation-90degreesCW" type="Main">
		<name id="Image/ImageRotation/90degreesCW/name" value="90 graden rechtsom"/> 
		<context id="Image/ImageRotation/90degreesCW/context" value="Afbeelding &gt; Afbeelding roteren &gt; 90 graden rechtsom"/>
		<desc id="Image/ImageRotation/90degreesCW/desc" value="Roteer het afbeeldingscanvas 90 graden rechtsom"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idRtte = charIDToTypeID( "Rtte" ); var desc148 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref82 = new ActionReference(); var idDcmn = charIDToTypeID( "Dcmn" ); var idOrdn = charIDToTypeID( "Ordn" ); var idFrst = charIDToTypeID( "Frst" ); ref82.putEnumerated( idDcmn, idOrdn, idFrst ); desc148.putReference( idnull, ref82 ); var idAngl = charIDToTypeID( "Angl" ); var idAng = charIDToTypeID( "#Ang" ); desc148.putUnitDouble( idAngl, idAng, 90.000000 ); executeAction( idRtte, desc148, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-ImageRotation-90degreesCCW" type="Main">
		<name id="Image/ImageRotation/90degreesCCW/name" value="90 graden linksom"/> 
		<context id="Image/ImageRotation/90degreesCCW/context" value="Afbeelding &gt; Afbeelding roteren &gt; 90 graden linksom"/>
		<desc id="Image/ImageRotation/90degreesCCW/desc" value="Roteer het afbeeldingscanvas 90 graden linksom"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idRtte = charIDToTypeID( "Rtte" ); var desc149 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref83 = new ActionReference(); var idDcmn = charIDToTypeID( "Dcmn" ); var idOrdn = charIDToTypeID( "Ordn" ); var idFrst = charIDToTypeID( "Frst" ); ref83.putEnumerated( idDcmn, idOrdn, idFrst ); desc149.putReference( idnull, ref83 ); var idAngl = charIDToTypeID( "Angl" ); var idAng = charIDToTypeID( "#Ang" ); desc149.putUnitDouble( idAngl, idAng, -90.000000 ); executeAction( idRtte, desc149, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-ImageRotation-Arbitrary" type="Main">
		<name id="Image/ImageRotation/Arbitrary/name" value="Instelbaar"/> 
		<context id="Image/ImageRotation/Arbitrary/context" value="Afbeelding &gt; Afbeelding roteren &gt; Instelbaar"/>
		<desc id="Image/ImageRotation/Arbitrary/desc" value="Roteer het afbeeldingscanvas in willekeurige mate"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idRtte = charIDToTypeID( "Rtte" ); var desc150 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref84 = new ActionReference(); var idDcmn = charIDToTypeID( "Dcmn" ); var idOrdn = charIDToTypeID( "Ordn" ); var idFrst = charIDToTypeID( "Frst" ); ref84.putEnumerated( idDcmn, idOrdn, idFrst ); desc150.putReference( idnull, ref84 ); executeAction( idRtte, desc150, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-ImageRotation-FlipCanvasHorizontal" type="Main">
		<name id="Image/ImageRotation/FlipCanvasHorizontal/name" value="Canvas horizontaal omdraaien"/> 
		<context id="Image/ImageRotation/FlipCanvasHorizontal/context" value="Afbeelding &gt; Afbeelding roteren &gt; Canvas horizontaal omdraaien"/>
		<desc id="Image/ImageRotation/FlipCanvasHorizontal/desc" value="Draai het afbeeldingcanvas horizontaal om"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idFlip = charIDToTypeID( "Flip" ); var desc151 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref85 = new ActionReference(); var idDcmn = charIDToTypeID( "Dcmn" ); var idOrdn = charIDToTypeID( "Ordn" ); var idFrst = charIDToTypeID( "Frst" ); ref85.putEnumerated( idDcmn, idOrdn, idFrst ); desc151.putReference( idnull, ref85 ); var idAxis = charIDToTypeID( "Axis" ); var idOrnt = charIDToTypeID( "Ornt" ); var idHrzn = charIDToTypeID( "Hrzn" ); desc151.putEnumerated( idAxis, idOrnt, idHrzn ); executeAction( idFlip, desc151, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-ImageRotation-FlipCanvasVertical" type="Main">
		<name id="Image/ImageRotation/FlipCanvasVertical/name" value="Canvas verticaal omdraaien"/> 
		<context id="Image/ImageRotation/FlipCanvasVertical/context" value="Afbeelding &gt; Afbeelding roteren &gt; Canvas verticaal omdraaien"/>
		<desc id="Image/ImageRotation/FlipCanvasVertical/desc" value="Draai het afbeeldingcanvas verticaal om"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idFlip = charIDToTypeID( "Flip" ); var desc152 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref86 = new ActionReference(); var idDcmn = charIDToTypeID( "Dcmn" ); var idOrdn = charIDToTypeID( "Ordn" ); var idFrst = charIDToTypeID( "Frst" ); ref86.putEnumerated( idDcmn, idOrdn, idFrst ); desc152.putReference( idnull, ref86 ); var idAxis = charIDToTypeID( "Axis" ); var idOrnt = charIDToTypeID( "Ornt" ); var idVrtc = charIDToTypeID( "Vrtc" ); desc152.putEnumerated( idAxis, idOrnt, idVrtc ); executeAction( idFlip, desc152, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Crop" type="Main">
		<name id="Image/Crop/name" value="Uitsnijden"/> 
		<context id="Image/Crop/context" value="Afbeelding &gt; Uitsnijden"/>
		<desc id="Image/Crop/desc" value="Snijd de afbeelding uit"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCrop = charIDToTypeID( "Crop" ); executeAction( idCrop, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Trim" type="Main">
		<name id="Image/Trim/name" value="Verkleinen"/> 
		<context id="Image/Trim/context" value="Afbeelding &gt; Bijsnijden"/>
		<desc id="Image/Trim/desc" value="Verwijder kleine gedeelten van een afbeelding op grootte en locatie"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc153 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref87 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtrim = stringIDToTypeID( "trim" ); ref87.putEnumerated( idMn, idMnIt, idtrim ); desc153.putReference( idnull, ref87 ); executeAction( idslct, desc153, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-RevealAll" type="Main">
		<name id="Image/RevealAll/name" value="Alles zichtbaar maken"/> 
		<context id="Image/RevealAll/context" value="Afbeelding &gt; Alles zichtbaar maken"/>
		<desc id="Image/RevealAll/desc" value="Toon alle aspecten van een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idRvlA = charIDToTypeID( "RvlA" ); executeAction( idRvlA, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Variables-Define" type="Main">
		<name id="Image/Variables/Define/name" value="Definiëren"/> 
		<context id="Image/Variables/Define/context" value="Afbeelding &gt; Variabelen &gt; Definiëren"/>
		<desc id="Image/Variables/Define/desc" value="Definieer de specifieke instellingen en parameters van de laagvariabelen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc154 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref88 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var iddefineVariables = stringIDToTypeID( "defineVariables" ); ref88.putEnumerated( idMn, idMnIt, iddefineVariables ); desc154.putReference( idnull, ref88 ); executeAction( idslct, desc154, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Variables-DataSets" type="Main">
		<name id="Image/Variables/DataSets/name" value="Gegevenssets"/> 
		<context id="Image/Variables/DataSets/context" value="Afbeelding &gt; Variabelen &gt; Gegevenssets"/>
		<desc id="Image/Variables/DataSets/desc" value="Definieer specifieke variabelen voor gegevenssets die u wilt gebruiken met variabelen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc155 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref89 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var ideditDataSets = stringIDToTypeID( "editDataSets" ); ref89.putEnumerated( idMn, idMnIt, ideditDataSets ); desc155.putReference( idnull, ref89 ); executeAction( idslct, desc155, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-ApplyDataSet" type="Main">
		<name id="Image/ApplyDataSet/name" value="Gegevensset toepassen"/> 
		<context id="Image/ApplyDataSet/context" value="Afbeelding &gt; Gegevensset toepassen"/>
		<desc id="Image/ApplyDataSet/desc" value="Pas een specifieke, opgeslagen gegevensset toe"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idAply = charIDToTypeID( "Aply" ); var desc156 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref90 = new ActionReference(); var iddataSetClass = stringIDToTypeID( "dataSetClass" ); ref90.putClass( iddataSetClass ); desc156.putReference( idnull, ref90 ); executeAction( idAply, desc156, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Trap" type="Main">
		<name id="Image/Trap/name" value="Overvullen"/> 
		<context id="Image/Trap/context" value="Afbeelding &gt; Overvullen"/>
		<desc id="Image/Trap/desc" value="Maak een preventatieve overlapping voor drukken op een drukpers"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idTrap = charIDToTypeID( "Trap" ); executeAction( idTrap, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-New-Layer" type="Main">
		<name id="Layer/New/Layer/name" value="Laag"/> 
		<context id="Layer/New/Layer/context" value="Laag &gt; Nieuw &gt; Laag"/>
		<desc id="Layer/New/Layer/desc" value="Voeg een nieuwe laag toe aan een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id1 = charIDToTypeID( "Mk  " ); var desc1 = new ActionDescriptor(); var id2 = charIDToTypeID( "null" ); var ref1 = new ActionReference(); var id3 = charIDToTypeID( "Lyr " ); ref1.putClass( id3 ); desc1.putReference( id2, ref1 ); executeAction( id1, desc1, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-New-Background" type="Main">
		<name id="Layer/New/Background/name" value="Achtergrond"/> 
		<context id="Layer/New/Background/context" value="Laag &gt; Nieuw &gt; Achtergrond"/>
		<desc id="Layer/New/Background/desc" value="Voeg een nieuwe achtergrondlaag toe aan een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc157 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref91 = new ActionReference(); var idLyr = charIDToTypeID( "Lyr " ); var idBckg = charIDToTypeID( "Bckg" ); ref91.putProperty( idLyr, idBckg ); desc157.putReference( idnull, ref91 ); var idT = charIDToTypeID( "T   " ); var desc158 = new ActionDescriptor(); var idLyr = charIDToTypeID( "Lyr " ); desc157.putObject( idT, idLyr, desc158 ); executeAction( idsetd, desc157, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-New-LayerFromBackground" type="Main">
		<name id="Layer/New/LayerFromBackground/name" value="Laag uit achtergrond"/> 
		<context id="Layer/New/LayerFromBackground/context" value="Laag &gt; Nieuw&gt; Laag uit achtergrond"/>
		<desc id="Layer/New/LayerFromBackground/desc" value="Een nieuwe laag maken door de huidige achtergrondlaag te dupliceren"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc93 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref12 = new ActionReference(); var idLyr = charIDToTypeID( "Lyr " ); var idBckg = charIDToTypeID( "Bckg" ); ref12.putProperty( idLyr, idBckg ); desc93.putReference( idnull, ref12 ); var idT = charIDToTypeID( "T   " ); var desc94 = new ActionDescriptor(); var idLyr = charIDToTypeID( "Lyr " ); desc93.putObject( idT, idLyr, desc94 ); executeAction( idsetd, desc93, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-New-Group" type="Main">
		<name id="Layer/New/Group/name" value="Groep"/> 
		<context id="Layer/New/Group/context" value="Laag &gt; Nieuw &gt; Groep"/>
		<desc id="Layer/New/Group/desc" value="Definieer een nieuwe bovenliggende groep voor een verzameling lagen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id245 = charIDToTypeID( "slct" ); var desc59 = new ActionDescriptor(); var id246 = charIDToTypeID( "null" ); var ref47 = new ActionReference(); var id247 = charIDToTypeID( "Mn  " ); var id248 = charIDToTypeID( "MnIt" ); var id249 = stringIDToTypeID( "layerSection" ); ref47.putEnumerated( id247, id248, id249 ); desc59.putReference( id246, ref47 ); executeAction( id245, desc59, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-New-GroupfromLayers" type="Main">
		<name id="Layer/New/GroupfromLayers/name" value="Groeperen uit lagen"/> 
		<context id="Layer/New/GroupfromLayers/context" value="Laag &gt; Nieuw &gt; Groep van lagen"/>
		<desc id="Layer/New/GroupfromLayers/desc" value="Maak een nieuwe groep van geselecteerde lagen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id9 = stringIDToTypeID( "groupLayersEvent" ); var desc3 = new ActionDescriptor(); var id10 = charIDToTypeID( "null" ); var ref3 = new ActionReference(); var id11 = charIDToTypeID( "Lyr " ); var id12 = charIDToTypeID( "Ordn" ); var id13 = charIDToTypeID( "Trgt" ); ref3.putEnumerated( id11, id12, id13 ); desc3.putReference( id10, ref3 ); executeAction( id9, desc3, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-New-LayerviaCopy" type="Main">
		<name id="Layer/New/LayerviaCopy/name" value="Laag via kopiëren"/> 
		<context id="Layer/New/LayerviaCopy/context" value="Laag &gt; Nieuw &gt; Laag via kopiëren"/>
		<desc id="Layer/New/LayerviaCopy/desc" value="Maak een laag op basis van gekopieerde gegevens"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id14 = charIDToTypeID( "CpTL" ); executeAction( id14, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-New-LayerviaCut" type="Main">
		<name id="Layer/New/LayerviaCut/name" value="Laag via knippen"/> 
		<context id="Layer/New/LayerviaCut/context" value="Laag &gt; Nieuw &gt; Laag via knippen"/>
		<desc id="Layer/New/LayerviaCut/desc" value="Maak een nieuwe laag via gegevens die uit een andere afbeelding zijn geknipt"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id15 = charIDToTypeID( "CtTL" ); executeAction( id15, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-DuplicateLayer/Group" type="Main">
		<name id="Layer/DuplicateLayer/Group/name" value="Laag/groep dupliceren"/> 
		<context id="Layer/DuplicateLayer/Group/context" value="Laag &gt; Laag/Groep dupliceren"/>
		<desc id="Layer/DuplicateLayer/Group/desc" value="Dupliceer de geselecteerde la(a)g(en) of groep(en)"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id16 = charIDToTypeID( "Dplc" ); var desc4 = new ActionDescriptor(); var id17 = charIDToTypeID( "null" ); var ref4 = new ActionReference(); var id18 = charIDToTypeID( "Lyr " ); var id19 = charIDToTypeID( "Ordn" ); var id20 = charIDToTypeID( "Trgt" ); ref4.putEnumerated( id18, id19, id20 ); desc4.putReference( id17, ref4 ); executeAction( id16, desc4, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Delete-DeleteLayer/Group" type="Main">
		<name id="Layer/Delete/DeleteLayer/Group/name" value="Laag/groep verwijderen"/> 
		<context id="Layer/Delete/DeleteLayer/Group/context" value="Laag &gt; Verwijderen &gt; Laag/Groep verwijderen"/>
		<desc id="Layer/Delete/DeleteLayer/Group/desc" value="Verwijder de geselecteerde la(a)g(en) of groep(en)"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id21 = charIDToTypeID( "Dlt " ); var desc5 = new ActionDescriptor(); var id22 = charIDToTypeID( "null" ); var ref5 = new ActionReference(); var id23 = charIDToTypeID( "Lyr " ); var id24 = charIDToTypeID( "Ordn" ); var id25 = charIDToTypeID( "Trgt" ); ref5.putEnumerated( id23, id24, id25 ); desc5.putReference( id22, ref5 ); executeAction( id21, desc5, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Delete-HiddenLayers" type="Main">
		<name id="Layer/Delete/HiddenLayers/name" value="Verborgen lagen"/> 
		<context id="Layer/Delete/HiddenLayers/context" value="Laag &gt; Verwijderen &gt; Verborgen lagen"/>
		<desc id="Layer/Delete/HiddenLayers/desc" value="Verborgen lagen verwijderen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id26 = charIDToTypeID( "Dlt " ); var desc6 = new ActionDescriptor(); var id27 = charIDToTypeID( "null" ); var ref6 = new ActionReference(); var id28 = charIDToTypeID( "Lyr " ); var id29 = charIDToTypeID( "Ordn" ); var id30 = stringIDToTypeID( "hidden" ); ref6.putEnumerated( id28, id29, id30 ); desc6.putReference( id27, ref6 ); executeAction( id26, desc6, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Layer/GroupProperties" type="Main">
		<name id="Layer/Layer/GroupProperties/name" value="Laag-/Groepeigenschappen"/> 
		<context id="Layer/Layer/GroupProperties/context" value="Laag &gt; Laageigenschappen/Groepeigenschappen"/>
		<desc id="Layer/Layer/GroupProperties/desc" value="Pas de eigenschappen van de geselecteerde laag of groep aan"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id31 = charIDToTypeID( "slct" ); var desc7 = new ActionDescriptor(); var id32 = charIDToTypeID( "null" ); var ref7 = new ActionReference(); var id33 = charIDToTypeID( "Mn  " ); var id34 = charIDToTypeID( "MnIt" ); var id35 = charIDToTypeID( "LyrO" ); ref7.putEnumerated( id33, id34, id35 ); desc7.putReference( id32, ref7 ); executeAction( id31, desc7, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-LayerStyle-BlendingOptions" type="Main">
		<name id="Layer/LayerStyle/BlendingOptions/name" value="Opties voor overvloeien"/> 
		<context id="Layer/LayerStyle/BlendingOptions/context" value="Laag &gt; Laagstijl &gt; Opties voor overvloeien"/>
		<desc id="Layer/LayerStyle/BlendingOptions/desc" value="Definieer de overvloeiopties van een geselecteerde laag"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id36 = charIDToTypeID( "setd" ); var desc8 = new ActionDescriptor(); var id37 = charIDToTypeID( "null" ); var ref8 = new ActionReference(); var id38 = charIDToTypeID( "Prpr" ); var id39 = stringIDToTypeID( "blendOptions" ); ref8.putProperty( id38, id39 ); var id40 = charIDToTypeID( "Lyr " ); var id41 = charIDToTypeID( "Ordn" ); var id42 = charIDToTypeID( "Trgt" ); ref8.putEnumerated( id40, id41, id42 ); desc8.putReference( id37, ref8 ); var id43 = charIDToTypeID( "T   " ); var desc9 = new ActionDescriptor(); var id44 = stringIDToTypeID( "blendOptions" ); var id45 = stringIDToTypeID( "blendOptions" ); desc9.putClass( id44, id45 ); var id46 = stringIDToTypeID( "blendOptions" ); desc8.putObject( id43, id46, desc9 ); executeAction( id36, desc8, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-LayerStyle-DropShadow" type="Main">
		<name id="Layer/LayerStyle/DropShadow/name" value="Slagschaduw"/> 
		<context id="Layer/LayerStyle/DropShadow/context" value="Laag &gt; Laagstijl &gt; Slagschaduw"/>
		<desc id="Layer/LayerStyle/DropShadow/desc" value="Voeg een slagschaduw toe aan een laag"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id47 = charIDToTypeID( "setd" ); var desc10 = new ActionDescriptor(); var id48 = charIDToTypeID( "null" ); var ref9 = new ActionReference(); var id49 = charIDToTypeID( "Prpr" ); var id50 = charIDToTypeID( "Lefx" ); ref9.putProperty( id49, id50 ); var id51 = charIDToTypeID( "Lyr " ); var id52 = charIDToTypeID( "Ordn" ); var id53 = charIDToTypeID( "Trgt" ); ref9.putEnumerated( id51, id52, id53 ); desc10.putReference( id48, ref9 ); var id54 = charIDToTypeID( "T   " ); var desc11 = new ActionDescriptor(); var id55 = charIDToTypeID( "DrSh" ); var id56 = charIDToTypeID( "DrSh" ); desc11.putClass( id55, id56 ); var id57 = charIDToTypeID( "Lefx" ); desc10.putObject( id54, id57, desc11 ); executeAction( id47, desc10, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-LayerStyle-InnerShadow" type="Main">
		<name id="Layer/LayerStyle/InnerShadow/name" value="Schaduw binnen"/> 
		<context id="Layer/LayerStyle/InnerShadow/context" value="Laag &gt; Laagstijl &gt; Schaduw binnen"/>
		<desc id="Layer/LayerStyle/InnerShadow/desc" value="Voeg een schaduw binnen toe aan een laag"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id58 = charIDToTypeID( "setd" ); var desc12 = new ActionDescriptor(); var id59 = charIDToTypeID( "null" ); var ref10 = new ActionReference(); var id60 = charIDToTypeID( "Prpr" ); var id61 = charIDToTypeID( "Lefx" ); ref10.putProperty( id60, id61 ); var id62 = charIDToTypeID( "Lyr " ); var id63 = charIDToTypeID( "Ordn" ); var id64 = charIDToTypeID( "Trgt" ); ref10.putEnumerated( id62, id63, id64 ); desc12.putReference( id59, ref10 ); var id65 = charIDToTypeID( "T   " ); var desc13 = new ActionDescriptor(); var id66 = charIDToTypeID( "IrSh" ); var id67 = charIDToTypeID( "IrSh" ); desc13.putClass( id66, id67 ); var id68 = charIDToTypeID( "Lefx" ); desc12.putObject( id65, id68, desc13 ); executeAction( id58, desc12, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-LayerStyle-OuterGlow" type="Main">
		<name id="Layer/LayerStyle/OuterGlow/name" value="Gloed buiten"/> 
		<context id="Layer/LayerStyle/OuterGlow/context" value="Laag &gt; Laagstijl &gt; Gloed buiten"/>
		<desc id="Layer/LayerStyle/OuterGlow/desc" value="Voeg een gloed buiten toe aan een laag"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id69 = charIDToTypeID( "setd" ); var desc14 = new ActionDescriptor(); var id70 = charIDToTypeID( "null" ); var ref11 = new ActionReference(); var id71 = charIDToTypeID( "Prpr" ); var id72 = charIDToTypeID( "Lefx" ); ref11.putProperty( id71, id72 ); var id73 = charIDToTypeID( "Lyr " ); var id74 = charIDToTypeID( "Ordn" ); var id75 = charIDToTypeID( "Trgt" ); ref11.putEnumerated( id73, id74, id75 ); desc14.putReference( id70, ref11 ); var id76 = charIDToTypeID( "T   " ); var desc15 = new ActionDescriptor(); var id77 = charIDToTypeID( "OrGl" ); var id78 = charIDToTypeID( "OrGl" ); desc15.putClass( id77, id78 ); var id79 = charIDToTypeID( "Lefx" ); desc14.putObject( id76, id79, desc15 ); executeAction( id69, desc14, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-LayerStyle-InnerGlow" type="Main">
		<name id="Layer/LayerStyle/InnerGlow/name" value="Gloed binnen"/> 
		<context id="Layer/LayerStyle/InnerGlow/context" value="Laag &gt; Laagstijl &gt; Gloed binnen"/>
		<desc id="Layer/LayerStyle/InnerGlow/desc" value="Voeg een gloed binnen toe aan een laag"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id80 = charIDToTypeID( "setd" ); var desc16 = new ActionDescriptor(); var id81 = charIDToTypeID( "null" ); var ref12 = new ActionReference(); var id82 = charIDToTypeID( "Prpr" ); var id83 = charIDToTypeID( "Lefx" ); ref12.putProperty( id82, id83 ); var id84 = charIDToTypeID( "Lyr " ); var id85 = charIDToTypeID( "Ordn" ); var id86 = charIDToTypeID( "Trgt" ); ref12.putEnumerated( id84, id85, id86 ); desc16.putReference( id81, ref12 ); var id87 = charIDToTypeID( "T   " ); var desc17 = new ActionDescriptor(); var id88 = charIDToTypeID( "IrGl" ); var id89 = charIDToTypeID( "IrGl" ); desc17.putClass( id88, id89 ); var id90 = charIDToTypeID( "Lefx" ); desc16.putObject( id87, id90, desc17 ); executeAction( id80, desc16, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-LayerStyle-BevelandEmboss" type="Main">
		<name id="Layer/LayerStyle/BevelandEmboss/name" value="Schuine kant en reliëf"/> 
		<context id="Layer/LayerStyle/BevelandEmboss/context" value="Laag &gt; Laagstijl &gt; Schuine kant en reliëf"/>
		<desc id="Layer/LayerStyle/BevelandEmboss/desc" value="Pas een schuine rand en een reliëf toe op een laag"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id91 = charIDToTypeID( "setd" ); var desc18 = new ActionDescriptor(); var id92 = charIDToTypeID( "null" ); var ref13 = new ActionReference(); var id93 = charIDToTypeID( "Prpr" ); var id94 = charIDToTypeID( "Lefx" ); ref13.putProperty( id93, id94 ); var id95 = charIDToTypeID( "Lyr " ); var id96 = charIDToTypeID( "Ordn" ); var id97 = charIDToTypeID( "Trgt" ); ref13.putEnumerated( id95, id96, id97 ); desc18.putReference( id92, ref13 ); var id98 = charIDToTypeID( "T   " ); var desc19 = new ActionDescriptor(); var id99 = charIDToTypeID( "ebbl" ); var id100 = charIDToTypeID( "ebbl" ); desc19.putClass( id99, id100 ); var id101 = charIDToTypeID( "Lefx" ); desc18.putObject( id98, id101, desc19 ); executeAction( id91, desc18, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-LayerStyle-Satin" type="Main">
		<name id="Layer/LayerStyle/Satin/name" value="Satijn "/> 
		<context id="Layer/LayerStyle/Satin/context" value="Laag &gt; Laagstijl &gt; Satijn"/>
		<desc id="Layer/LayerStyle/Satin/desc" value="Pas interne schaduwvorming toe op een laag"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id102 = charIDToTypeID( "setd" ); var desc20 = new ActionDescriptor(); var id103 = charIDToTypeID( "null" ); var ref14 = new ActionReference(); var id104 = charIDToTypeID( "Prpr" ); var id105 = charIDToTypeID( "Lefx" ); ref14.putProperty( id104, id105 ); var id106 = charIDToTypeID( "Lyr " ); var id107 = charIDToTypeID( "Ordn" ); var id108 = charIDToTypeID( "Trgt" ); ref14.putEnumerated( id106, id107, id108 ); desc20.putReference( id103, ref14 ); var id109 = charIDToTypeID( "T   " ); var desc21 = new ActionDescriptor(); var id110 = charIDToTypeID( "ChFX" ); var id111 = charIDToTypeID( "ChFX" ); desc21.putClass( id110, id111 ); var id112 = charIDToTypeID( "Lefx" ); desc20.putObject( id109, id112, desc21 ); executeAction( id102, desc20, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-LayerStyle-ColorOverlay" type="Main">
		<name id="Layer/LayerStyle/ColorOverlay/name" value="Kleuroverlay"/> 
		<context id="Layer/LayerStyle/ColorOverlay/context" value="Laag &gt; Laagstijl &gt; Kleuroverlay"/>
		<desc id="Layer/LayerStyle/ColorOverlay/desc" value="Maak een overlay voor de kleur van een laag"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id113 = charIDToTypeID( "setd" ); var desc22 = new ActionDescriptor(); var id114 = charIDToTypeID( "null" ); var ref15 = new ActionReference(); var id115 = charIDToTypeID( "Prpr" ); var id116 = charIDToTypeID( "Lefx" ); ref15.putProperty( id115, id116 ); var id117 = charIDToTypeID( "Lyr " ); var id118 = charIDToTypeID( "Ordn" ); var id119 = charIDToTypeID( "Trgt" ); ref15.putEnumerated( id117, id118, id119 ); desc22.putReference( id114, ref15 ); var id120 = charIDToTypeID( "T   " ); var desc23 = new ActionDescriptor(); var id121 = charIDToTypeID( "SoFi" ); var id122 = charIDToTypeID( "SoFi" ); desc23.putClass( id121, id122 ); var id123 = charIDToTypeID( "Lefx" ); desc22.putObject( id120, id123, desc23 ); executeAction( id113, desc22, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-LayerStyle-GradientOverlay" type="Main">
		<name id="Layer/LayerStyle/GradientOverlay/name" value="Verloopoverlay"/> 
		<context id="Layer/LayerStyle/GradientOverlay/context" value="Laag &gt; Laagstijl &gt; Verloopoverlay"/>
		<desc id="Layer/LayerStyle/GradientOverlay/desc" value="Bedek de inhoud van een laag met een verloop"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id124 = charIDToTypeID( "setd" ); var desc24 = new ActionDescriptor(); var id125 = charIDToTypeID( "null" ); var ref16 = new ActionReference(); var id126 = charIDToTypeID( "Prpr" ); var id127 = charIDToTypeID( "Lefx" ); ref16.putProperty( id126, id127 ); var id128 = charIDToTypeID( "Lyr " ); var id129 = charIDToTypeID( "Ordn" ); var id130 = charIDToTypeID( "Trgt" ); ref16.putEnumerated( id128, id129, id130 ); desc24.putReference( id125, ref16 ); var id131 = charIDToTypeID( "T   " ); var desc25 = new ActionDescriptor(); var id132 = charIDToTypeID( "GrFl" ); var id133 = charIDToTypeID( "GrFl" ); desc25.putClass( id132, id133 ); var id134 = charIDToTypeID( "Lefx" ); desc24.putObject( id131, id134, desc25 ); executeAction( id124, desc24, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-LayerStyle-PatternOverlay" type="Main">
		<name id="Layer/LayerStyle/PatternOverlay/name" value="Patroonoverlay"/> 
		<context id="Layer/LayerStyle/PatternOverlay/context" value="Laag &gt; Laagstijl &gt; Patroonoverlay"/>
		<desc id="Layer/LayerStyle/PatternOverlay/desc" value="Bedek de inhoud van een laag met een patroon"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id135 = charIDToTypeID( "setd" ); var desc26 = new ActionDescriptor(); var id136 = charIDToTypeID( "null" ); var ref17 = new ActionReference(); var id137 = charIDToTypeID( "Prpr" ); var id138 = charIDToTypeID( "Lefx" ); ref17.putProperty( id137, id138 ); var id139 = charIDToTypeID( "Lyr " ); var id140 = charIDToTypeID( "Ordn" ); var id141 = charIDToTypeID( "Trgt" ); ref17.putEnumerated( id139, id140, id141 ); desc26.putReference( id136, ref17 ); var id142 = charIDToTypeID( "T   " ); var desc27 = new ActionDescriptor(); var id143 = stringIDToTypeID( "patternFill" ); var id144 = stringIDToTypeID( "patternFill" ); desc27.putClass( id143, id144 ); var id145 = charIDToTypeID( "Lefx" ); desc26.putObject( id142, id145, desc27 ); executeAction( id135, desc26, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-LayerStyle-Stroke" type="Main">
		<name id="Layer/LayerStyle/Stroke/name" value="Lijn"/> 
		<context id="Layer/LayerStyle/Stroke/context" value="Laag &gt; Laagstijl &gt; Lijn"/>
		<desc id="Layer/LayerStyle/Stroke/desc" value="Omlijn de rand van een laag met een gedefinieerde kleur"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id146 = charIDToTypeID( "setd" ); var desc28 = new ActionDescriptor(); var id147 = charIDToTypeID( "null" ); var ref18 = new ActionReference(); var id148 = charIDToTypeID( "Prpr" ); var id149 = charIDToTypeID( "Lefx" ); ref18.putProperty( id148, id149 ); var id150 = charIDToTypeID( "Lyr " ); var id151 = charIDToTypeID( "Ordn" ); var id152 = charIDToTypeID( "Trgt" ); ref18.putEnumerated( id150, id151, id152 ); desc28.putReference( id147, ref18 ); var id153 = charIDToTypeID( "T   " ); var desc29 = new ActionDescriptor(); var id154 = charIDToTypeID( "FrFX" ); var id155 = charIDToTypeID( "FrFX" ); desc29.putClass( id154, id155 ); var id156 = charIDToTypeID( "Lefx" ); desc28.putObject( id153, id156, desc29 ); executeAction( id146, desc28, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-LayerStyle-CopyLayerStyle" type="Main">
		<name id="Layer/LayerStyle/CopyLayerStyle/name" value="Laagstijl kopiëren"/> 
		<context id="Layer/LayerStyle/CopyLayerStyle/context" value="Laag &gt; Laagstijl &gt; Laagstijl kopiëren"/>
		<desc id="Layer/LayerStyle/CopyLayerStyle/desc" value="Kopieer nog een laagstijl"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id157 = charIDToTypeID( "CpFX" ); executeAction( id157, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-LayerStyle-PasteLayerStyle" type="Main">
		<name id="Layer/LayerStyle/PasteLayerStyle/name" value="Laagstijl plakken"/> 
		<context id="Layer/LayerStyle/PasteLayerStyle/context" value="Laag &gt; Laagstijl &gt; Laagstijl plakken"/>
		<desc id="Layer/LayerStyle/PasteLayerStyle/desc" value="Plak een gekopieerde laagstijl"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id158 = charIDToTypeID( "PaFX" ); executeAction( id158, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-LayerStyle-ClearLayerStyle" type="Main">
		<name id="Layer/LayerStyle/ClearLayerStyle/name" value="Laagstijl wissen"/> 
		<context id="Layer/LayerStyle/ClearLayerStyle/context" value="Laag &gt; Laagstijl &gt; Laagstijl wissen"/>
		<desc id="Layer/LayerStyle/ClearLayerStyle/desc" value="Wis een laagstijl"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id159 = stringIDToTypeID( "disableLayerStyle" ); executeAction( id159, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-LayerStyle-GlobalLight" type="Main">
		<name id="Layer/LayerStyle/GlobalLight/name" value="Globale belichting"/> 
		<context id="Layer/LayerStyle/GlobalLight/context" value="Laag &gt; Laagstijl &gt; Globale belichting"/>
		<desc id="Layer/LayerStyle/GlobalLight/desc" value="Verdeel het effect van een gemeenschappelijke lichtbron over meerdere lagen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id160 = charIDToTypeID( "setd" ); var desc30 = new ActionDescriptor(); var id161 = charIDToTypeID( "null" ); var ref19 = new ActionReference(); var id162 = charIDToTypeID( "Prpr" ); var id163 = charIDToTypeID( "gblA" ); ref19.putProperty( id162, id163 ); var id164 = charIDToTypeID( "Dcmn" ); var id165 = charIDToTypeID( "Ordn" ); var id166 = charIDToTypeID( "Trgt" ); ref19.putEnumerated( id164, id165, id166 ); desc30.putReference( id161, ref19 ); executeAction( id160, desc30, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-LayerStyle-CreateLayers" type="Main">
		<name id="Layer/LayerStyle/CreateLayers/name" value="Lagen maken"/> 
		<context id="Layer/LayerStyle/CreateLayers/context" value="Laag &gt; Laagstijl &gt; Lagen maken"/>
		<desc id="Layer/LayerStyle/CreateLayers/desc" value="Zet de laagstijlen van de geselecteerde laag of lagen om in nieuwe lagen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id167 = charIDToTypeID( "Mk  " ); var desc31 = new ActionDescriptor(); var id168 = charIDToTypeID( "null" ); var ref20 = new ActionReference(); var id169 = charIDToTypeID( "Lyr " ); ref20.putClass( id169 ); desc31.putReference( id168, ref20 ); var id170 = charIDToTypeID( "Usng" ); var ref21 = new ActionReference(); var id171 = charIDToTypeID( "Prpr" ); var id172 = charIDToTypeID( "Lefx" ); ref21.putProperty( id171, id172 ); var id173 = charIDToTypeID( "Lyr " ); var id174 = charIDToTypeID( "Ordn" ); var id175 = charIDToTypeID( "Trgt" ); ref21.putEnumerated( id173, id174, id175 ); desc31.putReference( id170, ref21 ); executeAction( id167, desc31, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-LayerStyle-Show/HideAllEffects" type="Main">
		<name id="Layer/LayerStyle/Show/HideAllEffects/name" value="Alle effecten tonen/verbergen"/> 
		<context id="Layer/LayerStyle/Show/HideAllEffects/context" value="Laag &gt; Laagstijl &gt; Alle effecten tonen/verbergen"/>
		<desc id="Layer/LayerStyle/Show/HideAllEffects/desc" value="Toon en verberg laagstijlen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc159 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref92 = new ActionReference(); var idPrpr = charIDToTypeID( "Prpr" ); var idlfxv = charIDToTypeID( "lfxv" ); ref92.putProperty( idPrpr, idlfxv ); var idDcmn = charIDToTypeID( "Dcmn" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref92.putEnumerated( idDcmn, idOrdn, idTrgt ); desc159.putReference( idnull, ref92 ); var idT = charIDToTypeID( "T   " ); var desc160 = new ActionDescriptor(); var idlfxv = charIDToTypeID( "lfxv" ); desc160.putBoolean( idlfxv, false ); var idlfxv = charIDToTypeID( "lfxv" ); desc159.putObject( idT, idlfxv, desc160 ); executeAction( idsetd, desc159, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-LayerStyle-ScaleEffects" type="Main">
		<name id="Layer/LayerStyle/ScaleEffects/name" value="Effecten schalen"/> 
		<context id="Layer/LayerStyle/ScaleEffects/context" value="Laag &gt; Laagstijl &gt; Effecten schalen"/>
		<desc id="Layer/LayerStyle/ScaleEffects/desc" value="Laagstijleffecten schalen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id186 = stringIDToTypeID( "scaleEffectsEvent" ); executeAction( id186, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-SmartFilter-DisableSmartFilters" type="Main">
		<name id="Layer/SmartFilter/DisableSmartFilters/name" value="Slimme filters uitschakelen"/> 
		<context id="Layer/SmartFilter/DisableSmartFilters/context" value="Laag &gt; Slim filter &gt; Slimme filters uitschakelen"/>
		<desc id="Layer/SmartFilter/DisableSmartFilters/desc" value="Slimme filters uitschakelen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idHd = charIDToTypeID( "Hd  " ); var desc161 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref93 = new ActionReference(); var idfilterFX = stringIDToTypeID( "filterFX" ); ref93.putClass( idfilterFX ); var idLyr = charIDToTypeID( "Lyr " ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref93.putEnumerated( idLyr, idOrdn, idTrgt ); desc161.putReference( idnull, ref93 ); executeAction( idHd, desc161, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-SmartFilter-DeleteFilterMask" type="Main">
		<name id="Layer/SmartFilter/DeleteFilterMask/name" value="Filtermasker verwijderen"/> 
		<context id="Layer/SmartFilter/DeleteFilterMask/context" value="Laag &gt; Slim filter &gt; Filtermasker verwijderen"/>
		<desc id="Layer/SmartFilter/DeleteFilterMask/desc" value="Verwijder een filtermasker uit een slim filter"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDlt = charIDToTypeID( "Dlt " ); var desc162 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref94 = new ActionReference(); var idChnl = charIDToTypeID( "Chnl" ); var idChnl = charIDToTypeID( "Chnl" ); var idfilterMask = stringIDToTypeID( "filterMask" ); ref94.putEnumerated( idChnl, idChnl, idfilterMask ); desc162.putReference( idnull, ref94 ); executeAction( idDlt, desc162, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-SmartFilter-DisableFilterMask" type="Main">
		<name id="Layer/SmartFilter/DisableFilterMask/name" value="Filtermasker uitschakelen"/> 
		<context id="Layer/SmartFilter/DisableFilterMask/context" value="Laag &gt; Slim filter &gt; Filtermasker uitschakelen"/>
		<desc id="Layer/SmartFilter/DisableFilterMask/desc" value="Schakel een filtermasker van een slim filter uit"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc163 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref95 = new ActionReference(); var idLyr = charIDToTypeID( "Lyr " ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref95.putEnumerated( idLyr, idOrdn, idTrgt ); desc163.putReference( idnull, ref95 ); var idT = charIDToTypeID( "T   " ); var desc164 = new ActionDescriptor(); var idfilterMaskEnable = stringIDToTypeID( "filterMaskEnable" ); desc164.putBoolean( idfilterMaskEnable, false ); var idLyr = charIDToTypeID( "Lyr " ); desc163.putObject( idT, idLyr, desc164 ); executeAction( idsetd, desc163, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-SmartFilter-ClearSmartFilters" type="Main">
		<name id="Layer/SmartFilter/ClearSmartFilters/name" value="Slimme filters wissen"/> 
		<context id="Layer/SmartFilter/ClearSmartFilters/context" value="Laag &gt; Slim filter &gt; Slimme filters wissen"/>
		<desc id="Layer/SmartFilter/ClearSmartFilters/desc" value="Slimme filters wissen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDlt = charIDToTypeID( "Dlt " ); var desc165 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref96 = new ActionReference(); var idfilterFX = stringIDToTypeID( "filterFX" ); ref96.putClass( idfilterFX ); var idLyr = charIDToTypeID( "Lyr " ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref96.putEnumerated( idLyr, idOrdn, idTrgt ); desc165.putReference( idnull, ref96 ); executeAction( idDlt, desc165, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-NewFillLayer-SolidColor" type="Main">
		<name id="Layer/NewFillLayer/SolidColor/name" value="Effen kleur"/> 
		<context id="Layer/NewFillLayer/SolidColor/context" value="Laag &gt; Nieuwe opvullaag &gt; Effen kleur"/>
		<desc id="Layer/NewFillLayer/SolidColor/desc" value="Maak een nieuwe, effen opvullaag"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id212 = charIDToTypeID( "Mk  " ); var desc39 = new ActionDescriptor(); var id213 = charIDToTypeID( "null" ); var ref27 = new ActionReference(); var id214 = stringIDToTypeID( "contentLayer" ); ref27.putClass( id214 ); desc39.putReference( id213, ref27 ); var id215 = charIDToTypeID( "Usng" ); var desc40 = new ActionDescriptor(); var id216 = charIDToTypeID( "Type" ); var id217 = stringIDToTypeID( "solidColorLayer" ); desc40.putClass( id216, id217 ); var id218 = stringIDToTypeID( "contentLayer" ); desc39.putObject( id215, id218, desc40 ); executeAction( id212, desc39, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-NewFillLayer-Gradient" type="Main">
		<name id="Layer/NewFillLayer/Gradient/name" value="Verloop"/> 
		<context id="Layer/NewFillLayer/Gradient/context" value="Laag &gt; Nieuwe opvullaag &gt; Verloop"/>
		<desc id="Layer/NewFillLayer/Gradient/desc" value="Maak een nieuwe opvullaag met een verloop"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id219 = charIDToTypeID( "Mk  " ); var desc41 = new ActionDescriptor(); var id220 = charIDToTypeID( "null" ); var ref28 = new ActionReference(); var id221 = stringIDToTypeID( "contentLayer" ); ref28.putClass( id221 ); desc41.putReference( id220, ref28 ); var id222 = charIDToTypeID( "Usng" ); var desc42 = new ActionDescriptor(); var id223 = charIDToTypeID( "Type" ); var id224 = stringIDToTypeID( "gradientLayer" ); desc42.putClass( id223, id224 ); var id225 = stringIDToTypeID( "contentLayer" ); desc41.putObject( id222, id225, desc42 ); executeAction( id219, desc41, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-NewFillLayer-Pattern" type="Main">
		<name id="Layer/NewFillLayer/Pattern/name" value="Patroon"/> 
		<context id="Layer/NewFillLayer/Pattern/context" value="Laag &gt; Nieuwe opvullaag &gt; Patroon"/>
		<desc id="Layer/NewFillLayer/Pattern/desc" value="Maak een nieuwe opvullaag met een patroon"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id226 = charIDToTypeID( "Mk  " ); var desc43 = new ActionDescriptor(); var id227 = charIDToTypeID( "null" ); var ref29 = new ActionReference(); var id228 = stringIDToTypeID( "contentLayer" ); ref29.putClass( id228 ); desc43.putReference( id227, ref29 ); var id229 = charIDToTypeID( "Usng" ); var desc44 = new ActionDescriptor(); var id230 = charIDToTypeID( "Type" ); var id231 = stringIDToTypeID( "patternLayer" ); desc44.putClass( id230, id231 ); var id232 = stringIDToTypeID( "contentLayer" ); desc43.putObject( id229, id232, desc44 ); executeAction( id226, desc43, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-NewAdjustmentLayer-Levels" type="Main">
		<name id="Layer/NewAdjustmentLayer/Levels/name" value="Niveaus"/> 
		<context id="Layer/NewAdjustmentLayer/Levels/context" value="Laag &gt; Nieuwe aanpassingslaag &gt; Niveaus"/>
		<desc id="Layer/NewAdjustmentLayer/Levels/desc" value="Maak een nieuwe aanpassingslaag voor niveaus"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id233 = charIDToTypeID( "Mk  " ); var desc45 = new ActionDescriptor(); var id234 = charIDToTypeID( "null" ); var ref30 = new ActionReference(); var id235 = stringIDToTypeID( "contentLayer" ); ref30.putClass( id235 ); desc45.putReference( id234, ref30 ); var id236 = charIDToTypeID( "Usng" ); var desc46 = new ActionDescriptor(); var id237 = charIDToTypeID( "Type" ); var id238 = charIDToTypeID( "Lvls" ); desc46.putClass( id237, id238 ); var id239 = stringIDToTypeID( "contentLayer" ); desc45.putObject( id236, id239, desc46 ); executeAction( id233, desc45, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-NewAdjustmentLayer-Curves" type="Main">
		<name id="Layer/NewAdjustmentLayer/Curves/name" value="Curven"/> 
		<context id="Layer/NewAdjustmentLayer/Curves/context" value="Laag &gt; Nieuwe aanpassingslaag &gt; Curven"/>
		<desc id="Layer/NewAdjustmentLayer/Curves/desc" value="Maak een nieuwe aanpassingslaag voor curven"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id240 = charIDToTypeID( "Mk  " ); var desc47 = new ActionDescriptor(); var id241 = charIDToTypeID( "null" ); var ref31 = new ActionReference(); var id242 = stringIDToTypeID( "contentLayer" ); ref31.putClass( id242 ); desc47.putReference( id241, ref31 ); var id243 = charIDToTypeID( "Usng" ); var desc48 = new ActionDescriptor(); var id244 = charIDToTypeID( "Type" ); var id245 = charIDToTypeID( "Crvs" ); desc48.putClass( id244, id245 ); var id246 = stringIDToTypeID( "contentLayer" ); desc47.putObject( id243, id246, desc48 ); executeAction( id240, desc47, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-NewAdjustmentLayer-ColorBalance" type="Main">
		<name id="Layer/NewAdjustmentLayer/ColorBalance/name" value="Kleurbalans"/> 
		<context id="Layer/NewAdjustmentLayer/ColorBalance/context" value="Laag &gt; Nieuwe aanpassingslaag &gt; Kleurbalans"/>
		<desc id="Layer/NewAdjustmentLayer/ColorBalance/desc" value="Maak een nieuwe aanpassingslaag voor kleurbalans"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id247 = charIDToTypeID( "Mk  " ); var desc49 = new ActionDescriptor(); var id248 = charIDToTypeID( "null" ); var ref32 = new ActionReference(); var id249 = stringIDToTypeID( "contentLayer" ); ref32.putClass( id249 ); desc49.putReference( id248, ref32 ); var id250 = charIDToTypeID( "Usng" ); var desc50 = new ActionDescriptor(); var id251 = charIDToTypeID( "Type" ); var id252 = charIDToTypeID( "ClrB" ); desc50.putClass( id251, id252 ); var id253 = stringIDToTypeID( "contentLayer" ); desc49.putObject( id250, id253, desc50 ); executeAction( id247, desc49, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-NewAdjustmentLayer-Brightness/Contrast" type="Main">
		<name id="Layer/NewAdjustmentLayer/Brightness/Contrast/name" value="Helderheid/contrast"/> 
		<context id="Layer/NewAdjustmentLayer/Brightness/Contrast/context" value="Laag &gt; Nieuwe aanpassingslaag &gt; Helderheid/contrast"/>
		<desc id="Layer/NewAdjustmentLayer/Brightness/Contrast/desc" value="Maak een nieuwe aanpassingslaag voor helderheid/contrast"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id254 = charIDToTypeID( "Mk  " ); var desc51 = new ActionDescriptor(); var id255 = charIDToTypeID( "null" ); var ref33 = new ActionReference(); var id256 = stringIDToTypeID( "contentLayer" ); ref33.putClass( id256 ); desc51.putReference( id255, ref33 ); var id257 = charIDToTypeID( "Usng" ); var desc52 = new ActionDescriptor(); var id258 = charIDToTypeID( "Type" ); var id259 = charIDToTypeID( "BrgC" ); desc52.putClass( id258, id259 ); var id260 = stringIDToTypeID( "contentLayer" ); desc51.putObject( id257, id260, desc52 ); executeAction( id254, desc51, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-NewAdjustmentLayer-BlackandWhite" type="Main">
		<name id="Layer/NewAdjustmentLayer/BlackandWhite/name" value="Zwart-wit"/> 
		<context id="Layer/NewAdjustmentLayer/BlackandWhite/context" value="Laag &gt; Nieuwe aanpassingslaag &gt; Zwart-wit"/>
		<desc id="Layer/NewAdjustmentLayer/BlackandWhite/desc" value="Maak een nieuwe aanpassingslaag voor zwart-wit"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id261 = charIDToTypeID( "Mk  " ); var desc53 = new ActionDescriptor(); var id262 = charIDToTypeID( "null" ); var ref34 = new ActionReference(); var id263 = stringIDToTypeID( "contentLayer" ); ref34.putClass( id263 ); desc53.putReference( id262, ref34 ); var id264 = charIDToTypeID( "Usng" ); var desc54 = new ActionDescriptor(); var id265 = charIDToTypeID( "Type" ); var id266 = charIDToTypeID( "BanW" ); desc54.putClass( id265, id266 ); var id267 = stringIDToTypeID( "contentLayer" ); desc53.putObject( id264, id267, desc54 ); executeAction( id261, desc53, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="" id="Layer-NewAdjustmentLayer-Vibrance" type="Main">
		<name id="Layer/NewAdjustmentLayer/Vibrance/name" value="Levendigheid"/> 
		<context id="Layer/NewAdjustmentLayer/Vibrance/context" value="Laag &gt; Nieuwe aanpassingslaag &gt; Levendigheid"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMk = charIDToTypeID( "Mk  " ); var desc5 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref1 = new ActionReference(); var idcontentLayer = stringIDToTypeID( "contentLayer" ); ref1.putClass( idcontentLayer ); desc5.putReference( idnull, ref1 ); var idUsng = charIDToTypeID( "Usng" ); var desc6 = new ActionDescriptor(); var idType = charIDToTypeID( "Type" ); var idvibrance = stringIDToTypeID( "vibrance" ); desc6.putClass( idType, idvibrance ); var idcontentLayer = stringIDToTypeID( "contentLayer" ); desc5.putObject( idUsng, idcontentLayer, desc6 ); executeAction( idMk, desc5, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-NewAdjustmentLayer-Hue/Saturation" type="Main">
		<name id="Layer/NewAdjustmentLayer/Hue/Saturation/name" value="Kleurtoon/verzadiging"/> 
		<context id="Layer/NewAdjustmentLayer/Hue/Saturation/context" value="Laag &gt; Nieuwe aanpassingslaag &gt; Kleurtoon/verzadiging"/>
		<desc id="Layer/NewAdjustmentLayer/Hue/Saturation/desc" value="Maak een nieuwe aanpassingslaag voor kleurtoon/verzadiging"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id268 = charIDToTypeID( "Mk  " ); var desc55 = new ActionDescriptor(); var id269 = charIDToTypeID( "null" ); var ref35 = new ActionReference(); var id270 = stringIDToTypeID( "contentLayer" ); ref35.putClass( id270 ); desc55.putReference( id269, ref35 ); var id271 = charIDToTypeID( "Usng" ); var desc56 = new ActionDescriptor(); var id272 = charIDToTypeID( "Type" ); var id273 = charIDToTypeID( "HStr" ); desc56.putClass( id272, id273 ); var id274 = stringIDToTypeID( "contentLayer" ); desc55.putObject( id271, id274, desc56 ); executeAction( id268, desc55, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-NewAdjustmentLayer-SelectiveColor" type="Main">
		<name id="Layer/NewAdjustmentLayer/SelectiveColor/name" value="Selectieve kleur"/> 
		<context id="Layer/NewAdjustmentLayer/SelectiveColor/context" value="Laag &gt; Nieuwe aanpassingslaag &gt; Selectieve kleur"/>
		<desc id="Layer/NewAdjustmentLayer/SelectiveColor/desc" value="Maak een nieuwe aanpassingslaag voor selectieve kleur"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id275 = charIDToTypeID( "Mk  " ); var desc57 = new ActionDescriptor(); var id276 = charIDToTypeID( "null" ); var ref36 = new ActionReference(); var id277 = stringIDToTypeID( "contentLayer" ); ref36.putClass( id277 ); desc57.putReference( id276, ref36 ); var id278 = charIDToTypeID( "Usng" ); var desc58 = new ActionDescriptor(); var id279 = charIDToTypeID( "Type" ); var id280 = charIDToTypeID( "SlcC" ); desc58.putClass( id279, id280 ); var id281 = stringIDToTypeID( "contentLayer" ); desc57.putObject( id278, id281, desc58 ); executeAction( id275, desc57, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-NewAdjustmentLayer-ChannelMixer" type="Main">
		<name id="Layer/NewAdjustmentLayer/ChannelMixer/name" value="Kanaalmixer"/> 
		<context id="Layer/NewAdjustmentLayer/ChannelMixer/context" value="Laag &gt; Nieuwe aanpassingslaag &gt; Kanaalmixer"/>
		<desc id="Layer/NewAdjustmentLayer/ChannelMixer/desc" value="Maak een nieuwe aanpassingslaag voor kanaalmixer"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id282 = charIDToTypeID( "Mk  " ); var desc59 = new ActionDescriptor(); var id283 = charIDToTypeID( "null" ); var ref37 = new ActionReference(); var id284 = stringIDToTypeID( "contentLayer" ); ref37.putClass( id284 ); desc59.putReference( id283, ref37 ); var id285 = charIDToTypeID( "Usng" ); var desc60 = new ActionDescriptor(); var id286 = charIDToTypeID( "Type" ); var id287 = charIDToTypeID( "ChnM" ); desc60.putClass( id286, id287 ); var id288 = stringIDToTypeID( "contentLayer" ); desc59.putObject( id285, id288, desc60 ); executeAction( id282, desc59, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-NewAdjustmentLayer-GradientMap" type="Main">
		<name id="Layer/NewAdjustmentLayer/GradientMap/name" value="Verloop toewijzen"/> 
		<context id="Layer/NewAdjustmentLayer/GradientMap/context" value="Laag &gt; Nieuwe aanpassingslaag &gt; Verloop toewijzen"/>
		<desc id="Layer/NewAdjustmentLayer/GradientMap/desc" value="Maak een nieuwe aanpassingslaag voor Verloop toewijzen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id289 = charIDToTypeID( "Mk  " ); var desc61 = new ActionDescriptor(); var id290 = charIDToTypeID( "null" ); var ref38 = new ActionReference(); var id291 = stringIDToTypeID( "contentLayer" ); ref38.putClass( id291 ); desc61.putReference( id290, ref38 ); var id292 = charIDToTypeID( "Usng" ); var desc62 = new ActionDescriptor(); var id293 = charIDToTypeID( "Type" ); var id294 = charIDToTypeID( "GdMp" ); desc62.putClass( id293, id294 ); var id295 = stringIDToTypeID( "contentLayer" ); desc61.putObject( id292, id295, desc62 ); executeAction( id289, desc61, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-NewAdjustmentLayer-PhotoFilter" type="Main">
		<name id="Layer/NewAdjustmentLayer/PhotoFilter/name" value="Fotofilter"/> 
		<context id="Layer/NewAdjustmentLayer/PhotoFilter/context" value="Laag &gt; Nieuwe aanpassingslaag &gt; Fotofilter"/>
		<desc id="Layer/NewAdjustmentLayer/PhotoFilter/desc" value="Maak een nieuwe aanpassingslaag voor fotofilter"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id296 = charIDToTypeID( "Mk  " ); var desc63 = new ActionDescriptor(); var id297 = charIDToTypeID( "null" ); var ref39 = new ActionReference(); var id298 = stringIDToTypeID( "contentLayer" ); ref39.putClass( id298 ); desc63.putReference( id297, ref39 ); var id299 = charIDToTypeID( "Usng" ); var desc64 = new ActionDescriptor(); var id300 = charIDToTypeID( "Type" ); var id301 = stringIDToTypeID( "photoFilter" ); desc64.putClass( id300, id301 ); var id302 = stringIDToTypeID( "contentLayer" ); desc63.putObject( id299, id302, desc64 ); executeAction( id296, desc63, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-NewAdjustmentLayer-Exposure" type="Main">
		<name id="Layer/NewAdjustmentLayer/Exposure/name" value="Belichting"/> 
		<context id="Layer/NewAdjustmentLayer/Exposure/context" value="Laag &gt; Nieuwe aanpassingslaag &gt; Belichting"/>
		<desc id="Layer/NewAdjustmentLayer/Exposure/desc" value="Maak een nieuwe aanpassingslaag voor belichting"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id303 = charIDToTypeID( "Mk  " ); var desc65 = new ActionDescriptor(); var id304 = charIDToTypeID( "null" ); var ref40 = new ActionReference(); var id305 = stringIDToTypeID( "contentLayer" ); ref40.putClass( id305 ); desc65.putReference( id304, ref40 ); var id306 = charIDToTypeID( "Usng" ); var desc66 = new ActionDescriptor(); var id307 = charIDToTypeID( "Type" ); var id308 = charIDToTypeID( "Exps" ); desc66.putClass( id307, id308 ); var id309 = stringIDToTypeID( "contentLayer" ); desc65.putObject( id306, id309, desc66 ); executeAction( id303, desc65, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-NewAdjustmentLayer-Invert" type="Main">
		<name id="Layer/NewAdjustmentLayer/Invert/name" value="Omkeren"/> 
		<context id="Layer/NewAdjustmentLayer/Invert/context" value="Laag &gt; Nieuwe aanpassingslaag &gt; Omkeren"/>
		<desc id="Layer/NewAdjustmentLayer/Invert/desc" value="Maak een nieuwe aanpassingslaag voor omkeren"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id310 = charIDToTypeID( "Mk  " ); var desc67 = new ActionDescriptor(); var id311 = charIDToTypeID( "null" ); var ref41 = new ActionReference(); var id312 = stringIDToTypeID( "contentLayer" ); ref41.putClass( id312 ); desc67.putReference( id311, ref41 ); var id313 = charIDToTypeID( "Usng" ); var desc68 = new ActionDescriptor(); var id314 = charIDToTypeID( "Type" ); var id315 = charIDToTypeID( "Invr" ); desc68.putClass( id314, id315 ); var id316 = stringIDToTypeID( "contentLayer" ); desc67.putObject( id313, id316, desc68 ); executeAction( id310, desc67, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-NewAdjustmentLayer-Threshold" type="Main">
		<name id="Layer/NewAdjustmentLayer/Threshold/name" value="Drempel"/> 
		<context id="Layer/NewAdjustmentLayer/Threshold/context" value="Laag &gt; Nieuwe aanpassingslaag &gt; Drempel"/>
		<desc id="Layer/NewAdjustmentLayer/Threshold/desc" value="Maak een nieuwe aanpassingslaag voor drempel"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id317 = charIDToTypeID( "Mk  " ); var desc69 = new ActionDescriptor(); var id318 = charIDToTypeID( "null" ); var ref42 = new ActionReference(); var id319 = stringIDToTypeID( "contentLayer" ); ref42.putClass( id319 ); desc69.putReference( id318, ref42 ); var id320 = charIDToTypeID( "Usng" ); var desc70 = new ActionDescriptor(); var id321 = charIDToTypeID( "Type" ); var id322 = charIDToTypeID( "Thrs" ); desc70.putClass( id321, id322 ); var id323 = stringIDToTypeID( "contentLayer" ); desc69.putObject( id320, id323, desc70 ); executeAction( id317, desc69, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-NewAdjustmentLayer-Posterize" type="Main">
		<name id="Layer/NewAdjustmentLayer/Posterize/name" value="Waarden beperken"/> 
		<context id="Layer/NewAdjustmentLayer/Posterize/context" value="Laag &gt; Nieuwe aanpassingslaag &gt; Waarden beperken"/>
		<desc id="Layer/NewAdjustmentLayer/Posterize/desc" value="Maak een nieuwe aanpassingslaag voor waarden beperken"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id324 = charIDToTypeID( "Mk  " ); var desc71 = new ActionDescriptor(); var id325 = charIDToTypeID( "null" ); var ref43 = new ActionReference(); var id326 = stringIDToTypeID( "contentLayer" ); ref43.putClass( id326 ); desc71.putReference( id325, ref43 ); var id327 = charIDToTypeID( "Usng" ); var desc72 = new ActionDescriptor(); var id328 = charIDToTypeID( "Type" ); var id329 = charIDToTypeID( "Pstr" ); desc72.putClass( id328, id329 ); var id330 = stringIDToTypeID( "contentLayer" ); desc71.putObject( id327, id330, desc72 ); executeAction( id324, desc71, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ChangeLayerContent-SolidColor" type="Main">
		<name id="Layer/SolidColor/name" value="Effen kleur"/> 
		<context id="Layer/SolidColor/context" value="Laag &gt; Laaginhoud wijzigen &gt; Effen kleur"/>
		<desc id="Layer/SolidColor/desc" value="Wijzig de laaginhoud in een effen kleur"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id331 = charIDToTypeID( "setd" ); var desc73 = new ActionDescriptor(); var id332 = charIDToTypeID( "null" ); var ref44 = new ActionReference(); var id333 = stringIDToTypeID( "contentLayer" ); var id334 = charIDToTypeID( "Ordn" ); var id335 = charIDToTypeID( "Trgt" ); ref44.putEnumerated( id333, id334, id335 ); desc73.putReference( id332, ref44 ); var id336 = charIDToTypeID( "T   " ); var id337 = stringIDToTypeID( "solidColorLayer" ); desc73.putClass( id336, id337 ); executeAction( id331, desc73, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ChangeLayerContent-Gradient" type="Main">
		<name id="Layer/Gradient/name" value="Verloop"/> 
		<context id="Layer/Gradient/context" value="Laag &gt; Laaginhoud wijzigen &gt; Verloop"/>
		<desc id="Layer/Gradient/desc" value="Wijzig de laaginhoud in een verloop"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id338 = charIDToTypeID( "setd" ); var desc74 = new ActionDescriptor(); var id339 = charIDToTypeID( "null" ); var ref45 = new ActionReference(); var id340 = stringIDToTypeID( "contentLayer" ); var id341 = charIDToTypeID( "Ordn" ); var id342 = charIDToTypeID( "Trgt" ); ref45.putEnumerated( id340, id341, id342 ); desc74.putReference( id339, ref45 ); var id343 = charIDToTypeID( "T   " ); var id344 = stringIDToTypeID( "gradientLayer" ); desc74.putClass( id343, id344 ); executeAction( id338, desc74, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ChangeLayerContent-Pattern" type="Main">
		<name id="Layer/Pattern/name" value="Patroon"/> 
		<context id="Layer/Pattern/context" value="Laag &gt; Laaginhoud wijzigen &gt; Patroon"/>
		<desc id="Layer/Pattern/desc" value="Wijzig de laaginhoud in een patroon"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id345 = charIDToTypeID( "setd" ); var desc75 = new ActionDescriptor(); var id346 = charIDToTypeID( "null" ); var ref46 = new ActionReference(); var id347 = stringIDToTypeID( "contentLayer" ); var id348 = charIDToTypeID( "Ordn" ); var id349 = charIDToTypeID( "Trgt" ); ref46.putEnumerated( id347, id348, id349 ); desc75.putReference( id346, ref46 ); var id350 = charIDToTypeID( "T   " ); var id351 = stringIDToTypeID( "patternLayer" ); desc75.putClass( id350, id351 ); executeAction( id345, desc75, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ChangeLayerContent-Levels" type="Main">
		<name id="Layer/Levels/name" value="Niveaus"/> 
		<context id="Layer/Levels/context" value="Laag &gt; Laaginhoud wijzigen &gt; Niveaus"/>
		<desc id="Layer/Levels/desc" value="Wijzig de laaginhoud in Niveaus"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id352 = charIDToTypeID( "setd" ); var desc76 = new ActionDescriptor(); var id353 = charIDToTypeID( "null" ); var ref47 = new ActionReference(); var id354 = stringIDToTypeID( "contentLayer" ); var id355 = charIDToTypeID( "Ordn" ); var id356 = charIDToTypeID( "Trgt" ); ref47.putEnumerated( id354, id355, id356 ); desc76.putReference( id353, ref47 ); var id357 = charIDToTypeID( "T   " ); var id358 = charIDToTypeID( "Lvls" ); desc76.putClass( id357, id358 ); executeAction( id352, desc76, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ChangeLayerContent-Curves" type="Main">
		<name id="Layer/Curves/name" value="Curven"/> 
		<context id="Layer/Curves/context" value="Laag &gt; Laaginhoud wijzigen &gt; Curven"/>
		<desc id="Layer/Curves/desc" value="Wijzig de laaginhoud in curven"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id359 = charIDToTypeID( "setd" ); var desc77 = new ActionDescriptor(); var id360 = charIDToTypeID( "null" ); var ref48 = new ActionReference(); var id361 = stringIDToTypeID( "contentLayer" ); var id362 = charIDToTypeID( "Ordn" ); var id363 = charIDToTypeID( "Trgt" ); ref48.putEnumerated( id361, id362, id363 ); desc77.putReference( id360, ref48 ); var id364 = charIDToTypeID( "T   " ); var id365 = charIDToTypeID( "Crvs" ); desc77.putClass( id364, id365 ); executeAction( id359, desc77, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ChangeLayerContent-ColorBalance" type="Main">
		<name id="Layer/ColorBalance/name" value="Kleurbalans"/> 
		<context id="Layer/ColorBalance/context" value="Laag &gt; Laaginhoud wijzigen &gt; Kleurbalans"/>
		<desc id="Layer/ColorBalance/desc" value="Wijzig de laaginhoud in Kleurbalans"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id366 = charIDToTypeID( "setd" ); var desc78 = new ActionDescriptor(); var id367 = charIDToTypeID( "null" ); var ref49 = new ActionReference(); var id368 = stringIDToTypeID( "contentLayer" ); var id369 = charIDToTypeID( "Ordn" ); var id370 = charIDToTypeID( "Trgt" ); ref49.putEnumerated( id368, id369, id370 ); desc78.putReference( id367, ref49 ); var id371 = charIDToTypeID( "T   " ); var id372 = charIDToTypeID( "ClrB" ); desc78.putClass( id371, id372 ); executeAction( id366, desc78, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ChangeLayerContent-Brightness/Contrast" type="Main">
		<name id="Layer/Brightness/Contrast/name" value="Helderheid/contrast"/> 
		<context id="Layer/Brightness/Contrast/context" value="Laag &gt; Laaginhoud wijzigen &gt; Helderheid/contrast"/>
		<desc id="Layer/Brightness/Contrast/desc" value="Wijzig de laaginhoud in Helderheid/contrast"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id373 = charIDToTypeID( "setd" ); var desc79 = new ActionDescriptor(); var id374 = charIDToTypeID( "null" ); var ref50 = new ActionReference(); var id375 = stringIDToTypeID( "contentLayer" ); var id376 = charIDToTypeID( "Ordn" ); var id377 = charIDToTypeID( "Trgt" ); ref50.putEnumerated( id375, id376, id377 ); desc79.putReference( id374, ref50 ); var id378 = charIDToTypeID( "T   " ); var id379 = charIDToTypeID( "BrgC" ); desc79.putClass( id378, id379 ); executeAction( id373, desc79, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ChangeLayerContent-BlackandWhite" type="Main">
		<name id="Layer/BlackandWhite/name" value="Zwart-wit"/> 
		<context id="Layer/BlackandWhite/context" value="Laag &gt; Laaginhoud wijzigen &gt; Zwart-wit"/>
		<desc id="Layer/BlackandWhite/desc" value="Wijzig de laaginhoud in Zwart-wit"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id380 = charIDToTypeID( "setd" ); var desc80 = new ActionDescriptor(); var id381 = charIDToTypeID( "null" ); var ref51 = new ActionReference(); var id382 = stringIDToTypeID( "contentLayer" ); var id383 = charIDToTypeID( "Ordn" ); var id384 = charIDToTypeID( "Trgt" ); ref51.putEnumerated( id382, id383, id384 ); desc80.putReference( id381, ref51 ); var id385 = charIDToTypeID( "T   " ); var id386 = charIDToTypeID( "BanW" ); desc80.putClass( id385, id386 ); executeAction( id380, desc80, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ChangeLayerContent-Hue/Saturation" type="Main">
		<name id="Layer/Hue/Saturation/name" value="Kleurtoon/verzadiging"/> 
		<context id="Layer/Hue/Saturation/context" value="Laag &gt; Laaginhoud wijzigen &gt; Kleurtoon/verzadiging"/>
		<desc id="Layer/Hue/Saturation/desc" value="Wijzig de laaginhoud in Kleurtoon/verzadiging"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id387 = charIDToTypeID( "setd" ); var desc81 = new ActionDescriptor(); var id388 = charIDToTypeID( "null" ); var ref52 = new ActionReference(); var id389 = stringIDToTypeID( "contentLayer" ); var id390 = charIDToTypeID( "Ordn" ); var id391 = charIDToTypeID( "Trgt" ); ref52.putEnumerated( id389, id390, id391 ); desc81.putReference( id388, ref52 ); var id392 = charIDToTypeID( "T   " ); var id393 = charIDToTypeID( "HStr" ); desc81.putClass( id392, id393 ); executeAction( id387, desc81, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ChangeLayerContent-SelectiveColor" type="Main">
		<name id="Layer/SelectiveColor/name" value="Selectieve kleur"/> 
		<context id="Layer/SelectiveColor/context" value="Laag &gt; Laaginhoud wijzigen &gt; Selectieve kleur"/>
		<desc id="Layer/SelectiveColor/desc" value="Wijzig de laaginhoud in Selectieve kleur"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id394 = charIDToTypeID( "setd" ); var desc82 = new ActionDescriptor(); var id395 = charIDToTypeID( "null" ); var ref53 = new ActionReference(); var id396 = stringIDToTypeID( "contentLayer" ); var id397 = charIDToTypeID( "Ordn" ); var id398 = charIDToTypeID( "Trgt" ); ref53.putEnumerated( id396, id397, id398 ); desc82.putReference( id395, ref53 ); var id399 = charIDToTypeID( "T   " ); var id400 = charIDToTypeID( "SlcC" ); desc82.putClass( id399, id400 ); executeAction( id394, desc82, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ChangeLayerContent-ChannelMixer" type="Main">
		<name id="Layer/ChannelMixer/name" value="Kanaalmixer"/> 
		<context id="Layer/ChannelMixer/context" value="Laag &gt; Laaginhoud wijzigen &gt; Kanaalmixer"/>
		<desc id="Layer/ChannelMixer/desc" value="Wijzig de laaginhoud in Kanaalmixer"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id401 = charIDToTypeID( "setd" ); var desc83 = new ActionDescriptor(); var id402 = charIDToTypeID( "null" ); var ref54 = new ActionReference(); var id403 = stringIDToTypeID( "contentLayer" ); var id404 = charIDToTypeID( "Ordn" ); var id405 = charIDToTypeID( "Trgt" ); ref54.putEnumerated( id403, id404, id405 ); desc83.putReference( id402, ref54 ); var id406 = charIDToTypeID( "T   " ); var id407 = charIDToTypeID( "ChnM" ); desc83.putClass( id406, id407 ); executeAction( id401, desc83, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ChangeLayerContent-GradientMap" type="Main">
		<name id="Layer/GradientMap/name" value="Verloop toewijzen"/> 
		<context id="Layer/GradientMap/context" value="Laag &gt; Laaginhoud wijzigen &gt; Verloop toewijzen"/>
		<desc id="Layer/GradientMap/desc" value="Wijzig de laaginhoud in Verloop toewijzen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id408 = charIDToTypeID( "setd" ); var desc84 = new ActionDescriptor(); var id409 = charIDToTypeID( "null" ); var ref55 = new ActionReference(); var id410 = stringIDToTypeID( "contentLayer" ); var id411 = charIDToTypeID( "Ordn" ); var id412 = charIDToTypeID( "Trgt" ); ref55.putEnumerated( id410, id411, id412 ); desc84.putReference( id409, ref55 ); var id413 = charIDToTypeID( "T   " ); var id414 = charIDToTypeID( "GdMp" ); desc84.putClass( id413, id414 ); executeAction( id408, desc84, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ChangeLayerContent-PhotoFilter" type="Main">
		<name id="Layer/PhotoFilter/name" value="Fotofilter"/> 
		<context id="Layer/PhotoFilter/context" value="Laag &gt; Laaginhoud wijzigen &gt; Fotofilter"/>
		<desc id="Layer/PhotoFilter/desc" value="Wijzig de laaginhoud in een fotofilter"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id415 = charIDToTypeID( "setd" ); var desc85 = new ActionDescriptor(); var id416 = charIDToTypeID( "null" ); var ref56 = new ActionReference(); var id417 = stringIDToTypeID( "contentLayer" ); var id418 = charIDToTypeID( "Ordn" ); var id419 = charIDToTypeID( "Trgt" ); ref56.putEnumerated( id417, id418, id419 ); desc85.putReference( id416, ref56 ); var id420 = charIDToTypeID( "T   " ); var id421 = stringIDToTypeID( "photoFilter" ); desc85.putClass( id420, id421 ); executeAction( id415, desc85, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ChangeLayerContent-Exposure" type="Main">
		<name id="Layer/Exposure/name" value="Belichting"/> 
		<context id="Layer/Exposure/context" value="Laag &gt; Laaginhoud wijzigen &gt; Belichting"/>
		<desc id="Layer/Exposure/desc" value="Wijzig de laaginhoud in Belichting"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id422 = charIDToTypeID( "setd" ); var desc86 = new ActionDescriptor(); var id423 = charIDToTypeID( "null" ); var ref57 = new ActionReference(); var id424 = stringIDToTypeID( "contentLayer" ); var id425 = charIDToTypeID( "Ordn" ); var id426 = charIDToTypeID( "Trgt" ); ref57.putEnumerated( id424, id425, id426 ); desc86.putReference( id423, ref57 ); var id427 = charIDToTypeID( "T   " ); var id428 = charIDToTypeID( "Exps" ); desc86.putClass( id427, id428 ); executeAction( id422, desc86, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ChangeLayerContent-Invert" type="Main">
		<name id="Layer/Invert/name" value="Omkeren"/> 
		<context id="Layer/Invert/context" value="Laag &gt; Laaginhoud wijzigen &gt; Omkeren"/>
		<desc id="Layer/Invert/desc" value="Wijzig de laaginhoud in Omkeren"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id429 = charIDToTypeID( "setd" ); var desc87 = new ActionDescriptor(); var id430 = charIDToTypeID( "null" ); var ref58 = new ActionReference(); var id431 = stringIDToTypeID( "contentLayer" ); var id432 = charIDToTypeID( "Ordn" ); var id433 = charIDToTypeID( "Trgt" ); ref58.putEnumerated( id431, id432, id433 ); desc87.putReference( id430, ref58 ); var id434 = charIDToTypeID( "T   " ); var id435 = charIDToTypeID( "Invr" ); desc87.putClass( id434, id435 ); executeAction( id429, desc87, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ChangeLayerContent-Threshold" type="Main">
		<name id="Layer/Threshold/name" value="Drempel"/> 
		<context id="Layer/Threshold/context" value="Laag &gt; Laaginhoud wijzigen &gt; Drempel"/>
		<desc id="Layer/Threshold/desc" value="Wijzig de laaginhoud in Drempel"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id436 = charIDToTypeID( "setd" ); var desc88 = new ActionDescriptor(); var id437 = charIDToTypeID( "null" ); var ref59 = new ActionReference(); var id438 = stringIDToTypeID( "contentLayer" ); var id439 = charIDToTypeID( "Ordn" ); var id440 = charIDToTypeID( "Trgt" ); ref59.putEnumerated( id438, id439, id440 ); desc88.putReference( id437, ref59 ); var id441 = charIDToTypeID( "T   " ); var id442 = charIDToTypeID( "Thrs" ); desc88.putClass( id441, id442 ); executeAction( id436, desc88, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ChangeLayerContent-Posterize" type="Main">
		<name id="Layer/Posterize/name" value="Waarden beperken"/> 
		<context id="Layer/Posterize/context" value="Laag &gt; Laaginhoud wijzigen &gt; Waarden beperken"/>
		<desc id="Layer/Posterize/desc" value="Wijzig de laaginhoud in Waarden beperken"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id443 = charIDToTypeID( "setd" ); var desc89 = new ActionDescriptor(); var id444 = charIDToTypeID( "null" ); var ref60 = new ActionReference(); var id445 = stringIDToTypeID( "contentLayer" ); var id446 = charIDToTypeID( "Ordn" ); var id447 = charIDToTypeID( "Trgt" ); ref60.putEnumerated( id445, id446, id447 ); desc89.putReference( id444, ref60 ); var id448 = charIDToTypeID( "T   " ); var id449 = charIDToTypeID( "Pstr" ); desc89.putClass( id448, id449 ); executeAction( id443, desc89, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-LayerContentOptions" type="Main">
		<name id="Layer/LayerContentOptions/name" value="Opties voor laaginhoud"/> 
		<context id="Layer/LayerContentOptions/context" value="Laag &gt; Opties voor laaginhoud"/>
		<desc id="Layer/LayerContentOptions/desc" value="Definieer laaginhoudopties"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id450 = charIDToTypeID( "slct" ); var desc90 = new ActionDescriptor(); var id451 = charIDToTypeID( "null" ); var ref61 = new ActionReference(); var id452 = charIDToTypeID( "Mn  " ); var id453 = charIDToTypeID( "MnIt" ); var id454 = charIDToTypeID( "AdjO" ); ref61.putEnumerated( id452, id453, id454 ); desc90.putReference( id451, ref61 ); executeAction( id450, desc90, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-LayerMask-RevealAll" type="Main">
		<name id="Layer/LayerMask/RevealAll/name" value="Alles zichtbaar maken"/> 
		<context id="Layer/LayerMask/RevealAll/context" value="Laag &gt; Laagmasker &gt; Alles zichtbaar maken"/>
		<desc id="Layer/LayerMask/RevealAll/desc" value="Maak alle laagmaskergegevens zichtbaar"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMk = charIDToTypeID( "Mk  " ); var desc166 = new ActionDescriptor(); var idNw = charIDToTypeID( "Nw  " ); var idChnl = charIDToTypeID( "Chnl" ); desc166.putClass( idNw, idChnl ); var idAt = charIDToTypeID( "At  " ); var ref97 = new ActionReference(); var idChnl = charIDToTypeID( "Chnl" ); var idChnl = charIDToTypeID( "Chnl" ); var idMsk = charIDToTypeID( "Msk " ); ref97.putEnumerated( idChnl, idChnl, idMsk ); desc166.putReference( idAt, ref97 ); var idUsng = charIDToTypeID( "Usng" ); var idUsrM = charIDToTypeID( "UsrM" ); var idRvlA = charIDToTypeID( "RvlA" ); desc166.putEnumerated( idUsng, idUsrM, idRvlA ); executeAction( idMk, desc166, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-LayerMask-HideAll" type="Main">
		<name id="Layer/LayerMask/HideAll/name" value="Alles verbergen"/> 
		<context id="Layer/LayerMask/HideAll/context" value="Laag &gt; Laagmasker &gt; Alles verbergen"/>
		<desc id="Layer/LayerMask/HideAll/desc" value="Verberg alle laagmaskergegevens"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMk = charIDToTypeID( "Mk  " ); var desc167 = new ActionDescriptor(); var idNw = charIDToTypeID( "Nw  " ); var idChnl = charIDToTypeID( "Chnl" ); desc167.putClass( idNw, idChnl ); var idAt = charIDToTypeID( "At  " ); var ref98 = new ActionReference(); var idChnl = charIDToTypeID( "Chnl" ); var idChnl = charIDToTypeID( "Chnl" ); var idMsk = charIDToTypeID( "Msk " ); ref98.putEnumerated( idChnl, idChnl, idMsk ); desc167.putReference( idAt, ref98 ); var idUsng = charIDToTypeID( "Usng" ); var idUsrM = charIDToTypeID( "UsrM" ); var idHdAl = charIDToTypeID( "HdAl" ); desc167.putEnumerated( idUsng, idUsrM, idHdAl ); executeAction( idMk, desc167, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-LayerMask-RevealSelection" type="Main">
		<name id="Layer/LayerMask/RevealSelection/name" value="Selectie zichtbaar maken"/> 
		<context id="Layer/LayerMask/RevealSelection/context" value="Laag &gt; Laagmasker &gt; Selectie zichtbaar maken"/>
		<desc id="Layer/LayerMask/RevealSelection/desc" value="Maak de selectie zichtbaar aan de hand van een laagmasker"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMk = charIDToTypeID( "Mk  " ); var desc168 = new ActionDescriptor(); var idNw = charIDToTypeID( "Nw  " ); var idChnl = charIDToTypeID( "Chnl" ); desc168.putClass( idNw, idChnl ); var idAt = charIDToTypeID( "At  " ); var ref99 = new ActionReference(); var idChnl = charIDToTypeID( "Chnl" ); var idChnl = charIDToTypeID( "Chnl" ); var idMsk = charIDToTypeID( "Msk " ); ref99.putEnumerated( idChnl, idChnl, idMsk ); desc168.putReference( idAt, ref99 ); var idUsng = charIDToTypeID( "Usng" ); var idUsrM = charIDToTypeID( "UsrM" ); var idRvlS = charIDToTypeID( "RvlS" ); desc168.putEnumerated( idUsng, idUsrM, idRvlS ); executeAction( idMk, desc168, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-LayerMask-HideSelection" type="Main">
		<name id="Layer/LayerMask/HideSelection/name" value="Selectie verbergen"/> 
		<context id="Layer/LayerMask/HideSelection/context" value="Laag &gt; Laagmasker &gt; Selectie verbergen"/>
		<desc id="Layer/LayerMask/HideSelection/desc" value="Verberg een selectie aan de hand van een laagmasker"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMk = charIDToTypeID( "Mk  " ); var desc169 = new ActionDescriptor(); var idNw = charIDToTypeID( "Nw  " ); var idChnl = charIDToTypeID( "Chnl" ); desc169.putClass( idNw, idChnl ); var idAt = charIDToTypeID( "At  " ); var ref100 = new ActionReference(); var idChnl = charIDToTypeID( "Chnl" ); var idChnl = charIDToTypeID( "Chnl" ); var idMsk = charIDToTypeID( "Msk " ); ref100.putEnumerated( idChnl, idChnl, idMsk ); desc169.putReference( idAt, ref100 ); var idUsng = charIDToTypeID( "Usng" ); var idUsrM = charIDToTypeID( "UsrM" ); var idHdSl = charIDToTypeID( "HdSl" ); desc169.putEnumerated( idUsng, idUsrM, idHdSl ); executeAction( idMk, desc169, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-LayerMask-Apply" type="Main">
		<name id="Layer/LayerMask/Apply/name" value="Toepassen"/> 
		<context id="Layer/LayerMask/Apply/context" value="Laag &gt; Laagmasker &gt; Toepassen"/>
		<desc id="Layer/LayerMask/Apply/desc" value="Pas een laagmasker toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id500 = charIDToTypeID( "Dlt " ); var desc96 = new ActionDescriptor(); var id501 = charIDToTypeID( "null" ); var ref67 = new ActionReference(); var id502 = charIDToTypeID( "Chnl" ); var id503 = charIDToTypeID( "Chnl" ); var id504 = charIDToTypeID( "Msk " ); ref67.putEnumerated( id502, id503, id504 ); desc96.putReference( id501, ref67 ); var id505 = charIDToTypeID( "Aply" ); desc96.putBoolean( id505, true ); executeAction( id500, desc96, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-LayerMask-Delete" type="Main">
		<name id="Layer/LayerMask/Delete/name" value="Verwijderen"/> 
		<context id="Layer/LayerMask/Delete/context" value="Laag &gt; Laagmasker &gt; Verwijderen"/>
		<desc id="Layer/LayerMask/Delete/desc" value="Verwijder een laagmasker uit een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id495 = charIDToTypeID( "Dlt " ); var desc95 = new ActionDescriptor(); var id496 = charIDToTypeID( "null" ); var ref66 = new ActionReference(); var id497 = charIDToTypeID( "Chnl" ); var id498 = charIDToTypeID( "Chnl" ); var id499 = charIDToTypeID( "Msk " ); ref66.putEnumerated( id497, id498, id499 ); desc95.putReference( id496, ref66 ); executeAction( id495, desc95, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-LayerMask-Enable/DisableLayerMask" type="Main">
		<name id="Layer/LayerMask/Enable/DisableLayerMask/name" value="Laagmasker inschakelen/uitschakelen"/> 
		<context id="Layer/LayerMask/Enable/DisableLayerMask/context" value="Laag &gt; Laagmasker &gt; Laagmasker inschakelen/uitschakelen"/>
		<desc id="Layer/LayerMask/Enable/DisableLayerMask/desc" value="Schakel een laagmasker in een afbeelding in of uit"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc170 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref101 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTglM = charIDToTypeID( "TglM" ); ref101.putEnumerated( idMn, idMnIt, idTglM ); desc170.putReference( idnull, ref101 ); executeAction( idslct, desc170, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-LayerMask-Link/UnlinkLayerMask" type="Main">
		<name id="Layer/LayerMask/Link/UnlinkLayerMask/name" value="Laagmasker koppelen/ontkoppelen"/> 
		<context id="Layer/LayerMask/Link/UnlinkLayerMask/context" value="Laag &gt; Laagmasker &gt; Laagmasker koppelen/ontkoppelen"/>
		<desc id="Layer/LayerMask/Link/UnlinkLayerMask/desc" value="Koppel een laagmasker aan een afbeelding of koppel het masker los van de afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc171 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref102 = new ActionReference(); var idLyr = charIDToTypeID( "Lyr " ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref102.putEnumerated( idLyr, idOrdn, idTrgt ); desc171.putReference( idnull, ref102 ); var idT = charIDToTypeID( "T   " ); var desc172 = new ActionDescriptor(); var idUsrs = charIDToTypeID( "Usrs" ); desc172.putBoolean( idUsrs, true ); var idLyr = charIDToTypeID( "Lyr " ); desc171.putObject( idT, idLyr, desc172 ); executeAction( idsetd, desc171, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-VectorMask-RevealAll" type="Main">
		<name id="Layer/VectorMask/RevealAll/name" value="Alles zichtbaar maken"/> 
		<context id="Layer/VectorMask/RevealAll/context" value="Laag &gt; Vectormasker &gt; Alles zichtbaar maken"/>
		<desc id="Layer/VectorMask/RevealAll/desc" value="Maak alle vectormaskergegevens zichtbaar"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id523 = charIDToTypeID( "slct" ); var desc101 = new ActionDescriptor(); var id524 = charIDToTypeID( "null" ); var ref71 = new ActionReference(); var id525 = charIDToTypeID( "Mn  " ); var id526 = charIDToTypeID( "MnIt" ); var id527 = stringIDToTypeID( "vectorMaskRevealAll" ); ref71.putEnumerated( id525, id526, id527 ); desc101.putReference( id524, ref71 ); executeAction( id523, desc101, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-VectorMask-HideAll" type="Main">
		<name id="Layer/VectorMask/HideAll/name" value="Alles verbergen"/> 
		<context id="Layer/VectorMask/HideAll/context" value="Laag &gt; Vectormasker &gt; Alles verbergen"/>
		<desc id="Layer/VectorMask/HideAll/desc" value="Verberg alle vectormaskergegevens"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id528 = charIDToTypeID( "slct" ); var desc102 = new ActionDescriptor(); var id529 = charIDToTypeID( "null" ); var ref72 = new ActionReference(); var id530 = charIDToTypeID( "Mn  " ); var id531 = charIDToTypeID( "MnIt" ); var id532 = stringIDToTypeID( "vectorMaskHideAll" ); ref72.putEnumerated( id530, id531, id532 ); desc102.putReference( id529, ref72 ); executeAction( id528, desc102, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-VectorMask-CurrentPath" type="Main">
		<name id="Layer/VectorMask/CurrentPath/name" value="Huidig pad"/> 
		<context id="Layer/VectorMask/CurrentPath/context" value="Laag &gt; Vectormasker &gt; Huidig pad"/>
		<desc id="Layer/VectorMask/CurrentPath/desc" value="Maak een vectormasker van het huidige, actieve pad"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id533 = charIDToTypeID( "slct" ); var desc103 = new ActionDescriptor(); var id534 = charIDToTypeID( "null" ); var ref73 = new ActionReference(); var id535 = charIDToTypeID( "Mn  " ); var id536 = charIDToTypeID( "MnIt" ); var id537 = stringIDToTypeID( "vectorMaskCurrentPath" ); ref73.putEnumerated( id535, id536, id537 ); desc103.putReference( id534, ref73 ); executeAction( id533, desc103, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-VectorMask-Delete" type="Main">
		<name id="Layer/VectorMask/Delete/name" value="Verwijderen"/> 
		<context id="Layer/VectorMask/Delete/context" value="Laag &gt; Vectormasker &gt; Verwijderen"/>
		<desc id="Layer/VectorMask/Delete/desc" value="Verwijder een vectormasker uit een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id538 = charIDToTypeID( "slct" ); var desc104 = new ActionDescriptor(); var id539 = charIDToTypeID( "null" ); var ref74 = new ActionReference(); var id540 = charIDToTypeID( "Mn  " ); var id541 = charIDToTypeID( "MnIt" ); var id542 = stringIDToTypeID( "discardVectorMask" ); ref74.putEnumerated( id540, id541, id542 ); desc104.putReference( id539, ref74 ); executeAction( id538, desc104, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-VectorMask-Enable/DisableVectorMask" type="Main">
		<name id="Layer/VectorMask/Enable/DisableVectorMask/name" value="Vectormasker inschakelen/uitschakelen"/> 
		<context id="Layer/VectorMask/Enable/DisableVectorMask/context" value="Laag &gt; Vectormasker &gt; Vectormasker inschakelen/uitschakelen"/>
		<desc id="Layer/VectorMask/Enable/DisableVectorMask/desc" value="Schakel een vectormasker in een afbeelding in of uit"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id543 = charIDToTypeID( "slct" ); var desc105 = new ActionDescriptor(); var id544 = charIDToTypeID( "null" ); var ref75 = new ActionReference(); var id545 = charIDToTypeID( "Mn  " ); var id546 = charIDToTypeID( "MnIt" ); var id547 = stringIDToTypeID( "toggleVectorMask" ); ref75.putEnumerated( id545, id546, id547 ); desc105.putReference( id544, ref75 ); executeAction( id543, desc105, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-VectorMask-Link/UnlinkVectorMask" type="Main">
		<name id="Layer/VectorMask/Link/UnlinkVectorMask/name" value="Vectormasker koppelen/ontkoppelen"/> 
		<context id="Layer/VectorMask/Link/UnlinkVectorMask/context" value="Laag &gt; Vectormasker &gt; Vectormasker koppelen/ontkoppelen"/>
		<desc id="Layer/VectorMask/Link/UnlinkVectorMask/desc" value="Koppel een vectormasker aan een afbeelding of koppel het masker los van de afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc173 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref103 = new ActionReference(); var idLyr = charIDToTypeID( "Lyr " ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref103.putEnumerated( idLyr, idOrdn, idTrgt ); desc173.putReference( idnull, ref103 ); var idT = charIDToTypeID( "T   " ); var desc174 = new ActionDescriptor(); var idvectorMaskLinked = stringIDToTypeID( "vectorMaskLinked" ); desc174.putBoolean( idvectorMaskLinked, true ); var idLyr = charIDToTypeID( "Lyr " ); desc173.putObject( idT, idLyr, desc174 ); executeAction( idsetd, desc173, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Create/ReleaseClippingMask" type="Main">
		<name id="Layer/Create/ReleaseClippingMask/name" value="Uitknipmasker maken/opheffen"/> 
		<context id="Layer/Create/ReleaseClippingMask/context" value="Laag &gt; Uitknipmasker maken/opheffen"/>
		<desc id="Layer/Create/ReleaseClippingMask/desc" value="Hef het uitknipmasker van een laag op"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id556 = charIDToTypeID( "GrpL" ); executeAction( id556, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-SmartObjects-ConverttoSmartObject" type="Main">
		<name id="Layer/SmartObjects/ConverttoSmartObject/name" value="Omzetten in slim object"/> 
		<context id="Layer/SmartObjects/ConverttoSmartObject/context" value="Laag &gt; Slimme objecten &gt; Omzetten in slim object"/>
		<desc id="Layer/SmartObjects/ConverttoSmartObject/desc" value="Zet een laag om in een slim object"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id557 = charIDToTypeID( "slct" ); var desc108 = new ActionDescriptor(); var id558 = charIDToTypeID( "null" ); var ref77 = new ActionReference(); var id559 = charIDToTypeID( "Mn  " ); var id560 = charIDToTypeID( "MnIt" ); var id561 = stringIDToTypeID( "newPlacedLayer" ); ref77.putEnumerated( id559, id560, id561 ); desc108.putReference( id558, ref77 ); executeAction( id557, desc108, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-SmartObjects-NewSmartObjectviaCopy" type="Main">
		<name id="Layer/SmartObjects/NewSmartObjectviaCopy/name" value="Nieuw slim object via kopiëren"/> 
		<context id="Layer/SmartObjects/NewSmartObjectviaCopy/context" value="Laag &gt; Slimme objecten &gt; Nieuw slim object via kopiëren"/>
		<desc id="Layer/SmartObjects/NewSmartObjectviaCopy/desc" value="Maak een nieuw slim object via gekopieerde klembordgegevens"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id562 = charIDToTypeID( "slct" ); var desc109 = new ActionDescriptor(); var id563 = charIDToTypeID( "null" ); var ref78 = new ActionReference(); var id564 = charIDToTypeID( "Mn  " ); var id565 = charIDToTypeID( "MnIt" ); var id566 = stringIDToTypeID( "placedLayerMakeCopy" ); ref78.putEnumerated( id564, id565, id566 ); desc109.putReference( id563, ref78 ); executeAction( id562, desc109, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-SmartObjects-EditContents" type="Main">
		<name id="Layer/SmartObjects/EditContents/name" value="Inhoud bewerken"/> 
		<context id="Layer/SmartObjects/EditContents/context" value="Laag &gt; Slimme objecten &gt; Inhoud bewerken"/>
		<desc id="Layer/SmartObjects/EditContents/desc" value="Bewerk de inhoud van een slim object"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id567 = charIDToTypeID( "slct" ); var desc110 = new ActionDescriptor(); var id568 = charIDToTypeID( "null" ); var ref79 = new ActionReference(); var id569 = charIDToTypeID( "Mn  " ); var id570 = charIDToTypeID( "MnIt" ); var id571 = stringIDToTypeID( "placedLayerEditContents" ); ref79.putEnumerated( id569, id570, id571 ); desc110.putReference( id568, ref79 ); executeAction( id567, desc110, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-SmartObjects-ExportContents" type="Main">
		<name id="Layer/SmartObjects/ExportContents/name" value="Inhoud exporteren"/> 
		<context id="Layer/SmartObjects/ExportContents/context" value="Laag &gt; Slimme objecten &gt; Inhoud exporteren"/>
		<desc id="Layer/SmartObjects/ExportContents/desc" value="Exporteer de inhoud van een slim object"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id572 = charIDToTypeID( "slct" ); var desc111 = new ActionDescriptor(); var id573 = charIDToTypeID( "null" ); var ref80 = new ActionReference(); var id574 = charIDToTypeID( "Mn  " ); var id575 = charIDToTypeID( "MnIt" ); var id576 = stringIDToTypeID( "placedLayerExportContents" ); ref80.putEnumerated( id574, id575, id576 ); desc111.putReference( id573, ref80 ); executeAction( id572, desc111, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-SmartObjects-ReplaceContents" type="Main">
		<name id="Layer/SmartObjects/ReplaceContents/name" value="Inhoud vervangen"/> 
		<context id="Layer/SmartObjects/ReplaceContents/context" value="Laag &gt; Slimme objecten &gt; Inhoud vervangen"/>
		<desc id="Layer/SmartObjects/ReplaceContents/desc" value="Vervang de inhoud van een slim object"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id577 = charIDToTypeID( "slct" ); var desc112 = new ActionDescriptor(); var id578 = charIDToTypeID( "null" ); var ref81 = new ActionReference(); var id579 = charIDToTypeID( "Mn  " ); var id580 = charIDToTypeID( "MnIt" ); var id581 = stringIDToTypeID( "placedLayerReplaceContents" ); ref81.putEnumerated( id579, id580, id581 ); desc112.putReference( id578, ref81 ); executeAction( id577, desc112, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-SmartObjects-StackMode-None" type="Main">
		<name id="Layer/SmartObjects/StackMode/None/name" value="Geen"/> 
		<context id="Layer/SmartObjects/StackMode/None/context" value="Laag &gt; Slimme objecten &gt; Stapelmodus&gt; Geen"/>
		<desc id="Layer/SmartObjects/StackMode/None/desc" value="Er is geen stapelmodus toegepast op slimme-objectgegevens"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id582 = charIDToTypeID( "slct" ); var desc113 = new ActionDescriptor(); var id583 = charIDToTypeID( "null" ); var ref82 = new ActionReference(); var id584 = charIDToTypeID( "Mn  " ); var id585 = charIDToTypeID( "MnIt" ); var id586 = stringIDToTypeID( "imageStackConvertSmartObject" ); ref82.putEnumerated( id584, id585, id586 ); desc113.putReference( id583, ref82 ); executeAction( id582, desc113, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-SmartObjects-StackMode-Entropy" type="Main">
		<name id="Layer/SmartObjects/StackMode/Entropy/name" value="Entropie"/> 
		<context id="Layer/SmartObjects/StackMode/Entropy/context" value="Laag &gt; Slimme objecten &gt; Stapelmodus&gt; Entropie"/>
		<desc id="Layer/SmartObjects/StackMode/Entropy/desc" value="Filter de laagstapelgegevens voor slimme objecten op Entropie"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id587 = stringIDToTypeID( "applyImageStackPluginRenderer" ); var desc114 = new ActionDescriptor(); var id588 = stringIDToTypeID( "imageStackPlugin" ); var id589 = charIDToTypeID( "entr" ); desc114.putClass( id588, id589 ); var id590 = charIDToTypeID( "Nm  " ); desc114.putString( id590, "Entropy" ); executeAction( id587, desc114, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-SmartObjects-StackMode-Kurtosis" type="Main">
		<name id="Layer/SmartObjects/StackMode/Kurtosis/name" value="Welving"/> 
		<context id="Layer/SmartObjects/StackMode/Kurtosis/context" value="Laag &gt; Slimme objecten &gt; Stapelmodus&gt; Welving"/>
		<desc id="Layer/SmartObjects/StackMode/Kurtosis/desc" value="Filter de laagstapelgegevens voor slimme objecten op Welving"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id591 = stringIDToTypeID( "applyImageStackPluginRenderer" ); var desc115 = new ActionDescriptor(); var id592 = stringIDToTypeID( "imageStackPlugin" ); var id593 = charIDToTypeID( "kurt" ); desc115.putClass( id592, id593 ); var id594 = charIDToTypeID( "Nm  " ); desc115.putString( id594, "Kurtosis" ); executeAction( id591, desc115, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-SmartObjects-StackMode-Maximum" type="Main">
		<name id="Layer/SmartObjects/StackMode/Maximum/name" value="Maximaal"/> 
		<context id="Layer/SmartObjects/StackMode/Maximum/context" value="Laag &gt; Slimme objecten &gt; Stapelmodus&gt; Maximaal"/>
		<desc id="Layer/SmartObjects/StackMode/Maximum/desc" value="Filter de laagstapelgegevens voor slimme objecten op Maximaal"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id595 = stringIDToTypeID( "applyImageStackPluginRenderer" ); var desc116 = new ActionDescriptor(); var id596 = stringIDToTypeID( "imageStackPlugin" ); var id597 = charIDToTypeID( "maxx" ); desc116.putClass( id596, id597 ); var id598 = charIDToTypeID( "Nm  " ); desc116.putString( id598, "Maximum" ); executeAction( id595, desc116, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-SmartObjects-StackMode-Mean" type="Main">
		<name id="Layer/SmartObjects/StackMode/Mean/name" value="Gemiddeld"/> 
		<context id="Layer/SmartObjects/StackMode/Mean/context" value="Laag &gt; Slimme objecten &gt; Stapelmodus&gt; Gemiddeld"/>
		<desc id="Layer/SmartObjects/StackMode/Mean/desc" value="Filter de laagstapelgegevens voor slimme objecten op Gemiddeld"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id599 = stringIDToTypeID( "applyImageStackPluginRenderer" ); var desc117 = new ActionDescriptor(); var id600 = stringIDToTypeID( "imageStackPlugin" ); var id601 = charIDToTypeID( "avrg" ); desc117.putClass( id600, id601 ); var id602 = charIDToTypeID( "Nm  " ); desc117.putString( id602, "Mean" ); executeAction( id599, desc117, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-SmartObjects-StackMode-Median" type="Main">
		<name id="Layer/SmartObjects/StackMode/Median/name" value="Mediaan"/> 
		<context id="Layer/SmartObjects/StackMode/Median/context" value="Laag &gt; Slimme objecten &gt; Stapelmodus&gt; Mediaan"/>
		<desc id="Layer/SmartObjects/StackMode/Median/desc" value="Filter de laagstapelgegevens voor slimme objecten op Mediaan"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id603 = stringIDToTypeID( "applyImageStackPluginRenderer" ); var desc118 = new ActionDescriptor(); var id604 = stringIDToTypeID( "imageStackPlugin" ); var id605 = charIDToTypeID( "medn" ); desc118.putClass( id604, id605 ); var id606 = charIDToTypeID( "Nm  " ); desc118.putString( id606, "Median" ); executeAction( id603, desc118, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-SmartObjects-StackMode-Minimum" type="Main">
		<name id="Layer/SmartObjects/StackMode/Minimum/name" value="Minimaal"/> 
		<context id="Layer/SmartObjects/StackMode/Minimum/context" value="Laag &gt; Slimme objecten &gt; Stapelmodus&gt; Minimaal"/>
		<desc id="Layer/SmartObjects/StackMode/Minimum/desc" value="Filter de laagstapelgegevens voor slimme objecten op Minimaal"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id607 = stringIDToTypeID( "applyImageStackPluginRenderer" ); var desc119 = new ActionDescriptor(); var id608 = stringIDToTypeID( "imageStackPlugin" ); var id609 = charIDToTypeID( "minn" ); desc119.putClass( id608, id609 ); var id610 = charIDToTypeID( "Nm  " ); desc119.putString( id610, "Minimum" ); executeAction( id607, desc119, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-SmartObjects-StackMode-Range" type="Main">
		<name id="Layer/SmartObjects/StackMode/Range/name" value="Bereik"/> 
		<context id="Layer/SmartObjects/StackMode/Range/context" value="Laag &gt; Slimme objecten &gt; Stapelmodus&gt; Bereik"/>
		<desc id="Layer/SmartObjects/StackMode/Range/desc" value="Filter de laagstapelgegevens voor slimme objecten op Bereik"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id611 = stringIDToTypeID( "applyImageStackPluginRenderer" ); var desc120 = new ActionDescriptor(); var id612 = stringIDToTypeID( "imageStackPlugin" ); var id613 = charIDToTypeID( "rang" ); desc120.putClass( id612, id613 ); var id614 = charIDToTypeID( "Nm  " ); desc120.putString( id614, "Range" ); executeAction( id611, desc120, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-SmartObjects-StackMode-Skewness" type="Main">
		<name id="Layer/SmartObjects/StackMode/Skewness/name" value="Asymmetrisch"/> 
		<context id="Layer/SmartObjects/StackMode/Skewness/context" value="Laag &gt; Slimme objecten &gt; Stapelmodus&gt; Asymmetrisch"/>
		<desc id="Layer/SmartObjects/StackMode/Skewness/desc" value="Filter de laagstapelgegevens voor slimme objecten op Schuintrekken"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id615 = stringIDToTypeID( "applyImageStackPluginRenderer" ); var desc121 = new ActionDescriptor(); var id616 = stringIDToTypeID( "imageStackPlugin" ); var id617 = charIDToTypeID( "skew" ); desc121.putClass( id616, id617 ); var id618 = charIDToTypeID( "Nm  " ); desc121.putString( id618, "Skewness" ); executeAction( id615, desc121, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-SmartObjects-StackMode-StandardDeviation" type="Main">
		<name id="Layer/SmartObjects/StackMode/StandardDeviation/name" value="Standaardafwijking"/> 
		<context id="Layer/SmartObjects/StackMode/StandardDeviation/context" value="Laag &gt; Slimme objecten &gt; Stapelmodus&gt; Standaardafwijking"/>
		<desc id="Layer/SmartObjects/StackMode/StandardDeviation/desc" value="Filter de laagstapelgegevens voor slimme objecten op Standaardafwijking"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id619 = stringIDToTypeID( "applyImageStackPluginRenderer" ); var desc122 = new ActionDescriptor(); var id620 = stringIDToTypeID( "imageStackPlugin" ); var id621 = charIDToTypeID( "stdv" ); desc122.putClass( id620, id621 ); var id622 = charIDToTypeID( "Nm  " ); desc122.putString( id622, "Standard Deviation" ); executeAction( id619, desc122, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-SmartObjects-StackMode-Summation" type="Main">
		<name id="Layer/SmartObjects/StackMode/Summation/name" value="Optelling"/> 
		<context id="Layer/SmartObjects/StackMode/Summation/context" value="Laag &gt; Slimme objecten &gt; Stapelmodus&gt; Optelling"/>
		<desc id="Layer/SmartObjects/StackMode/Summation/desc" value="Filter de laagstapelgegevens voor slimme objecten op Optelling"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id623 = stringIDToTypeID( "applyImageStackPluginRenderer" ); var desc123 = new ActionDescriptor(); var id624 = stringIDToTypeID( "imageStackPlugin" ); var id625 = charIDToTypeID( "summ" ); desc123.putClass( id624, id625 ); var id626 = charIDToTypeID( "Nm  " ); desc123.putString( id626, "Summation" ); executeAction( id623, desc123, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-SmartObjects-StackMode-Variance" type="Main">
		<name id="Layer/SmartObjects/StackMode/Variance/name" value="Variantie"/> 
		<context id="Layer/SmartObjects/StackMode/Variance/context" value="Laag &gt; Slimme objecten &gt; Stapelmodus&gt; Variantie"/>
		<desc id="Layer/SmartObjects/StackMode/Variance/desc" value="Filter de laagstapelgegevens voor slimme objecten op Variantie"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id627 = stringIDToTypeID( "applyImageStackPluginRenderer" ); var desc124 = new ActionDescriptor(); var id628 = stringIDToTypeID( "imageStackPlugin" ); var id629 = charIDToTypeID( "vari" ); desc124.putClass( id628, id629 ); var id630 = charIDToTypeID( "Nm  " ); desc124.putString( id630, "Variance" ); executeAction( id627, desc124, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-SmartObjects-Rasterize" type="Main">
		<name id="Layer/SmartObjects/Rasterize/name" value="Omzetten naar pixels"/> 
		<context id="Layer/SmartObjects/Rasterize/context" value="Laag &gt; Slimme objecten &gt; Omzetten in pixels"/>
		<desc id="Layer/SmartObjects/Rasterize/desc" value="Filter de laagstapelgegevens voor slimme objecten op Omzetten in pixels"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id631 = charIDToTypeID( "slct" ); var desc125 = new ActionDescriptor(); var id632 = charIDToTypeID( "null" ); var ref83 = new ActionReference(); var id633 = charIDToTypeID( "Mn  " ); var id634 = charIDToTypeID( "MnIt" ); var id635 = stringIDToTypeID( "rasterizePlaced" ); ref83.putEnumerated( id633, id634, id635 ); desc125.putReference( id632, ref83 ); executeAction( id631, desc125, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-VideoLayers-NewVideoLayerfromFile" type="Main">
		<name id="Layer/VideoLayers/NewVideoLayerfromFile/name" value="Nieuwe videolaag uit bestand"/> 
		<context id="Layer/VideoLayers/NewVideoLayerfromFile/context" value="Laag &gt; Videolagen &gt; Nieuwe videolaag uit bestand"/>
		<desc id="Layer/VideoLayers/NewVideoLayerfromFile/desc" value="Maak een nieuwe videolaag van een bestand"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id636 = charIDToTypeID( "slct" ); var desc126 = new ActionDescriptor(); var id637 = charIDToTypeID( "null" ); var ref84 = new ActionReference(); var id638 = charIDToTypeID( "Mn  " ); var id639 = charIDToTypeID( "MnIt" ); var id640 = stringIDToTypeID( "addVideoLayer" ); ref84.putEnumerated( id638, id639, id640 ); desc126.putReference( id637, ref84 ); executeAction( id636, desc126, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-VideoLayers-NewBlankVideoLayer" type="Main">
		<name id="Layer/VideoLayers/NewBlankVideoLayer/name" value="Nieuwe lege videolaag"/> 
		<context id="Layer/VideoLayers/NewBlankVideoLayer/context" value="Laag &gt; Videolagen &gt; Nieuwe lege videolaag"/>
		<desc id="Layer/VideoLayers/NewBlankVideoLayer/desc" value="Maak een nieuwe, lege videolaag"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id641 = charIDToTypeID( "slct" ); var desc127 = new ActionDescriptor(); var id642 = charIDToTypeID( "null" ); var ref85 = new ActionReference(); var id643 = charIDToTypeID( "Mn  " ); var id644 = charIDToTypeID( "MnIt" ); var id645 = stringIDToTypeID( "addBlankVideoLayer" ); ref85.putEnumerated( id643, id644, id645 ); desc127.putReference( id642, ref85 ); executeAction( id641, desc127, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-VideoLayers-InsertBlankFrame" type="Main">
		<name id="Layer/VideoLayers/InsertBlankFrame/name" value="Leeg frame invoegen"/> 
		<context id="Layer/VideoLayers/InsertBlankFrame/context" value="Laag &gt; Videolagen &gt; Leeg frame invoegen"/>
		<desc id="Layer/VideoLayers/InsertBlankFrame/desc" value="Plaats een leeg frame in een videolaag"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id646 = charIDToTypeID( "slct" ); var desc128 = new ActionDescriptor(); var id647 = charIDToTypeID( "null" ); var ref86 = new ActionReference(); var id648 = charIDToTypeID( "Mn  " ); var id649 = charIDToTypeID( "MnIt" ); var id650 = stringIDToTypeID( "insertBlankFrame" ); ref86.putEnumerated( id648, id649, id650 ); desc128.putReference( id647, ref86 ); executeAction( id646, desc128, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-VideoLayers-DuplicateFrame" type="Main">
		<name id="Layer/VideoLayers/DuplicateFrame/name" value="Frame dupliceren"/> 
		<context id="Layer/VideoLayers/DuplicateFrame/context" value="Laag &gt; Videolagen &gt; Frame dupliceren"/>
		<desc id="Layer/VideoLayers/DuplicateFrame/desc" value="Dupliceer een frame in een videolaag"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id651 = charIDToTypeID( "slct" ); var desc129 = new ActionDescriptor(); var id652 = charIDToTypeID( "null" ); var ref87 = new ActionReference(); var id653 = charIDToTypeID( "Mn  " ); var id654 = charIDToTypeID( "MnIt" ); var id655 = stringIDToTypeID( "duplicateFrame" ); ref87.putEnumerated( id653, id654, id655 ); desc129.putReference( id652, ref87 ); executeAction( id651, desc129, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-VideoLayers-DeleteFrame" type="Main">
		<name id="Layer/VideoLayers/DeleteFrame/name" value="Frame verwijderen"/> 
		<context id="Layer/VideoLayers/DeleteFrame/context" value="Laag &gt; Videolagen &gt; Frame verwijderen"/>
		<desc id="Layer/VideoLayers/DeleteFrame/desc" value="Verwijder een frame in een videolaag"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id656 = charIDToTypeID( "slct" ); var desc130 = new ActionDescriptor(); var id657 = charIDToTypeID( "null" ); var ref88 = new ActionReference(); var id658 = charIDToTypeID( "Mn  " ); var id659 = charIDToTypeID( "MnIt" ); var id660 = stringIDToTypeID( "deleteFrame" ); ref88.putEnumerated( id658, id659, id660 ); desc130.putReference( id657, ref88 ); executeAction( id656, desc130, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-VideoLayers-ReplaceFootage" type="Main">
		<name id="Layer/VideoLayers/ReplaceFootage/name" value="Beeldmateriaal vervangen"/> 
		<context id="Layer/VideoLayers/ReplaceFootage/context" value="Laag &gt; Videolagen &gt; Beeldmateriaal vervangen"/>
		<desc id="Layer/VideoLayers/ReplaceFootage/desc" value="Vervang het beeldmateriaal in een videolaag"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id661 = charIDToTypeID( "slct" ); var desc131 = new ActionDescriptor(); var id662 = charIDToTypeID( "null" ); var ref89 = new ActionReference(); var id663 = charIDToTypeID( "Mn  " ); var id664 = charIDToTypeID( "MnIt" ); var id665 = stringIDToTypeID( "replaceFootage" ); ref89.putEnumerated( id663, id664, id665 ); desc131.putReference( id662, ref89 ); executeAction( id661, desc131, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-VideoLayers-InterpretFootage" type="Main">
		<name id="Layer/VideoLayers/InterpretFootage/name" value="Beeldmateriaal interpreteren"/> 
		<context id="Layer/VideoLayers/InterpretFootage/context" value="Laag &gt; Videolagen &gt; Beeldmateriaal interpreteren"/>
		<desc id="Layer/VideoLayers/InterpretFootage/desc" value="Interpreteer het beeldmateriaal van een videolaag"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id666 = charIDToTypeID( "slct" ); var desc132 = new ActionDescriptor(); var id667 = charIDToTypeID( "null" ); var ref90 = new ActionReference(); var id668 = charIDToTypeID( "Mn  " ); var id669 = charIDToTypeID( "MnIt" ); var id670 = stringIDToTypeID( "interpretFootage" ); ref90.putEnumerated( id668, id669, id670 ); desc132.putReference( id667, ref90 ); executeAction( id666, desc132, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-VideoLayers-ShowAlteredVideo" type="Main">
		<name id="Layer/VideoLayers/ShowAlteredVideo/name" value="Gewijzigde video tonen"/> 
		<context id="Layer/VideoLayers/ShowAlteredVideo/context" value="Laag &gt; Videolagen &gt; Gewijzigde video tonen"/>
		<desc id="Layer/VideoLayers/ShowAlteredVideo/desc" value="Toon gewijzigde gedeelten van een videolaag"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id671 = charIDToTypeID( "slct" ); var desc133 = new ActionDescriptor(); var id672 = charIDToTypeID( "null" ); var ref91 = new ActionReference(); var id673 = charIDToTypeID( "Mn  " ); var id674 = charIDToTypeID( "MnIt" ); var id675 = stringIDToTypeID( "showAlteredVideo" ); ref91.putEnumerated( id673, id674, id675 ); desc133.putReference( id672, ref91 ); executeAction( id671, desc133, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-VideoLayers-RestoreFrame" type="Main">
		<name id="Layer/VideoLayers/RestoreFrame/name" value="Frame herstellen"/> 
		<context id="Layer/VideoLayers/RestoreFrame/context" value="Laag &gt; Videolagen &gt; Frame herstellen"/>
		<desc id="Layer/VideoLayers/RestoreFrame/desc" value="Herstel het frame van een videolaag"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id676 = charIDToTypeID( "slct" ); var desc134 = new ActionDescriptor(); var id677 = charIDToTypeID( "null" ); var ref92 = new ActionReference(); var id678 = charIDToTypeID( "Mn  " ); var id679 = charIDToTypeID( "MnIt" ); var id680 = stringIDToTypeID( "restoreFrame" ); ref92.putEnumerated( id678, id679, id680 ); desc134.putReference( id677, ref92 ); executeAction( id676, desc134, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-VideoLayers-RestoreAllFrames" type="Main">
		<name id="Layer/VideoLayers/RestoreAllFrames/name" value="Alle frames herstellen"/> 
		<context id="Layer/VideoLayers/RestoreAllFrames/context" value="Laag &gt; Videolagen &gt; Alle frames herstellen"/>
		<desc id="Layer/VideoLayers/RestoreAllFrames/desc" value="Herstel alle geselecteerde videoframelagen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id681 = charIDToTypeID( "slct" ); var desc135 = new ActionDescriptor(); var id682 = charIDToTypeID( "null" ); var ref93 = new ActionReference(); var id683 = charIDToTypeID( "Mn  " ); var id684 = charIDToTypeID( "MnIt" ); var id685 = stringIDToTypeID( "restoreAllFrames" ); ref93.putEnumerated( id683, id684, id685 ); desc135.putReference( id682, ref93 ); executeAction( id681, desc135, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-VideoLayers-ReloadFrame" type="Main">
		<name id="Layer/VideoLayers/ReloadFrame/name" value="Frame opnieuw laden"/> 
		<context id="Layer/VideoLayers/ReloadFrame/context" value="Laag &gt; Videolagen &gt; Frame opnieuw laden"/>
		<desc id="Layer/VideoLayers/ReloadFrame/desc" value="Laad een frame in een videolaag opnieuw"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id686 = charIDToTypeID( "slct" ); var desc136 = new ActionDescriptor(); var id687 = charIDToTypeID( "null" ); var ref94 = new ActionReference(); var id688 = charIDToTypeID( "Mn  " ); var id689 = charIDToTypeID( "MnIt" ); var id690 = stringIDToTypeID( "reloadFrame" ); ref94.putEnumerated( id688, id689, id690 ); desc136.putReference( id687, ref94 ); executeAction( id686, desc136, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-VideoLayers-Rasterize" type="Main">
		<name id="Layer/VideoLayers/Rasterize/name" value="Omzetten naar pixels"/> 
		<context id="Layer/VideoLayers/Rasterize/context" value="Laag &gt; Videolagen &gt; Omzetten in pixels"/>
		<desc id="Layer/VideoLayers/Rasterize/desc" value="Zet de inhoud van een videolaag om in pixels"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id691 = charIDToTypeID( "slct" ); var desc137 = new ActionDescriptor(); var id692 = charIDToTypeID( "null" ); var ref95 = new ActionReference(); var id693 = charIDToTypeID( "Mn  " ); var id694 = charIDToTypeID( "MnIt" ); var id695 = stringIDToTypeID( "rasterizeVideo" ); ref95.putEnumerated( id693, id694, id695 ); desc137.putReference( id692, ref95 ); executeAction( id691, desc137, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Type-CreateWorkPath" type="Main">
		<name id="Layer/Type/CreateWorkPath/name" value="Tijdelijk pad maken"/> 
		<context id="Layer/Type/CreateWorkPath/context" value="Laag &gt; Tekst &gt; Tijdelijk pad maken"/>
		<desc id="Layer/Type/CreateWorkPath/desc" value="Zet teksttekens om in een bewerkbaar vectorpad"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id699 = charIDToTypeID( "slct" ); var desc141 = new ActionDescriptor(); var id700 = charIDToTypeID( "null" ); var ref96 = new ActionReference(); var id701 = charIDToTypeID( "Mn  " ); var id702 = charIDToTypeID( "MnIt" ); var id703 = stringIDToTypeID( "createWorkPath" ); ref96.putEnumerated( id701, id702, id703 ); desc141.putReference( id700, ref96 ); executeAction( id699, desc141, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Type-ConverttoShape" type="Main">
		<name id="Layer/Type/ConverttoShape/name" value="Omzetten in vorm"/> 
		<context id="Layer/Type/ConverttoShape/context" value="Laag &gt; Tekst &gt; Omzetten in vorm"/>
		<desc id="Layer/Type/ConverttoShape/desc" value="Zet teksttekens om in een gevulde vectorvormlaag"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id704 = charIDToTypeID( "slct" ); var desc142 = new ActionDescriptor(); var id705 = charIDToTypeID( "null" ); var ref97 = new ActionReference(); var id706 = charIDToTypeID( "Mn  " ); var id707 = charIDToTypeID( "MnIt" ); var id708 = stringIDToTypeID( "convertToShape" ); ref97.putEnumerated( id706, id707, id708 ); desc142.putReference( id705, ref97 ); executeAction( id704, desc142, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Type-Horizontal" type="Main">
		<name id="Layer/Type/Horizontal/name" value="Horizontaal"/> 
		<context id="Layer/Type/Horizontal/context" value="Laag &gt; Tekst &gt; Horizontaal"/>
		<desc id="Layer/Type/Horizontal/desc" value="Zet tekst om in horizontale stand, zodat nieuwe letters naast de andere letters komen te staan"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id709 = charIDToTypeID( "slct" ); var desc143 = new ActionDescriptor(); var id710 = charIDToTypeID( "null" ); var ref98 = new ActionReference(); var id711 = charIDToTypeID( "Mn  " ); var id712 = charIDToTypeID( "MnIt" ); var id713 = charIDToTypeID( "Hrzn" ); ref98.putEnumerated( id711, id712, id713 ); desc143.putReference( id710, ref98 ); executeAction( id709, desc143, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Type-Vertical" type="Main">
		<name id="Layer/Type/Vertical/name" value="Verticaal"/> 
		<context id="Layer/Type/Vertical/context" value="Laag &gt; Tekst &gt; Verticaal"/>
		<desc id="Layer/Type/Vertical/desc" value="Zet tekst om in verticale stand, zodat nieuwe letters onder andere letters komen te staan"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id714 = charIDToTypeID( "slct" ); var desc144 = new ActionDescriptor(); var id715 = charIDToTypeID( "null" ); var ref99 = new ActionReference(); var id716 = charIDToTypeID( "Mn  " ); var id717 = charIDToTypeID( "MnIt" ); var id718 = charIDToTypeID( "Vrtc" ); ref99.putEnumerated( id716, id717, id718 ); desc144.putReference( id715, ref99 ); executeAction( id714, desc144, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Type-Anti-AliasNone" type="Main">
		<name id="Layer/Type/Anti-AliasNone/name" value="Anti-alias - geen"/> 
		<context id="Layer/Type/Anti-AliasNone/context" value="Laag &gt; Tekst &gt; Anti-alias - geen"/>
		<desc id="Layer/Type/Anti-AliasNone/desc" value="Verwijder anti-aliasing (vloeiend maken) van de geselecteerde tekst"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id719 = charIDToTypeID( "slct" ); var desc145 = new ActionDescriptor(); var id720 = charIDToTypeID( "null" ); var ref100 = new ActionReference(); var id721 = charIDToTypeID( "Mn  " ); var id722 = charIDToTypeID( "MnIt" ); var id723 = charIDToTypeID( "Anno" ); ref100.putEnumerated( id721, id722, id723 ); desc145.putReference( id720, ref100 ); executeAction( id719, desc145, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Type-Anti-AliasSharp" type="Main">
		<name id="Layer/Type/Anti-AliasSharp/name" value="Anti-alias - scherp"/> 
		<context id="Layer/Type/Anti-AliasSharp/context" value="Laag &gt; Tekst &gt; Anti-alias - scherp"/>
		<desc id="Layer/Type/Anti-AliasSharp/desc" value="Stel anti-aliasing (vloeiend maken) voor de geselecteerde tekst in op scherp"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id724 = charIDToTypeID( "slct" ); var desc146 = new ActionDescriptor(); var id725 = charIDToTypeID( "null" ); var ref101 = new ActionReference(); var id726 = charIDToTypeID( "Mn  " ); var id727 = charIDToTypeID( "MnIt" ); var id728 = stringIDToTypeID( "antiAliasSharp" ); ref101.putEnumerated( id726, id727, id728 ); desc146.putReference( id725, ref101 ); executeAction( id724, desc146, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Type-Anti-AliasCrisp" type="Main">
		<name id="Layer/Type/Anti-AliasCrisp/name" value="Anti-alias - zuiver"/> 
		<context id="Layer/Type/Anti-AliasCrisp/context" value="Laag &gt; Tekst &gt; Anti-alias - zuiver"/>
		<desc id="Layer/Type/Anti-AliasCrisp/desc" value="Stel anti-aliasing (vloeiend maken) voor de geselecteerde tekst in op zuiver"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id729 = charIDToTypeID( "slct" ); var desc147 = new ActionDescriptor(); var id730 = charIDToTypeID( "null" ); var ref102 = new ActionReference(); var id731 = charIDToTypeID( "Mn  " ); var id732 = charIDToTypeID( "MnIt" ); var id733 = charIDToTypeID( "AnCr" ); ref102.putEnumerated( id731, id732, id733 ); desc147.putReference( id730, ref102 ); executeAction( id729, desc147, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Type-Anti-AliasStrong" type="Main">
		<name id="Layer/Type/Anti-AliasStrong/name" value="Anti-alias - sterk"/> 
		<context id="Layer/Type/Anti-AliasStrong/context" value="Laag &gt; Tekst &gt; Anti-alias - sterk"/>
		<desc id="Layer/Type/Anti-AliasStrong/desc" value="Stel anti-aliasing (vloeiend maken) voor de geselecteerde tekst in op sterk"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id734 = charIDToTypeID( "slct" ); var desc148 = new ActionDescriptor(); var id735 = charIDToTypeID( "null" ); var ref103 = new ActionReference(); var id736 = charIDToTypeID( "Mn  " ); var id737 = charIDToTypeID( "MnIt" ); var id738 = charIDToTypeID( "AnSt" ); ref103.putEnumerated( id736, id737, id738 ); desc148.putReference( id735, ref103 ); executeAction( id734, desc148, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Type-Anti-AliasSmooth" type="Main">
		<name id="Layer/Type/Anti-AliasSmooth/name" value="Anti-alias - vloeiend"/> 
		<context id="Layer/Type/Anti-AliasSmooth/context" value="Laag &gt; Tekst &gt; Anti-alias - vloeiend"/>
		<desc id="Layer/Type/Anti-AliasSmooth/desc" value="Stel anti-aliasing (vloeiend maken) voor de geselecteerde tekst in op vloeiend"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id739 = charIDToTypeID( "slct" ); var desc149 = new ActionDescriptor(); var id740 = charIDToTypeID( "null" ); var ref104 = new ActionReference(); var id741 = charIDToTypeID( "Mn  " ); var id742 = charIDToTypeID( "MnIt" ); var id743 = charIDToTypeID( "AnSm" ); ref104.putEnumerated( id741, id742, id743 ); desc149.putReference( id740, ref104 ); executeAction( id739, desc149, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Type-ConvertTextShapeType" type="Main">
		<name id="Layer/Type/ConvertTextShapeType/name" value="Type tekstvorm omzetten"/> 
		<context id="Layer/Type/ConvertTextShapeType/context" value="Laag &gt; Tekst &gt; Type tekstvorm omzetten"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc175 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref104 = new ActionReference(); var idPrpr = charIDToTypeID( "Prpr" ); var idTEXT = charIDToTypeID( "TEXT" ); ref104.putProperty( idPrpr, idTEXT ); var idTxLr = charIDToTypeID( "TxLr" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref104.putEnumerated( idTxLr, idOrdn, idTrgt ); desc175.putReference( idnull, ref104 ); var idT = charIDToTypeID( "T   " ); var idTEXT = charIDToTypeID( "TEXT" ); var idbox = stringIDToTypeID( "box" ); desc175.putEnumerated( idT, idTEXT, idbox ); executeAction( idsetd, desc175, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Type-WarpText" type="Main">
		<name id="Layer/Type/WarpText/name" value="Tekst verdraaien"/> 
		<context id="Layer/Type/WarpText/context" value="Laag &gt; Tekst &gt; Tekst verdraaien"/>
		<desc id="Layer/Type/WarpText/desc" value="Vervorm de geselecteerde tekst via een van de verdraai-opdrachten"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id754 = charIDToTypeID( "slct" ); var desc151 = new ActionDescriptor(); var id755 = charIDToTypeID( "null" ); var ref106 = new ActionReference(); var id756 = charIDToTypeID( "Mn  " ); var id757 = charIDToTypeID( "MnIt" ); var id758 = stringIDToTypeID( "warp" ); ref106.putEnumerated( id756, id757, id758 ); desc151.putReference( id755, ref106 ); executeAction( id754, desc151, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Type-UpdateAllTextLayers" type="Main">
		<name id="Layer/Type/UpdateAllTextLayers/name" value="Alle tekstlagen bijwerken"/> 
		<context id="Layer/Type/UpdateAllTextLayers/context" value="Laag &gt; Tekst &gt; Alle tekstlagen bijwerken"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id759 = stringIDToTypeID( "updateLayouts" ); executeAction( id759, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Type-ReplaceAllMissingFonts" type="Main">
		<name id="Layer/Type/ReplaceAllMissingFonts/name" value="Alle ontbrekende lettertypen vervangen"/> 
		<context id="Layer/Type/ReplaceAllMissingFonts/context" value="Laag &gt; Tekst &gt; Alle ontbrekende lettertypen vervangen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id760 = stringIDToTypeID( "replaceSubstitutes" ); executeAction( id760, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Rasterize-Type" type="Main">
		<name id="Layer/Rasterize/Type/name" value="Type"/> 
		<context id="Layer/Rasterize/Type/context" value="Laag &gt; Waarden beperken &gt; Tekst"/>
		<desc id="Layer/Rasterize/Type/desc" value="Zet de huidige tekstlaag om in pixels"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id761 = charIDToTypeID( "slct" ); var desc152 = new ActionDescriptor(); var id762 = charIDToTypeID( "null" ); var ref107 = new ActionReference(); var id763 = charIDToTypeID( "Mn  " ); var id764 = charIDToTypeID( "MnIt" ); var id765 = charIDToTypeID( "RstT" ); ref107.putEnumerated( id763, id764, id765 ); desc152.putReference( id762, ref107 ); executeAction( id761, desc152, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Rasterize-Shape" type="Main">
		<name id="Layer/Rasterize/Shape/name" value="Vorm"/> 
		<context id="Layer/Rasterize/Shape/context" value="Laag &gt; Omzetten in pixels &gt; Vorm"/>
		<desc id="Layer/Rasterize/Shape/desc" value="Zet de huidige vormlaag om in pixels"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id766 = charIDToTypeID( "slct" ); var desc153 = new ActionDescriptor(); var id767 = charIDToTypeID( "null" ); var ref108 = new ActionReference(); var id768 = charIDToTypeID( "Mn  " ); var id769 = charIDToTypeID( "MnIt" ); var id770 = stringIDToTypeID( "rasterizeShape" ); ref108.putEnumerated( id768, id769, id770 ); desc153.putReference( id767, ref108 ); executeAction( id766, desc153, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Rasterize-FillContent" type="Main">
		<name id="Layer/Rasterize/FillContent/name" value="Inhoud vulling"/> 
		<context id="Layer/Rasterize/FillContent/context" value="Laag &gt; Waarden beperken &gt; Inhoud vullen"/>
		<desc id="Layer/Rasterize/FillContent/desc" value="Zet de huidige kleurenopvullaag om in pixels"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id771 = charIDToTypeID( "slct" ); var desc154 = new ActionDescriptor(); var id772 = charIDToTypeID( "null" ); var ref109 = new ActionReference(); var id773 = charIDToTypeID( "Mn  " ); var id774 = charIDToTypeID( "MnIt" ); var id775 = stringIDToTypeID( "rasterizeContent" ); ref109.putEnumerated( id773, id774, id775 ); desc154.putReference( id772, ref109 ); executeAction( id771, desc154, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Rasterize-VectorMask" type="Main">
		<name id="Layer/Rasterize/VectorMask/name" value="Vectormasker"/> 
		<context id="Layer/Rasterize/VectorMask/context" value="Laag &gt; Waarden beperken &gt; Vectormasker"/>
		<desc id="Layer/Rasterize/VectorMask/desc" value="Zet het huidige vectormasker om in pixels"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id776 = charIDToTypeID( "slct" ); var desc155 = new ActionDescriptor(); var id777 = charIDToTypeID( "null" ); var ref110 = new ActionReference(); var id778 = charIDToTypeID( "Mn  " ); var id779 = charIDToTypeID( "MnIt" ); var id780 = stringIDToTypeID( "rasterizeVectorMask" ); ref110.putEnumerated( id778, id779, id780 ); desc155.putReference( id777, ref110 ); executeAction( id776, desc155, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Rasterize-SmartObject" type="Main">
		<name id="Layer/Rasterize/SmartObject/name" value="Slim object"/> 
		<context id="Layer/Rasterize/SmartObject/context" value="Laag &gt; Omzetten in pixels &gt; Slim object"/>
		<desc id="Layer/Rasterize/SmartObject/desc" value="Zet het huidige slimme object om in pixels"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id781 = charIDToTypeID( "slct" ); var desc156 = new ActionDescriptor(); var id782 = charIDToTypeID( "null" ); var ref111 = new ActionReference(); var id783 = charIDToTypeID( "Mn  " ); var id784 = charIDToTypeID( "MnIt" ); var id785 = stringIDToTypeID( "rasterizePlaced" ); ref111.putEnumerated( id783, id784, id785 ); desc156.putReference( id782, ref111 ); executeAction( id781, desc156, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Rasterize-Video" type="Main">
		<name id="Layer/Rasterize/Video/name" value="Video"/> 
		<context id="Layer/Rasterize/Video/context" value="Laag &gt; Waarden beperken &gt; Video"/>
		<desc id="Layer/Rasterize/Video/desc" value="Zet de huidige videolaag om in pixels"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc176 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref105 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idrasterizeVideo = stringIDToTypeID( "rasterizeVideo" ); ref105.putEnumerated( idMn, idMnIt, idrasterizeVideo ); desc176.putReference( idnull, ref105 ); executeAction( idslct, desc176, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Rasterize-Layer" type="Main">
		<name id="Layer/Rasterize/Layer/name" value="Laag"/> 
		<context id="Layer/Rasterize/Layer/context" value="Laag &gt; Waarden beperken &gt; Laag"/>
		<desc id="Layer/Rasterize/Layer/desc" value="Zet de huidige laag om in pixels"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id786 = stringIDToTypeID( "rasterizeLayer" ); var desc157 = new ActionDescriptor(); var id787 = charIDToTypeID( "null" ); var ref112 = new ActionReference(); var id788 = charIDToTypeID( "Lyr " ); var id789 = charIDToTypeID( "Ordn" ); var id790 = charIDToTypeID( "Trgt" ); ref112.putEnumerated( id788, id789, id790 ); desc157.putReference( id787, ref112 ); executeAction( id786, desc157, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Rasterize-AllLayers" type="Main">
		<name id="Layer/Rasterize/AllLayers/name" value="Alle lagen"/> 
		<context id="Layer/Rasterize/AllLayers/context" value="Laag &gt; Omzetten in pixels &gt; Alle lagen"/>
		<desc id="Layer/Rasterize/AllLayers/desc" value="Zet alle lagen om in pixels"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id791 = stringIDToTypeID( "rasterizeAll" ); executeAction( id791, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-NewLayerBasedSlice" type="Main">
		<name id="Layer/NewLayerBasedSlice/name" value="Nieuw segment op basis van laag"/> 
		<context id="Layer/NewLayerBasedSlice/context" value="Laag &gt; Nieuw segment op basis van laag"/>
		<desc id="Layer/NewLayerBasedSlice/desc" value="Maak een segment waarvan u de grootte dynamisch kunt aanpassen op basis van de inhoud van de huidige laag"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id792 = charIDToTypeID( "slct" ); var desc158 = new ActionDescriptor(); var id793 = charIDToTypeID( "null" ); var ref113 = new ActionReference(); var id794 = charIDToTypeID( "Mn  " ); var id795 = charIDToTypeID( "MnIt" ); var id796 = stringIDToTypeID( "sliceFromLayer" ); ref113.putEnumerated( id794, id795, id796 ); desc158.putReference( id793, ref113 ); executeAction( id792, desc158, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-GroupLayers" type="Main">
		<name id="Layer/GroupLayers/name" value="Lagen groeperen"/> 
		<context id="Layer/GroupLayers/context" value="Laag &gt; Lagen groeperen"/>
		<desc id="Layer/GroupLayers/desc" value="Plaats de momenteel geselecteerde laag of lagen in een laaggroep (set)"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id797 = stringIDToTypeID( "groupLayersEvent" ); var desc159 = new ActionDescriptor(); var id798 = charIDToTypeID( "null" ); var ref114 = new ActionReference(); var id799 = charIDToTypeID( "Lyr " ); var id800 = charIDToTypeID( "Ordn" ); var id801 = charIDToTypeID( "Trgt" ); ref114.putEnumerated( id799, id800, id801 ); desc159.putReference( id798, ref114 ); executeAction( id797, desc159, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-UngroupLayers" type="Main">
		<name id="Layer/UngroupLayers/name" value="Lagen degroeperen"/> 
		<context id="Layer/UngroupLayers/context" value="Laag &gt; Lagen degroeperen"/>
		<desc id="Layer/UngroupLayers/desc" value="Verwijder de laaggroep (set) die de huidige laag omringt"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id802 = stringIDToTypeID( "ungroupLayersEvent" ); var desc160 = new ActionDescriptor(); var id803 = charIDToTypeID( "null" ); var ref115 = new ActionReference(); var id804 = charIDToTypeID( "Lyr " ); var id805 = charIDToTypeID( "Ordn" ); var id806 = charIDToTypeID( "Trgt" ); ref115.putEnumerated( id804, id805, id806 ); desc160.putReference( id803, ref115 ); executeAction( id802, desc160, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Arrange-HideLayers" type="Main">
		<name id="Layer/Arrange/HideLayers/name" value="Lagen verbergen"/> 
		<context id="Layer/Arrange/HideLayers/context" value="Laag &gt; Lagen verbergen"/>
		<desc id="Layer/Arrange/HideLayers/desc" value="Verberg de momenteel geselecteerde laag of lagen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id807 = charIDToTypeID( "Hd  " ); var desc161 = new ActionDescriptor(); var id808 = charIDToTypeID( "null" ); var ref116 = new ActionReference(); var id809 = charIDToTypeID( "Lyr " ); var id810 = charIDToTypeID( "Ordn" ); var id811 = charIDToTypeID( "Trgt" ); ref116.putEnumerated( id809, id810, id811 ); desc161.putReference( id808, ref116 ); executeAction( id807, desc161, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Arrange-BringtoFront" type="Main">
		<name id="Layer/Arrange/BringtoFront/name" value="Naar voorgrond"/> 
		<context id="Layer/Arrange/BringtoFront/context" value="Laag &gt; Ordenen &gt; Op voorgrond"/>
		<desc id="Layer/Arrange/BringtoFront/desc" value="Plaats de momenteel geselecteerde la(a)g(en) helemaal boven aan de laagstapel"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id812 = charIDToTypeID( "move" ); var desc162 = new ActionDescriptor(); var id813 = charIDToTypeID( "null" ); var ref117 = new ActionReference(); var id814 = charIDToTypeID( "Lyr " ); var id815 = charIDToTypeID( "Ordn" ); var id816 = charIDToTypeID( "Trgt" ); ref117.putEnumerated( id814, id815, id816 ); desc162.putReference( id813, ref117 ); var id817 = charIDToTypeID( "T   " ); var ref118 = new ActionReference(); var id818 = charIDToTypeID( "Lyr " ); var id819 = charIDToTypeID( "Ordn" ); var id820 = charIDToTypeID( "Frnt" ); ref118.putEnumerated( id818, id819, id820 ); desc162.putReference( id817, ref118 ); executeAction( id812, desc162, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Arrange-BringForward" type="Main">
		<name id="Layer/Arrange/BringForward/name" value="Naar voren"/> 
		<context id="Layer/Arrange/BringForward/context" value="Laag &gt; Ordenen &gt; Naar voren"/>
		<desc id="Layer/Arrange/BringForward/desc" value="Verplaats de momenteel geselecteerde la(a)g(en) omhoog in de laagstapel"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id821 = charIDToTypeID( "move" ); var desc163 = new ActionDescriptor(); var id822 = charIDToTypeID( "null" ); var ref119 = new ActionReference(); var id823 = charIDToTypeID( "Lyr " ); var id824 = charIDToTypeID( "Ordn" ); var id825 = charIDToTypeID( "Trgt" ); ref119.putEnumerated( id823, id824, id825 ); desc163.putReference( id822, ref119 ); var id826 = charIDToTypeID( "T   " ); var ref120 = new ActionReference(); var id827 = charIDToTypeID( "Lyr " ); var id828 = charIDToTypeID( "Ordn" ); var id829 = charIDToTypeID( "Nxt " ); ref120.putEnumerated( id827, id828, id829 ); desc163.putReference( id826, ref120 ); executeAction( id821, desc163, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Arrange-SendBackward" type="Main">
		<name id="Layer/Arrange/SendBackward/name" value="Naar achteren"/> 
		<context id="Layer/Arrange/SendBackward/context" value="Laag &gt; Ordenen &gt; Naar achteren"/>
		<desc id="Layer/Arrange/SendBackward/desc" value="Verplaats de momenteel geselecteerde la(a)g(en) omlaag in de laagstapel"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id830 = charIDToTypeID( "move" ); var desc164 = new ActionDescriptor(); var id831 = charIDToTypeID( "null" ); var ref121 = new ActionReference(); var id832 = charIDToTypeID( "Lyr " ); var id833 = charIDToTypeID( "Ordn" ); var id834 = charIDToTypeID( "Trgt" ); ref121.putEnumerated( id832, id833, id834 ); desc164.putReference( id831, ref121 ); var id835 = charIDToTypeID( "T   " ); var ref122 = new ActionReference(); var id836 = charIDToTypeID( "Lyr " ); var id837 = charIDToTypeID( "Ordn" ); var id838 = charIDToTypeID( "Prvs" ); ref122.putEnumerated( id836, id837, id838 ); desc164.putReference( id835, ref122 ); executeAction( id830, desc164, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Arrange-SendtoBack" type="Main">
		<name id="Layer/Arrange/SendtoBack/name" value="Helemaal Naar achteren"/> 
		<context id="Layer/Arrange/SendtoBack/context" value="Laag &gt; Ordenen &gt; Op achtergrond"/>
		<desc id="Layer/Arrange/SendtoBack/desc" value="Plaats de momenteel geselecteerde la(a)g(en) helemaal onder aan de laagstapel"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id839 = charIDToTypeID( "move" ); var desc165 = new ActionDescriptor(); var id840 = charIDToTypeID( "null" ); var ref123 = new ActionReference(); var id841 = charIDToTypeID( "Lyr " ); var id842 = charIDToTypeID( "Ordn" ); var id843 = charIDToTypeID( "Trgt" ); ref123.putEnumerated( id841, id842, id843 ); desc165.putReference( id840, ref123 ); var id844 = charIDToTypeID( "T   " ); var ref124 = new ActionReference(); var id845 = charIDToTypeID( "Lyr " ); var id846 = charIDToTypeID( "Ordn" ); var id847 = charIDToTypeID( "Back" ); ref124.putEnumerated( id845, id846, id847 ); desc165.putReference( id844, ref124 ); executeAction( id839, desc165, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Arrange-Reverse" type="Main">
		<name id="Layer/Arrange/Reverse/name" value="Omkeren"/> 
		<context id="Layer/Arrange/Reverse/context" value="Laag &gt; Ordenen &gt; Omkeren"/>
		<desc id="Layer/Arrange/Reverse/desc" value="Draai de stapelvolgorde van de momenteel geselecteerde lagen om"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id848 = charIDToTypeID( "Rvrs" ); var desc166 = new ActionDescriptor(); var id849 = charIDToTypeID( "null" ); var ref125 = new ActionReference(); var id850 = charIDToTypeID( "Lyr " ); var id851 = charIDToTypeID( "Ordn" ); var id852 = charIDToTypeID( "Trgt" ); ref125.putEnumerated( id850, id851, id852 ); desc166.putReference( id849, ref125 ); executeAction( id848, desc166, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Align-TopEdges" type="Main">
		<name id="Layer/Align/TopEdges/name" value="Bovenranden"/> 
		<context id="Layer/Align/TopEdges/context" value="Laag &gt; Uitlijnen &gt; Bovenranden"/>
		<desc id="Layer/Align/TopEdges/desc" value="Lijn de bovenranden van de geselecteerde lagen uit"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id853 = charIDToTypeID( "Algn" ); var desc167 = new ActionDescriptor(); var id854 = charIDToTypeID( "null" ); var ref126 = new ActionReference(); var id855 = charIDToTypeID( "Lyr " ); var id856 = charIDToTypeID( "Ordn" ); var id857 = charIDToTypeID( "Trgt" ); ref126.putEnumerated( id855, id856, id857 ); desc167.putReference( id854, ref126 ); var id858 = charIDToTypeID( "Usng" ); var id859 = charIDToTypeID( "ADSt" ); var id860 = charIDToTypeID( "AdTp" ); desc167.putEnumerated( id858, id859, id860 ); executeAction( id853, desc167, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Align-VerticalCenters" type="Main">
		<name id="Layer/Align/VerticalCenters/name" value="Verticale middelpunten"/> 
		<context id="Layer/Align/VerticalCenters/context" value="Laag &gt; Uitlijnen &gt; Verticale middelpunten"/>
		<desc id="Layer/Align/VerticalCenters/desc" value="Lijn de verticale middelpunten van de geselecteerde lagen uit"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id861 = charIDToTypeID( "Algn" ); var desc168 = new ActionDescriptor(); var id862 = charIDToTypeID( "null" ); var ref127 = new ActionReference(); var id863 = charIDToTypeID( "Lyr " ); var id864 = charIDToTypeID( "Ordn" ); var id865 = charIDToTypeID( "Trgt" ); ref127.putEnumerated( id863, id864, id865 ); desc168.putReference( id862, ref127 ); var id866 = charIDToTypeID( "Usng" ); var id867 = charIDToTypeID( "ADSt" ); var id868 = charIDToTypeID( "AdCV" ); desc168.putEnumerated( id866, id867, id868 ); executeAction( id861, desc168, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Align-BottomEdges" type="Main">
		<name id="Layer/Align/BottomEdges/name" value="Onderranden"/> 
		<context id="Layer/Align/BottomEdges/context" value="Laag &gt; Uitlijnen &gt; Onderranden"/>
		<desc id="Layer/Align/BottomEdges/desc" value="Lijn de onderranden van de geselecteerde lagen uit"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id869 = charIDToTypeID( "Algn" ); var desc169 = new ActionDescriptor(); var id870 = charIDToTypeID( "null" ); var ref128 = new ActionReference(); var id871 = charIDToTypeID( "Lyr " ); var id872 = charIDToTypeID( "Ordn" ); var id873 = charIDToTypeID( "Trgt" ); ref128.putEnumerated( id871, id872, id873 ); desc169.putReference( id870, ref128 ); var id874 = charIDToTypeID( "Usng" ); var id875 = charIDToTypeID( "ADSt" ); var id876 = charIDToTypeID( "AdBt" ); desc169.putEnumerated( id874, id875, id876 ); executeAction( id869, desc169, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Align-LeftEdges" type="Main">
		<name id="Layer/Align/LeftEdges/name" value="Linkerranden"/> 
		<context id="Layer/Align/LeftEdges/context" value="Laag &gt; Uitlijnen &gt; Linkerranden"/>
		<desc id="Layer/Align/LeftEdges/desc" value="Lijn de linkerranden van de geselecteerde lagen uit"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id877 = charIDToTypeID( "Algn" ); var desc170 = new ActionDescriptor(); var id878 = charIDToTypeID( "null" ); var ref129 = new ActionReference(); var id879 = charIDToTypeID( "Lyr " ); var id880 = charIDToTypeID( "Ordn" ); var id881 = charIDToTypeID( "Trgt" ); ref129.putEnumerated( id879, id880, id881 ); desc170.putReference( id878, ref129 ); var id882 = charIDToTypeID( "Usng" ); var id883 = charIDToTypeID( "ADSt" ); var id884 = charIDToTypeID( "AdLf" ); desc170.putEnumerated( id882, id883, id884 ); executeAction( id877, desc170, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Align-HorizontalCenters" type="Main">
		<name id="Layer/Align/HorizontalCenters/name" value="Horizontale middelpunten"/> 
		<context id="Layer/Align/HorizontalCenters/context" value="Laag &gt; Uitlijnen &gt; Horizontale middelpunten"/>
		<desc id="Layer/Align/HorizontalCenters/desc" value="Lijn de horizontale middelpunten van de geselecteerde lagen uit"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id885 = charIDToTypeID( "Algn" ); var desc171 = new ActionDescriptor(); var id886 = charIDToTypeID( "null" ); var ref130 = new ActionReference(); var id887 = charIDToTypeID( "Lyr " ); var id888 = charIDToTypeID( "Ordn" ); var id889 = charIDToTypeID( "Trgt" ); ref130.putEnumerated( id887, id888, id889 ); desc171.putReference( id886, ref130 ); var id890 = charIDToTypeID( "Usng" ); var id891 = charIDToTypeID( "ADSt" ); var id892 = charIDToTypeID( "AdCH" ); desc171.putEnumerated( id890, id891, id892 ); executeAction( id885, desc171, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Align-RightEdges" type="Main">
		<name id="Layer/Align/RightEdges/name" value="Rechterranden"/> 
		<context id="Layer/Align/RightEdges/context" value="Laag &gt; Uitlijnen &gt; Rechterranden"/>
		<desc id="Layer/Align/RightEdges/desc" value="Lijn de rechterranden van de geselecteerde lagen uit"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id893 = charIDToTypeID( "Algn" ); var desc172 = new ActionDescriptor(); var id894 = charIDToTypeID( "null" ); var ref131 = new ActionReference(); var id895 = charIDToTypeID( "Lyr " ); var id896 = charIDToTypeID( "Ordn" ); var id897 = charIDToTypeID( "Trgt" ); ref131.putEnumerated( id895, id896, id897 ); desc172.putReference( id894, ref131 ); var id898 = charIDToTypeID( "Usng" ); var id899 = charIDToTypeID( "ADSt" ); var id900 = charIDToTypeID( "AdRg" ); desc172.putEnumerated( id898, id899, id900 ); executeAction( id893, desc172, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-TopEdges" type="Main">
		<name id="Layer/TopEdges/name" value="Bovenranden"/> 
		<context id="Layer/TopEdges/context" value="Laag &gt; Distribueren &gt; Bovenranden"/>
		<desc id="Layer/TopEdges/desc" value="Verander de positie van de geselecteerde lagen op evenredige wijze op basis van hun bovenranden"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id901 = charIDToTypeID( "Dstr" ); var desc173 = new ActionDescriptor(); var id902 = charIDToTypeID( "null" ); var ref132 = new ActionReference(); var id903 = charIDToTypeID( "Lyr " ); var id904 = charIDToTypeID( "Ordn" ); var id905 = charIDToTypeID( "Trgt" ); ref132.putEnumerated( id903, id904, id905 ); desc173.putReference( id902, ref132 ); var id906 = charIDToTypeID( "Usng" ); var id907 = charIDToTypeID( "ADSt" ); var id908 = charIDToTypeID( "AdTp" ); desc173.putEnumerated( id906, id907, id908 ); executeAction( id901, desc173, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-VerticalCenters" type="Main">
		<name id="Layer/VerticalCenters/name" value="Verticale middelpunten"/> 
		<context id="Layer/VerticalCenters/context" value="Laag &gt; Distribueren &gt; Verticale middelpunten"/>
		<desc id="Layer/VerticalCenters/desc" value="Verander de positie van de geselecteerde lagen op evenredige wijze op basis van hun verticale middelpunten"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id909 = charIDToTypeID( "Dstr" ); var desc174 = new ActionDescriptor(); var id910 = charIDToTypeID( "null" ); var ref133 = new ActionReference(); var id911 = charIDToTypeID( "Lyr " ); var id912 = charIDToTypeID( "Ordn" ); var id913 = charIDToTypeID( "Trgt" ); ref133.putEnumerated( id911, id912, id913 ); desc174.putReference( id910, ref133 ); var id914 = charIDToTypeID( "Usng" ); var id915 = charIDToTypeID( "ADSt" ); var id916 = charIDToTypeID( "AdCV" ); desc174.putEnumerated( id914, id915, id916 ); executeAction( id909, desc174, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-BottomEdges" type="Main">
		<name id="Layer/BottomEdges/name" value="Onderranden"/> 
		<context id="Layer/BottomEdges/context" value="Laag &gt; Distribueren &gt; Onderranden"/>
		<desc id="Layer/BottomEdges/desc" value="Verander de positie van de geselecteerde lagen op evenredige wijze op basis van hun onderranden"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id917 = charIDToTypeID( "Dstr" ); var desc175 = new ActionDescriptor(); var id918 = charIDToTypeID( "null" ); var ref134 = new ActionReference(); var id919 = charIDToTypeID( "Lyr " ); var id920 = charIDToTypeID( "Ordn" ); var id921 = charIDToTypeID( "Trgt" ); ref134.putEnumerated( id919, id920, id921 ); desc175.putReference( id918, ref134 ); var id922 = charIDToTypeID( "Usng" ); var id923 = charIDToTypeID( "ADSt" ); var id924 = charIDToTypeID( "AdBt" ); desc175.putEnumerated( id922, id923, id924 ); executeAction( id917, desc175, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-LeftEdges" type="Main">
		<name id="Layer/LeftEdges/name" value="Linkerranden"/> 
		<context id="Layer/LeftEdges/context" value="Laag &gt; Distribueren &gt; Linkerranden"/>
		<desc id="Layer/LeftEdges/desc" value="Verander de positie van de geselecteerde lagen op evenredige wijze op basis van hun linkerranden"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id925 = charIDToTypeID( "Dstr" ); var desc176 = new ActionDescriptor(); var id926 = charIDToTypeID( "null" ); var ref135 = new ActionReference(); var id927 = charIDToTypeID( "Lyr " ); var id928 = charIDToTypeID( "Ordn" ); var id929 = charIDToTypeID( "Trgt" ); ref135.putEnumerated( id927, id928, id929 ); desc176.putReference( id926, ref135 ); var id930 = charIDToTypeID( "Usng" ); var id931 = charIDToTypeID( "ADSt" ); var id932 = charIDToTypeID( "AdLf" ); desc176.putEnumerated( id930, id931, id932 ); executeAction( id925, desc176, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-HorizontalCenters" type="Main">
		<name id="Layer/HorizontalCenters/name" value="Horizontale middelpunten"/> 
		<context id="Layer/HorizontalCenters/context" value="Laag &gt; Distribueren &gt; Horizontale middelpunten"/>
		<desc id="Layer/HorizontalCenters/desc" value="Verander de positie van de geselecteerde lagen op evenredige wijze op basis van hun horizontale middelpunten"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id941 = charIDToTypeID( "Dstr" ); var desc178 = new ActionDescriptor(); var id942 = charIDToTypeID( "null" ); var ref137 = new ActionReference(); var id943 = charIDToTypeID( "Lyr " ); var id944 = charIDToTypeID( "Ordn" ); var id945 = charIDToTypeID( "Trgt" ); ref137.putEnumerated( id943, id944, id945 ); desc178.putReference( id942, ref137 ); var id946 = charIDToTypeID( "Usng" ); var id947 = charIDToTypeID( "ADSt" ); var id948 = charIDToTypeID( "AdCH" ); desc178.putEnumerated( id946, id947, id948 ); executeAction( id941, desc178, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-RightEdges" type="Main">
		<name id="Layer/RightEdges/name" value="Rechterranden"/> 
		<context id="Layer/RightEdges/context" value="Laag &gt; Distribueren &gt; Rechterranden"/>
		<desc id="Layer/RightEdges/desc" value="Verander de positie van de geselecteerde lagen op evenredige wijze op basis van hun rechterranden"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id949 = charIDToTypeID( "Dstr" ); var desc179 = new ActionDescriptor(); var id950 = charIDToTypeID( "null" ); var ref138 = new ActionReference(); var id951 = charIDToTypeID( "Lyr " ); var id952 = charIDToTypeID( "Ordn" ); var id953 = charIDToTypeID( "Trgt" ); ref138.putEnumerated( id951, id952, id953 ); desc179.putReference( id950, ref138 ); var id954 = charIDToTypeID( "Usng" ); var id955 = charIDToTypeID( "ADSt" ); var id956 = charIDToTypeID( "AdRg" ); desc179.putEnumerated( id954, id955, id956 ); executeAction( id949, desc179, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-LockAllLayers" type="Main">
		<name id="Layer/LockAllLayers/name" value="Alle lagen vergrendelen"/> 
		<context id="Layer/LockAllLayers/context" value="Laag &gt; Alle lagen vergrendelen"/>
		<desc id="Layer/LockAllLayers/desc" value="Vergrendel de geselecteerde lagen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id957 = charIDToTypeID( "slct" ); var desc180 = new ActionDescriptor(); var id958 = charIDToTypeID( "null" ); var ref139 = new ActionReference(); var id959 = charIDToTypeID( "Mn  " ); var id960 = charIDToTypeID( "MnIt" ); var id961 = stringIDToTypeID( "applyLocking" ); ref139.putEnumerated( id959, id960, id961 ); desc180.putReference( id958, ref139 ); executeAction( id957, desc180, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Link/UnlinkLayers" type="Main">
		<name id="Layer/Link/UnlinkLayers/name" value="Lagen koppelen/ontkoppelen"/> 
		<context id="Layer/Link/UnlinkLayers/context" value="Laag &gt; Lagen koppelen/ontkoppelen"/>
		<desc id="Layer/Link/UnlinkLayers/desc" value="Koppel de geselecteerde lagen of koppel de geselecteerde lagen los"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id962 = stringIDToTypeID( "linkSelectedLayers" ); var desc181 = new ActionDescriptor(); var id963 = charIDToTypeID( "null" ); var ref140 = new ActionReference(); var id964 = charIDToTypeID( "Lyr " ); var id965 = charIDToTypeID( "Ordn" ); var id966 = charIDToTypeID( "Trgt" ); ref140.putEnumerated( id964, id965, id966 ); desc181.putReference( id963, ref140 ); executeAction( id962, desc181, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-SelectLinkedLayers" type="Main">
		<name id="Layer/SelectLinkedLayers/name" value="Gekoppelde lagen selecteren"/> 
		<context id="Layer/SelectLinkedLayers/context" value="Laag &gt; Gekoppelde lagen selecteren"/>
		<desc id="Layer/SelectLinkedLayers/desc" value="Selecteer de lagen die gekoppeld zijn aan de momenteel geselecteerde laag"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id967 = stringIDToTypeID( "selectLinkedLayers" ); var desc182 = new ActionDescriptor(); var id968 = charIDToTypeID( "null" ); var ref141 = new ActionReference(); var id969 = charIDToTypeID( "Lyr " ); var id970 = charIDToTypeID( "Ordn" ); var id971 = charIDToTypeID( "Trgt" ); ref141.putEnumerated( id969, id970, id971 ); desc182.putReference( id968, ref141 ); executeAction( id967, desc182, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-MergeLayers" type="Main">
		<name id="Layer/MergeLayers/name" value="Lagen verenigen"/> 
		<context id="Layer/MergeLayers/context" value="Laag &gt; Lagen verenigen"/>
		<desc id="Layer/MergeLayers/desc" value="Voeg de geselecteerde laag samen met de onderliggende laag of voeg de geselecteerde lagen samen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id972 = charIDToTypeID( "Mrg2" ); executeAction( id972, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-MergeVisible" type="Main">
		<name id="Layer/MergeVisible/name" value="Verenigen; zichtbaar"/> 
		<context id="Layer/MergeVisible/context" value="Laag &gt; Verenigen; zichtbaar"/>
		<desc id="Layer/MergeVisible/desc" value="Voeg alle zichtbare lagen samen tot één laag"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id973 = charIDToTypeID( "MrgV" ); executeAction( id973, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-FlattenImage" type="Main">
		<name id="Layer/FlattenImage/name" value="Eén laag maken"/> 
		<context id="Layer/FlattenImage/context" value="Laag &gt; Eén laag maken"/>
		<desc id="Layer/FlattenImage/desc" value="Voeg de afbeelding samen tot één laag (comprimeer alle lagen tot één laag)"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id974 = charIDToTypeID( "FltI" ); executeAction( id974, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Matting-Defringe" type="Main">
		<name id="Layer/Matting/Defringe/name" value="Rand verwijderen"/> 
		<context id="Layer/Matting/Defringe/context" value="Laag &gt; Matting &gt; Rand verwijderen"/>
		<desc id="Layer/Matting/Defringe/desc" value="Verwijder randvorming"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id975 = charIDToTypeID( "Dfrg" ); executeAction( id975, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Matting-RemoveBlackMatte" type="Main">
		<name id="Layer/Matting/RemoveBlackMatte/name" value="Zwarte matte verwijderen"/> 
		<context id="Layer/Matting/RemoveBlackMatte/context" value="Laag &gt; Matting &gt; Zwarte matte verwijderen"/>
		<desc id="Layer/Matting/RemoveBlackMatte/desc" value="Verwijder de zwarte mattepixels"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id985 = charIDToTypeID( "RmvB" ); executeAction( id985, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Matting-RemoveWhiteMatte" type="Main">
		<name id="Layer/Matting/RemoveWhiteMatte/name" value="Witte matte verwijderen"/> 
		<context id="Layer/Matting/RemoveWhiteMatte/context" value="Laag &gt; Matting &gt; Witte matte verwijderen"/>
		<desc id="Layer/Matting/RemoveWhiteMatte/desc" value="Verwijder de witte mattepixels"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id986 = charIDToTypeID( "RmvW" ); executeAction( id986, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Select-All" type="Main">
		<name id="Select/All/name" value="Alles"/> 
		<context id="Select/All/context" value="Selecteren &gt; Alles"/>
		<desc id="Select/All/desc" value="Selecteer alle pixels in de huidige laag of in het huidige masker"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc25 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref17 = new ActionReference(); var idChnl = charIDToTypeID( "Chnl" ); var idfsel = charIDToTypeID( "fsel" ); ref17.putProperty( idChnl, idfsel ); desc25.putReference( idnull, ref17 ); var idT = charIDToTypeID( "T   " ); var idOrdn = charIDToTypeID( "Ordn" ); var idAl = charIDToTypeID( "Al  " ); desc25.putEnumerated( idT, idOrdn, idAl ); executeAction( idsetd, desc25, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Select-Deselect" type="Main">
		<name id="Select/Deselect/name" value="Selectie opheffen"/> 
		<context id="Select/Deselect/context" value="Selecteren &gt; Selectie opheffen"/>
		<desc id="Select/Deselect/desc" value="Hef een actieve selectie op"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc26 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref18 = new ActionReference(); var idChnl = charIDToTypeID( "Chnl" ); var idfsel = charIDToTypeID( "fsel" ); ref18.putProperty( idChnl, idfsel ); desc26.putReference( idnull, ref18 ); var idT = charIDToTypeID( "T   " ); var idOrdn = charIDToTypeID( "Ordn" ); var idNone = charIDToTypeID( "None" ); desc26.putEnumerated( idT, idOrdn, idNone ); executeAction( idsetd, desc26, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Select-Reselect" type="Main">
		<name id="Select/Reselect/name" value="Opnieuw selecteren"/> 
		<context id="Select/Reselect/context" value="Selecteren &gt; Opnieuw selecteren"/>
		<desc id="Select/Reselect/desc" value="Selecteer de vorige selectie nogmaals"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc27 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref19 = new ActionReference(); var idChnl = charIDToTypeID( "Chnl" ); var idfsel = charIDToTypeID( "fsel" ); ref19.putProperty( idChnl, idfsel ); desc27.putReference( idnull, ref19 ); var idT = charIDToTypeID( "T   " ); var idOrdn = charIDToTypeID( "Ordn" ); var idPrvs = charIDToTypeID( "Prvs" ); desc27.putEnumerated( idT, idOrdn, idPrvs ); executeAction( idsetd, desc27, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Select-Inverse" type="Main">
		<name id="Select/Inverse/name" value="Omgekeerd"/> 
		<context id="Select/Inverse/context" value="Selecteren &gt; Selectie omkeren"/>
		<desc id="Select/Inverse/desc" value="Keer een selectie om"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idInvs = charIDToTypeID( "Invs" ); executeAction( idInvs, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Select-AllLayers" type="Main">
		<name id="Select/AllLayers/name" value="Alle lagen"/> 
		<context id="Select/AllLayers/context" value="Selecteren &gt; Alle lagen"/>
		<desc id="Select/AllLayers/desc" value="Selecteer de inhoud van alle lagen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idselectAllLayers = stringIDToTypeID( "selectAllLayers" ); var desc28 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref20 = new ActionReference(); var idLyr = charIDToTypeID( "Lyr " ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref20.putEnumerated( idLyr, idOrdn, idTrgt ); desc28.putReference( idnull, ref20 ); executeAction( idselectAllLayers, desc28, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Select-DeselectLayers" type="Main">
		<name id="Select/DeselectLayers/name" value="Selectie lagen opheffen"/> 
		<context id="Select/DeselectLayers/context" value="Selecteren &gt; Selectie lagen opheffen"/>
		<desc id="Select/DeselectLayers/desc" value="Hef een actieve selectie op op basis van laaginhoud"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idselectNoLayers = stringIDToTypeID( "selectNoLayers" ); var desc29 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref21 = new ActionReference(); var idLyr = charIDToTypeID( "Lyr " ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref21.putEnumerated( idLyr, idOrdn, idTrgt ); desc29.putReference( idnull, ref21 ); executeAction( idselectNoLayers, desc29, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Select-SimilarLayers" type="Main">
		<name id="Select/SimilarLayers/name" value="Vergelijkbare lagen"/> 
		<context id="Select/SimilarLayers/context" value="Selecteren &gt; Vergelijkbare lagen"/>
		<desc id="Select/SimilarLayers/desc" value="Selecteer vergelijkbare laaginhoud"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idselectSimilarLayers = stringIDToTypeID( "selectSimilarLayers" ); var desc30 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref22 = new ActionReference(); var idLyr = charIDToTypeID( "Lyr " ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref22.putEnumerated( idLyr, idOrdn, idTrgt ); desc30.putReference( idnull, ref22 ); executeAction( idselectSimilarLayers, desc30, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Select-ColorRange" type="Main">
		<name id="Select/ColorRange/name" value="Kleurbereik"/> 
		<context id="Select/ColorRange/context" value="Selecteren &gt; Kleurbereik"/>
		<desc id="Select/ColorRange/desc" value="Selecteer een specifiek kleurenbereik"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idClrR = charIDToTypeID( "ClrR" ); executeAction( idClrR, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Select-RefineEdge" type="Main">
		<name id="Select/RefineEdge/name" value="Hoeken verfijnen"/> 
		<context id="Select/RefineEdge/context" value="Selecteren &gt; Hoeken verfijnen"/>
		<desc id="Select/RefineEdge/desc" value="Verfijn de rand van een selectie"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idrefineSelectionEdge = stringIDToTypeID( "refineSelectionEdge" ); executeAction( idrefineSelectionEdge, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Select-Modify-Border" type="Main">
		<name id="Select/Modify/Border/name" value="Rand"/> 
		<context id="Select/Modify/Border/context" value="Selecteren &gt; Bewerken &gt; Kader"/>
		<desc id="Select/Modify/Border/desc" value="Wijzig het gebied rond de rand van een selectie"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idBrdr = charIDToTypeID( "Brdr" ); executeAction( idBrdr, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Select-Modify-Smooth" type="Main">
		<name id="Select/Modify/Smooth/name" value="Vloeiend"/> 
		<context id="Select/Modify/Smooth/context" value="Selecteren &gt; Bewerken &gt; Vloeiend"/>
		<desc id="Select/Modify/Smooth/desc" value="Strijk een actieve selectie glad"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idSmth = charIDToTypeID( "Smth" ); executeAction( idSmth, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Select-Modify-Expand" type="Main">
		<name id="Select/Modify/Expand/name" value="Vergroten"/> 
		<context id="Select/Modify/Expand/context" value="Selecteren &gt; Bewerken &gt; Vergroten"/>
		<desc id="Select/Modify/Expand/desc" value="Breid een actieve selectie uit"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idExpn = charIDToTypeID( "Expn" ); executeAction( idExpn, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Select-Modify-Contract" type="Main">
		<name id="Select/Modify/Contract/name" value="Slinken"/> 
		<context id="Select/Modify/Contract/context" value="Selecteren &gt; Bewerken &gt; Slinken"/>
		<desc id="Select/Modify/Contract/desc" value="Maak een actieve selectie kleiner"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCntc = charIDToTypeID( "Cntc" ); executeAction( idCntc, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Select-Modify-Feather" type="Main">
		<name id="Select/Modify/Feather/name" value="Doezelaar"/> 
		<context id="Select/Modify/Feather/context" value="Selecteren &gt; Bewerken &gt; Doezelaar"/>
		<desc id="Select/Modify/Feather/desc" value="Pas een doezelaareffect toe op de rand van een actieve selectie"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idFthr = charIDToTypeID( "Fthr" ); executeAction( idFthr, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Select-Grow" type="Main">
		<name id="Select/Grow/name" value="Toename"/> 
		<context id="Select/Grow/context" value="Selecteren &gt; Toename"/>
		<desc id="Select/Grow/desc" value="Maak een actieve selectie groter (breid deze uit)"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idGrow = charIDToTypeID( "Grow" ); executeAction( idGrow, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Select-Similar" type="Main">
		<name id="Select/Similar/name" value="Gelijkend"/> 
		<context id="Select/Similar/context" value="Selecteren &gt; Gelijkend"/>
		<desc id="Select/Similar/desc" value="Selecteer inhoud die vergelijkbaar is met andere geselecteerde gebieden"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idSmlr = charIDToTypeID( "Smlr" ); executeAction( idSmlr, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Select-TransformSelection" type="Main">
		<name id="Select/TransformSelection/name" value="Transformatie selectie"/> 
		<context id="Select/TransformSelection/context" value="Selecteren &gt; Transformatie selectie"/>
		<desc id="Select/TransformSelection/desc" value="Transformeer een selectie"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idTrnf = charIDToTypeID( "Trnf" ); var desc34 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref26 = new ActionReference(); var idChnl = charIDToTypeID( "Chnl" ); var idfsel = charIDToTypeID( "fsel" ); ref26.putProperty( idChnl, idfsel ); desc34.putReference( idnull, ref26 ); executeAction( idTrnf, desc34, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Select-LoadSelection" type="Main">
		<name id="Select/LoadSelection/name" value="Selectie laden"/> 
		<context id="Select/LoadSelection/context" value="Selecteren &gt; Selectie laden"/>
		<desc id="Select/LoadSelection/desc" value="Laad een opgeslagen selectie"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc35 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref27 = new ActionReference(); var idChnl = charIDToTypeID( "Chnl" ); var idfsel = charIDToTypeID( "fsel" ); ref27.putProperty( idChnl, idfsel ); desc35.putReference( idnull, ref27 ); executeAction( idsetd, desc35, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Select-SaveSelection" type="Main">
		<name id="Select/SaveSelection/name" value="Selectie opslaan"/> 
		<context id="Select/SaveSelection/context" value="Selecteren &gt; Selectie opslaan"/>
		<desc id="Select/SaveSelection/desc" value="Sla een actieve selectie op"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDplc = charIDToTypeID( "Dplc" ); var desc36 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref28 = new ActionReference(); var idChnl = charIDToTypeID( "Chnl" ); var idfsel = charIDToTypeID( "fsel" ); ref28.putProperty( idChnl, idfsel ); desc36.putReference( idnull, ref28 ); executeAction( idDplc, desc36, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-LastFilter" type="Main">
		<name id="Filter/LastFilter/name" value="Laatste filter"/> 
		<context id="Filter/LastFilter/context" value="Filter &gt; Laatste filter"/>
		<desc id="Filter/LastFilter/desc" value="Pas het laatst gebruikte filter toe"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc37 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref29 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idLstF = charIDToTypeID( "LstF" ); ref29.putEnumerated( idMn, idMnIt, idLstF ); desc37.putReference( idnull, ref29 ); executeAction( idslct, desc37, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-ConvertforSmartFilters" type="Main">
		<name id="Filter/ConvertforSmartFilters/name" value="Omzetten voor slimme filters"/> 
		<context id="Filter/ConvertforSmartFilters/context" value="Filter &gt; Omzetten voor slimme filters"/>
		<desc id="Filter/ConvertforSmartFilters/desc" value="Zet om in een opnieuw bewerkbaar slim filter"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc38 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref30 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idnewPlacedLayer = stringIDToTypeID( "newPlacedLayer" ); ref30.putEnumerated( idMn, idMnIt, idnewPlacedLayer ); desc38.putReference( idnull, ref30 ); executeAction( idslct, desc38, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-FilterGallery" type="Main">
		<name id="Filter/FilterGallery/name" value="Filtergalerie"/> 
		<context id="Filter/FilterGallery/context" value="Filter &gt; Filtergalerie"/>
		<desc id="Filter/FilterGallery/desc" value="Hiermee krijgt u toegang tot tientallen filters voor speciale effecten"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idGEfc = charIDToTypeID( "GEfc" ); executeAction( idGEfc, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Liquify" type="Main">
		<name id="Filter/Liquify/name" value="Uitvloeien"/> 
		<context id="Filter/Liquify/context" value="Filter &gt; Uitvloeien"/>
		<desc id="Filter/Liquify/desc" value="Vervorm de pixels van een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idFltr = charIDToTypeID( "Fltr" ); var desc39 = new ActionDescriptor(); var idUsng = charIDToTypeID( "Usng" ); desc39.putString( idUsng, "Liquify..." ); executeAction( idFltr, desc39, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-VanishingPoint" type="Main">
		<name id="Filter/VanishingPoint/name" value="Perspectiefpunt"/> 
		<context id="Filter/VanishingPoint/context" value="Filter &gt; Perspectiefpunt"/>
		<desc id="Filter/VanishingPoint/desc" value="Bewerk de afbeeldingen in perspectief"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idFltr = charIDToTypeID( "Fltr" ); var desc40 = new ActionDescriptor(); var idUsng = charIDToTypeID( "Usng" ); desc40.putString( idUsng, "Vanishing Point..." ); executeAction( idFltr, desc40, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Artistic-ColoredPencil" type="Main">
		<name id="Filter/Artistic/ColoredPencil/name" value="Kleurpotlood"/> 
		<context id="Filter/Artistic/ColoredPencil/context" value="Filter &gt; Artistiek &gt; Kleurpotlood"/>
		<desc id="Filter/Artistic/ColoredPencil/desc" value="Pas een kleurpotloodeffect toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idClrP = charIDToTypeID( "ClrP" ); executeAction( idClrP, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Artistic-Cutout" type="Main">
		<name id="Filter/Artistic/Cutout/name" value="Knipsel"/> 
		<context id="Filter/Artistic/Cutout/context" value="Filter &gt; Artistiek &gt; Knipsel"/>
		<desc id="Filter/Artistic/Cutout/desc" value="Pas het effect Contour toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCt = charIDToTypeID( "Ct  " ); executeAction( idCt, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Artistic-DryBrush" type="Main">
		<name id="Filter/Artistic/DryBrush/name" value="Droog penseel"/> 
		<context id="Filter/Artistic/DryBrush/context" value="Filter &gt; Artistiek &gt; Droog penseel"/>
		<desc id="Filter/Artistic/DryBrush/desc" value="Pas een droog-penseeleffect toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDryB = charIDToTypeID( "DryB" ); executeAction( idDryB, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Artistic-FilmGrain" type="Main">
		<name id="Filter/Artistic/FilmGrain/name" value="Filmkorrel"/> 
		<context id="Filter/Artistic/FilmGrain/context" value="Filter &gt; Artistiek &gt; Filmkorrel"/>
		<desc id="Filter/Artistic/FilmGrain/desc" value="Pas een filmkorreleffect toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idFlmG = charIDToTypeID( "FlmG" ); executeAction( idFlmG, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Artistic-Fresco" type="Main">
		<name id="Filter/Artistic/Fresco/name" value="Fresco"/> 
		<context id="Filter/Artistic/Fresco/context" value="Filter &gt; Artistiek &gt; Fresco"/>
		<desc id="Filter/Artistic/Fresco/desc" value="Pas een fresco-effect toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idFrsc = charIDToTypeID( "Frsc" ); executeAction( idFrsc, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Artistic-NeonGlow" type="Main">
		<name id="Filter/Artistic/NeonGlow/name" value="Neon gloed"/> 
		<context id="Filter/Artistic/NeonGlow/context" value="Filter &gt; Artistiek &gt; Neon gloed"/>
		<desc id="Filter/Artistic/NeonGlow/desc" value="Pas een neongloedeffect toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idNGlw = charIDToTypeID( "NGlw" ); executeAction( idNGlw, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Artistic-PaintDaubs" type="Main">
		<name id="Filter/Artistic/PaintDaubs/name" value="Klodder"/> 
		<context id="Filter/Artistic/PaintDaubs/context" value="Filter &gt; Artistiek &gt; Klodder"/>
		<desc id="Filter/Artistic/PaintDaubs/desc" value="Pas een verfkloddereffect toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idPntD = charIDToTypeID( "PntD" ); executeAction( idPntD, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Artistic-PaletteKnife" type="Main">
		<name id="Filter/Artistic/PaletteKnife/name" value="Paletmes"/> 
		<context id="Filter/Artistic/PaletteKnife/context" value="Filter &gt; Artistiek &gt; Paletmes"/>
		<desc id="Filter/Artistic/PaletteKnife/desc" value="Pas een paletmeseffect toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idPltK = charIDToTypeID( "PltK" ); executeAction( idPltK, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Artistic-PlasticWrap" type="Main">
		<name id="Filter/Artistic/PlasticWrap/name" value="Plastic"/> 
		<context id="Filter/Artistic/PlasticWrap/context" value="Filter &gt; Artistiek &gt; Plastic verpakking"/>
		<desc id="Filter/Artistic/PlasticWrap/desc" value="Pas een plastic-verpakkingeffect toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idPlsW = charIDToTypeID( "PlsW" ); executeAction( idPlsW, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Artistic-PosterEdges" type="Main">
		<name id="Filter/Artistic/PosterEdges/name" value="Posterranden"/> 
		<context id="Filter/Artistic/PosterEdges/context" value="Filter &gt; Artistiek &gt; Posterranden"/>
		<desc id="Filter/Artistic/PosterEdges/desc" value="Pas een posterrandeffect toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idPstE = charIDToTypeID( "PstE" ); executeAction( idPstE, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Artistic-RoughPastels" type="Main">
		<name id="Filter/Artistic/RoughPastels/name" value="Ruw pastel"/> 
		<context id="Filter/Artistic/RoughPastels/context" value="Filter &gt; Artistiek &gt; Ruw pastel"/>
		<desc id="Filter/Artistic/RoughPastels/desc" value="Pas een grof pasteleffect toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idRghP = charIDToTypeID( "RghP" ); executeAction( idRghP, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Artistic-SmudgeStick" type="Main">
		<name id="Filter/Artistic/SmudgeStick/name" value="Vlek"/> 
		<context id="Filter/Artistic/SmudgeStick/context" value="Filter &gt; Artistiek &gt; Vlek"/>
		<desc id="Filter/Artistic/SmudgeStick/desc" value="Pas een natte-vingereffect toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idSmdS = charIDToTypeID( "SmdS" ); executeAction( idSmdS, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Artistic-Sponge" type="Main">
		<name id="Filter/Artistic/Sponge/name" value="Spons"/> 
		<context id="Filter/Artistic/Sponge/context" value="Filter &gt; Artistiek &gt; Spons"/>
		<desc id="Filter/Artistic/Sponge/desc" value="Pas een sponseffect toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idSpng = charIDToTypeID( "Spng" ); executeAction( idSpng, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Artistic-Underpainting" type="Main">
		<name id="Filter/Artistic/Underpainting/name" value="Voorbewerking"/> 
		<context id="Filter/Artistic/Underpainting/context" value="Filter &gt; Artistiek &gt; Voorbewerking"/>
		<desc id="Filter/Artistic/Underpainting/desc" value="Pas een voorbewerkingseffect toe op uw afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idUndr = charIDToTypeID( "Undr" ); executeAction( idUndr, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Artistic-Watercolor" type="Main">
		<name id="Filter/Artistic/Watercolor/name" value="Waterverf"/> 
		<context id="Filter/Artistic/Watercolor/context" value="Filter &gt; Artistiek &gt; Waterverf"/>
		<desc id="Filter/Artistic/Watercolor/desc" value="Pas een waterverfeffect toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idWtrc = charIDToTypeID( "Wtrc" ); executeAction( idWtrc, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Blur-Average" type="Main">
		<name id="Filter/Blur/Average/name" value="Normaal"/> 
		<context id="Filter/Blur/Average/context" value="Filter &gt; Vervagen &gt; Gemiddelde"/>
		<desc id="Filter/Blur/Average/desc" value="Vervaag uw afbeelding aan de hand van het gemiddelde van de kleuren in de afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idAvrg = charIDToTypeID( "Avrg" ); executeAction( idAvrg, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Blur-Blur" type="Main">
		<name id="Filter/Blur/Blur/name" value="Vervagen"/> 
		<context id="Filter/Blur/Blur/context" value="Filter &gt; Vervagen &gt; Vaag"/>
		<desc id="Filter/Blur/Blur/desc" value="Vervaag een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idBlr = charIDToTypeID( "Blr " ); executeAction( idBlr, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Blur-BlurMore" type="Main">
		<name id="Filter/Blur/BlurMore/name" value="Vager"/> 
		<context id="Filter/Blur/BlurMore/context" value="Filter &gt; Vervagen &gt; Vager"/>
		<desc id="Filter/Blur/BlurMore/desc" value="Vervaag een afbeelding sterker dan de standaardinstelling"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idBlrM = charIDToTypeID( "BlrM" ); executeAction( idBlrM, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Blur-BoxBlur" type="Main">
		<name id="Filter/Blur/BoxBlur/name" value="Omgevingsvervaging"/> 
		<context id="Filter/Blur/BoxBlur/context" value="Filter &gt; Vervagen &gt; Omgevingsvervaging"/>
		<desc id="Filter/Blur/BoxBlur/desc" value="Vervaag een afbeelding op basis van de gegevens in aangrenzende pixels"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idboxblur = stringIDToTypeID( "boxblur" ); executeAction( idboxblur, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Blur-GaussianBlur" type="Main">
		<name id="Filter/Blur/GaussianBlur/name" value="Gaussiaans vervagen"/> 
		<context id="Filter/Blur/GaussianBlur/context" value="Filter &gt; Vervagen &gt; Gaussiaans vervagen"/>
		<desc id="Filter/Blur/GaussianBlur/desc" value="Pas een aanpasbare gaussiaanse vervaging toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idGsnB = charIDToTypeID( "GsnB" ); executeAction( idGsnB, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Blur-LensBlur" type="Main">
		<name id="Filter/Blur/LensBlur/name" value="Vage lens"/> 
		<context id="Filter/Blur/LensBlur/context" value="Filter &gt; Vervagen &gt; Vage lens"/>
		<desc id="Filter/Blur/LensBlur/desc" value="Pas een vage lens toe om een vervaagd diepte-effect te bereiken"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idBokh = charIDToTypeID( "Bokh" ); executeAction( idBokh, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Blur-MotionBlur" type="Main">
		<name id="Filter/Blur/MotionBlur/name" value="Bewegingsonscherpte"/> 
		<context id="Filter/Blur/MotionBlur/context" value="Filter &gt; Vervagen &gt; Bewegingsonscherpte"/>
		<desc id="Filter/Blur/MotionBlur/desc" value="Pas een aanpasbare vervaging toe die de illusie van beweging wekt"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMtnB = charIDToTypeID( "MtnB" ); executeAction( idMtnB, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Blur-RadialBlur" type="Main">
		<name id="Filter/Blur/RadialBlur/name" value="Radiaal vaag"/> 
		<context id="Filter/Blur/RadialBlur/context" value="Filter &gt; Vervagen &gt; Radiaal vaag"/>
		<desc id="Filter/Blur/RadialBlur/desc" value="Pas een radiale vervaging toe met een zoom- of draai-effect"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idRdlB = charIDToTypeID( "RdlB" ); executeAction( idRdlB, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Blur-ShapeBlur" type="Main">
		<name id="Filter/Blur/ShapeBlur/name" value="Vorm vervagen"/> 
		<context id="Filter/Blur/ShapeBlur/context" value="Filter &gt; Vervagen &gt; Vorm vervagen"/>
		<desc id="Filter/Blur/ShapeBlur/desc" value="Pas een vervaging toe met een vorm als bronparameter"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idshapeBlur = stringIDToTypeID( "shapeBlur" ); executeAction( idshapeBlur, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Blur-SmartBlur" type="Main">
		<name id="Filter/Blur/SmartBlur/name" value="Slim vervagen"/> 
		<context id="Filter/Blur/SmartBlur/context" value="Filter &gt; Vervagen &gt; Slim vervagen"/>
		<desc id="Filter/Blur/SmartBlur/desc" value="Pas het effect nog preciezer toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idSmrB = charIDToTypeID( "SmrB" ); executeAction( idSmrB, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Blur-SurfaceBlur" type="Main">
		<name id="Filter/Blur/SurfaceBlur/name" value="Oppervlak vervagen"/> 
		<context id="Filter/Blur/SurfaceBlur/context" value="Filter &gt; Vervagen &gt; Oppervlak vervagen"/>
		<desc id="Filter/Blur/SurfaceBlur/desc" value="Vervaag een afbeelding zodanig dat de randen behouden blijven"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsurfaceBlur = stringIDToTypeID( "surfaceBlur" ); executeAction( idsurfaceBlur, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-BrushStrokes-AccentedEdges" type="Main">
		<name id="Filter/BrushStrokes/AccentedEdges/name" value="Geaccentueerde randen"/> 
		<context id="Filter/BrushStrokes/AccentedEdges/context" value="Filter &gt; Penseelstreek &gt; Geaccentueerde randen"/>
		<desc id="Filter/BrushStrokes/AccentedEdges/desc" value="Pas het effect Geaccentueerde randen toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idAccE = charIDToTypeID( "AccE" ); executeAction( idAccE, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-BrushStrokes-AngledStrokes" type="Main">
		<name id="Filter/BrushStrokes/AngledStrokes/name" value="Hoeklijn"/> 
		<context id="Filter/BrushStrokes/AngledStrokes/context" value="Filter &gt; Penseelstreek &gt; Hoeklijn"/>
		<desc id="Filter/BrushStrokes/AngledStrokes/desc" value="Pas het effect Lijn toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idAngS = charIDToTypeID( "AngS" ); executeAction( idAngS, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-BrushStrokes-Crosshatch" type="Main">
		<name id="Filter/BrushStrokes/Crosshatch/name" value="Arcering"/> 
		<context id="Filter/BrushStrokes/Crosshatch/context" value="Filter &gt; Penseelstreek &gt; Arcering"/>
		<desc id="Filter/BrushStrokes/Crosshatch/desc" value="Pas het effect Arcering toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCrsh = charIDToTypeID( "Crsh" ); executeAction( idCrsh, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-BrushStrokes-DarkStrokes" type="Main">
		<name id="Filter/BrushStrokes/DarkStrokes/name" value="Donkere lijnen"/> 
		<context id="Filter/BrushStrokes/DarkStrokes/context" value="Filter &gt; Penseelstreek &gt; Donkere lijnen"/>
		<desc id="Filter/BrushStrokes/DarkStrokes/desc" value="Pas het effect Donkere lijnen toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDrkS = charIDToTypeID( "DrkS" ); executeAction( idDrkS, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-BrushStrokes-InkOutlines" type="Main">
		<name id="Filter/BrushStrokes/InkOutlines/name" value="Inktomtrek"/> 
		<context id="Filter/BrushStrokes/InkOutlines/context" value="Filter &gt; Penseelstreek &gt; Inktomtrek"/>
		<desc id="Filter/BrushStrokes/InkOutlines/desc" value="Pas een inktomtrekeffect toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idInkO = charIDToTypeID( "InkO" ); executeAction( idInkO, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-BrushStrokes-Spatter" type="Main">
		<name id="Filter/BrushStrokes/Spatter/name" value="Spetters"/> 
		<context id="Filter/BrushStrokes/Spatter/context" value="Filter &gt; Penseelstreek &gt; Spetters"/>
		<desc id="Filter/BrushStrokes/Spatter/desc" value="Pas een spettereffect toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idSpt = charIDToTypeID( "Spt " ); executeAction( idSpt, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-BrushStrokes-SprayedStrokes" type="Main">
		<name id="Filter/BrushStrokes/SprayedStrokes/name" value="Sproeilijn"/> 
		<context id="Filter/BrushStrokes/SprayedStrokes/context" value="Filter &gt; Penseelstreek &gt; Sproeilijn"/>
		<desc id="Filter/BrushStrokes/SprayedStrokes/desc" value="Pas het effect Sproeilijnen toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idSprS = charIDToTypeID( "SprS" ); executeAction( idSprS, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-BrushStrokes-Sumi-e" type="Main">
		<name id="Filter/BrushStrokes/Sumi-e/name" value="Sumi-e"/> 
		<context id="Filter/BrushStrokes/Sumi-e/context" value="Filter &gt; Penseelstreek &gt; Sumi-e"/>
		<desc id="Filter/BrushStrokes/Sumi-e/desc" value="Pas een penseelstreek met een sumi-e-effect toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idSmie = charIDToTypeID( "Smie" ); executeAction( idSmie, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Distort-DiffuseGlow" type="Main">
		<name id="Filter/Distort/DiffuseGlow/name" value="Gloed onscherp"/> 
		<context id="Filter/Distort/DiffuseGlow/context" value="Filter &gt; Vervorm &gt; Gloed onscherp"/>
		<desc id="Filter/Distort/DiffuseGlow/desc" value="Vervorm een afbeelding met het effect Gloed onscherp"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDfsG = charIDToTypeID( "DfsG" ); executeAction( idDfsG, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Distort-Displace" type="Main">
		<name id="Filter/Distort/Displace/name" value="Verplaatsen"/> 
		<context id="Filter/Distort/Displace/context" value="Filter &gt; Vervorm &gt; Verplaatsen"/>
		<desc id="Filter/Distort/Displace/desc" value="Vervorm een afbeelding met het effect Verplaatsen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDspl = charIDToTypeID( "Dspl" ); executeAction( idDspl, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Distort-Glass" type="Main">
		<name id="Filter/Distort/Glass/name" value="Glas"/> 
		<context id="Filter/Distort/Glass/context" value="Filter &gt; Vervorm &gt; Glas"/>
		<desc id="Filter/Distort/Glass/desc" value="Vervorm een afbeelding met een glaseffect"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idGls = charIDToTypeID( "Gls " ); executeAction( idGls, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Distort-OceanRipple" type="Main">
		<name id="Filter/Distort/OceanRipple/name" value="Oceaanrimpel"/> 
		<context id="Filter/Distort/OceanRipple/context" value="Filter &gt; Vervorm &gt; Oceaanrimpel"/>
		<desc id="Filter/Distort/OceanRipple/desc" value="Vervorm een afbeelding met een oceaanrimpeleffect"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idOcnR = charIDToTypeID( "OcnR" ); executeAction( idOcnR, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Distort-Pinch" type="Main">
		<name id="Filter/Distort/Pinch/name" value="Kneep"/> 
		<context id="Filter/Distort/Pinch/context" value="Filter &gt; Vervorm &gt; Kneep"/>
		<desc id="Filter/Distort/Pinch/desc" value="Vervorm een afbeelding met een knijpeffect"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idPnch = charIDToTypeID( "Pnch" ); executeAction( idPnch, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Distort-PolarCoordinates" type="Main">
		<name id="Filter/Distort/PolarCoordinates/name" value="Poolcoördinaten"/> 
		<context id="Filter/Distort/PolarCoordinates/context" value="Filter &gt; Vervorm &gt; Poolcoördinaten"/>
		<desc id="Filter/Distort/PolarCoordinates/desc" value="Vervorm een afbeelding bij de poolcoördinaten"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idPlr = charIDToTypeID( "Plr " ); executeAction( idPlr, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Distort-Ripple" type="Main">
		<name id="Filter/Distort/Ripple/name" value="Rimpel"/> 
		<context id="Filter/Distort/Ripple/context" value="Filter &gt; Vervorm &gt; Rimpel"/>
		<desc id="Filter/Distort/Ripple/desc" value="Vervorm een afbeelding met een rimpeleffect"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idRple = charIDToTypeID( "Rple" ); executeAction( idRple, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Distort-Shear" type="Main">
		<name id="Filter/Distort/Shear/name" value="Schuin"/> 
		<context id="Filter/Distort/Shear/context" value="Filter &gt; Vervorm &gt; Schuin"/>
		<desc id="Filter/Distort/Shear/desc" value="Vervorm een afbeelding met een schuin effect"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idShr = charIDToTypeID( "Shr " ); executeAction( idShr, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Distort-Spherize" type="Main">
		<name id="Filter/Distort/Spherize/name" value="Bol"/> 
		<context id="Filter/Distort/Spherize/context" value="Filter &gt; Vervorm &gt; Bol"/>
		<desc id="Filter/Distort/Spherize/desc" value="Vervorm een afbeelding met een bol effect"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idSphr = charIDToTypeID( "Sphr" ); executeAction( idSphr, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Distort-Twirl" type="Main">
		<name id="Filter/Distort/Twirl/name" value="Kronkel"/> 
		<context id="Filter/Distort/Twirl/context" value="Filter &gt; Vervorm &gt; Kronkel"/>
		<desc id="Filter/Distort/Twirl/desc" value="Vervorm een afbeelding met een kronkeleffect"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idTwrl = charIDToTypeID( "Twrl" ); executeAction( idTwrl, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Distort-Wave" type="Main">
		<name id="Filter/Distort/Wave/name" value="Golf"/> 
		<context id="Filter/Distort/Wave/context" value="Filter &gt; Vervorm &gt; Golf"/>
		<desc id="Filter/Distort/Wave/desc" value="Vervorm een afbeelding met een golfeffect"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idWave = charIDToTypeID( "Wave" ); executeAction( idWave, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Distort-ZigZag" type="Main">
		<name id="Filter/Distort/ZigZag/name" value="ZigZag"/> 
		<context id="Filter/Distort/ZigZag/context" value="Filter &gt; Vervorm &gt; ZigZag"/>
		<desc id="Filter/Distort/ZigZag/desc" value="Vervorm een afbeelding met een zigzageffect"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idZgZg = charIDToTypeID( "ZgZg" ); executeAction( idZgZg, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Noise-AddNoise" type="Main">
		<name id="Filter/Noise/AddNoise/name" value="Ruis toevoegen"/> 
		<context id="Filter/Noise/AddNoise/context" value="Filter &gt; Ruis &gt; Ruis toevoegen"/>
		<desc id="Filter/Noise/AddNoise/desc" value="Voeg ruis toe aan een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idAdNs = charIDToTypeID( "AdNs" ); executeAction( idAdNs, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Noise-Despeckle" type="Main">
		<name id="Filter/Noise/Despeckle/name" value="Uitstippen"/> 
		<context id="Filter/Noise/Despeckle/context" value="Filter &gt; Ruis &gt; Uitstippen"/>
		<desc id="Filter/Noise/Despeckle/desc" value="Verwijder spikkels uit een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDspc = charIDToTypeID( "Dspc" ); executeAction( idDspc, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Noise-DustandScratches" type="Main">
		<name id="Filter/Noise/DustandScratches/name" value="Stof en krassen"/> 
		<context id="Filter/Noise/DustandScratches/context" value="Filter &gt; Ruis &gt; Stof en krassen"/>
		<desc id="Filter/Noise/DustandScratches/desc" value="Verwijder stof en krassen uit een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDstS = charIDToTypeID( "DstS" ); executeAction( idDstS, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Noise-Median" type="Main">
		<name id="Filter/Noise/Median/name" value="Mediaan"/> 
		<context id="Filter/Noise/Median/context" value="Filter &gt; Ruis &gt; Mediaan"/>
		<desc id="Filter/Noise/Median/desc" value="Reduceer de ruis op basis van de helderheid van pixels"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMdn = charIDToTypeID( "Mdn " ); executeAction( idMdn, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Noise-ReduceNoise" type="Main">
		<name id="Filter/Noise/ReduceNoise/name" value="Ruis reduceren"/> 
		<context id="Filter/Noise/ReduceNoise/context" value="Filter &gt; Ruis &gt; Ruis reduceren"/>
		<desc id="Filter/Noise/ReduceNoise/desc" value="Verwijder storende ISO-cameraruis en onvolkomenheden, zoals JPEG-blokken, uit een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var iddenoise = stringIDToTypeID( "denoise" ); executeAction( iddenoise, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Pixelate-ColorHalftone" type="Main">
		<name id="Filter/Pixelate/ColorHalftone/name" value="Kleurhalftoon"/> 
		<context id="Filter/Pixelate/ColorHalftone/context" value="Filter &gt; Pixel &gt; Kleur halftoon"/>
		<desc id="Filter/Pixelate/ColorHalftone/desc" value="Zet een afbeelding per kanaal om in pixels met een halftooneffect"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idClrH = charIDToTypeID( "ClrH" ); executeAction( idClrH, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Pixelate-Crystallize" type="Main">
		<name id="Filter/Pixelate/Crystallize/name" value="Kristal"/> 
		<context id="Filter/Pixelate/Crystallize/context" value="Filter &gt; Pixel &gt; Kristal"/>
		<desc id="Filter/Pixelate/Crystallize/desc" value="Zet een afbeelding om in pixels met een kristaleffect"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCrst = charIDToTypeID( "Crst" ); executeAction( idCrst, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Pixelate-Facet" type="Main">
		<name id="Filter/Pixelate/Facet/name" value="Facet"/> 
		<context id="Filter/Pixelate/Facet/context" value="Filter &gt; Pixel &gt; Facet"/>
		<desc id="Filter/Pixelate/Facet/desc" value="Zet een afbeelding om in pixels met een faceteffect"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idFct = charIDToTypeID( "Fct " ); executeAction( idFct, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Pixelate-Fragment" type="Main">
		<name id="Filter/Pixelate/Fragment/name" value="Fragmentatie"/> 
		<context id="Filter/Pixelate/Fragment/context" value="Filter &gt; Pixel &gt; Fragmentatie"/>
		<desc id="Filter/Pixelate/Fragment/desc" value="Zet een afbeelding om in pixels met een fragmentatie-effect"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idFrgm = charIDToTypeID( "Frgm" ); executeAction( idFrgm, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Pixelate-Mezzotint" type="Main">
		<name id="Filter/Pixelate/Mezzotint/name" value="Mezzotint"/> 
		<context id="Filter/Pixelate/Mezzotint/context" value="Filter &gt; Pixel &gt; Mezzotint"/>
		<desc id="Filter/Pixelate/Mezzotint/desc" value="Zet een afbeelding om in pixels met een Mezzotint-effect"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMztn = charIDToTypeID( "Mztn" ); executeAction( idMztn, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Pixelate-Mosaic" type="Main">
		<name id="Filter/Pixelate/Mosaic/name" value="Mozaïek"/> 
		<context id="Filter/Pixelate/Mosaic/context" value="Filter &gt; Pixel &gt; Mozaïek"/>
		<desc id="Filter/Pixelate/Mosaic/desc" value="Zet een afbeelding om in pixels met een mozaïekeffect"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMsc = charIDToTypeID( "Msc " ); executeAction( idMsc, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Pixelate-Pointillize" type="Main">
		<name id="Filter/Pixelate/Pointillize/name" value="Pointilleren"/> 
		<context id="Filter/Pixelate/Pointillize/context" value="Filter &gt; Pixel &gt; Pointilleren"/>
		<desc id="Filter/Pixelate/Pointillize/desc" value="Zet een afbeelding om in pixels met een pointilleereffect"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idPntl = charIDToTypeID( "Pntl" ); executeAction( idPntl, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Render-Clouds" type="Main">
		<name id="Filter/Render/Clouds/name" value="Wolken"/> 
		<context id="Filter/Render/Clouds/context" value="Filter &gt; Rendering &gt; Wolken"/>
		<desc id="Filter/Render/Clouds/desc" value="Maak een wolkeneffect van de voor- en achtergrondkleuren"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idClds = charIDToTypeID( "Clds" ); executeAction( idClds, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Render-DifferenceClouds" type="Main">
		<name id="Filter/Render/DifferenceClouds/name" value="Andere wolken"/> 
		<context id="Filter/Render/DifferenceClouds/context" value="Filter &gt; Rendering &gt; Andere wolken"/>
		<desc id="Filter/Render/DifferenceClouds/desc" value="Maak een wolkeneffect van het tegenoverliggende spectrum van de voor- en achtergrondkleuren"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDfrC = charIDToTypeID( "DfrC" ); executeAction( idDfrC, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Render-Fibers" type="Main">
		<name id="Filter/Render/Fibers/name" value="Vezels"/> 
		<context id="Filter/Render/Fibers/context" value="Filter &gt; Rendering &gt; Vezels"/>
		<desc id="Filter/Render/Fibers/desc" value="Maak een vezeleffect van de voor- en achtergrondkleuren"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idFbrs = charIDToTypeID( "Fbrs" ); executeAction( idFbrs, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Render-LensFlare" type="Main">
		<name id="Filter/Render/LensFlare/name" value="Zon"/> 
		<context id="Filter/Render/LensFlare/context" value="Filter &gt; Rendering &gt; Zon"/>
		<desc id="Filter/Render/LensFlare/desc" value="Maak een kunstmatige zon voor een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idLnsF = charIDToTypeID( "LnsF" ); executeAction( idLnsF, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Render-LightingEffects" type="Main">
		<name id="Filter/Render/LightingEffects/name" value="Belichtingseffecten"/> 
		<context id="Filter/Render/LightingEffects/context" value="Filter &gt; Rendering &gt; Belichtingseffecten"/>
		<desc id="Filter/Render/LightingEffects/desc" value="Maak aangepaste additieve belichtingseffecten voor een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idLghE = charIDToTypeID( "LghE" ); executeAction( idLghE, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Sharpen-Sharpen" type="Main">
		<name id="Filter/Sharpen/Sharpen/name" value="Verscherpen"/> 
		<context id="Filter/Sharpen/Sharpen/context" value="Filter &gt; Verscherpen &gt; Verscherpen"/>
		<desc id="Filter/Sharpen/Sharpen/desc" value="Verscherp de pixels in een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idShrp = charIDToTypeID( "Shrp" ); executeAction( idShrp, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Sharpen-SharpenEdges" type="Main">
		<name id="Filter/Sharpen/SharpenEdges/name" value="Scherpe randen"/> 
		<context id="Filter/Sharpen/SharpenEdges/context" value="Filter &gt; Verscherpen &gt; Scherpe randen"/>
		<desc id="Filter/Sharpen/SharpenEdges/desc" value="Verscherp de randen in de details van de afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idShrE = charIDToTypeID( "ShrE" ); executeAction( idShrE, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Sharpen-SharpenMore" type="Main">
		<name id="Filter/Sharpen/SharpenMore/name" value="Scherper"/> 
		<context id="Filter/Sharpen/SharpenMore/context" value="Filter &gt; Verscherpen &gt; Scherper"/>
		<desc id="Filter/Sharpen/SharpenMore/desc" value="Verscherp de pixels in een afbeelding sterker"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idShrM = charIDToTypeID( "ShrM" ); executeAction( idShrM, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Sharpen-SmartSharpen" type="Main">
		<name id="Filter/Sharpen/SmartSharpen/name" value="Slim verscherpen"/> 
		<context id="Filter/Sharpen/SmartSharpen/context" value="Filter &gt; Verscherpen &gt; Slim verscherpen"/>
		<desc id="Filter/Sharpen/SmartSharpen/desc" value="Verscherp verschillende gebieden van een afbeelding op intelligente wijze en met geavanceerde besturingselementen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsmartSharpen = stringIDToTypeID( "smartSharpen" ); executeAction( idsmartSharpen, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Sharpen-UnsharpMask" type="Main">
		<name id="Filter/Sharpen/UnsharpMask/name" value="Onscherp masker"/> 
		<context id="Filter/Sharpen/UnsharpMask/context" value="Filter &gt; Verscherpen &gt; Onscherp masker"/>
		<desc id="Filter/Sharpen/UnsharpMask/desc" value="Verscherp een afbeelding met extra controle over formaat en kracht"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idUnsM = charIDToTypeID( "UnsM" ); executeAction( idUnsM, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Sketch-BasRelief" type="Main">
		<name id="Filter/Sketch/BasRelief/name" value="Basreliëf"/> 
		<context id="Filter/Sketch/BasRelief/context" value="Filter &gt; Schets &gt; Basreliëf"/>
		<desc id="Filter/Sketch/BasRelief/desc" value="Pas het schetseffect Basreliëf toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idBsRl = charIDToTypeID( "BsRl" ); executeAction( idBsRl, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Sketch-ChalkandCharcoal" type="Main">
		<name id="Filter/Sketch/ChalkandCharcoal/name" value="Krijt en houtskool"/> 
		<context id="Filter/Sketch/ChalkandCharcoal/context" value="Filter &gt; Schets &gt; Krijt en houtskool"/>
		<desc id="Filter/Sketch/ChalkandCharcoal/desc" value="Pas het schetseffect Krijt en houtskool toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idChlC = charIDToTypeID( "ChlC" ); executeAction( idChlC, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Sketch-Charcoal" type="Main">
		<name id="Filter/Sketch/Charcoal/name" value="Houtskool"/> 
		<context id="Filter/Sketch/Charcoal/context" value="Filter &gt; Schets &gt; Houtskool"/>
		<desc id="Filter/Sketch/Charcoal/desc" value="Pas het schetseffect Houtskool toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idChrc = charIDToTypeID( "Chrc" ); executeAction( idChrc, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Sketch-Chrome" type="Main">
		<name id="Filter/Sketch/Chrome/name" value="Chroom"/> 
		<context id="Filter/Sketch/Chrome/context" value="Filter &gt; Schets &gt; Chroom"/>
		<desc id="Filter/Sketch/Chrome/desc" value="Pas het effect Chroom toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idChrm = charIDToTypeID( "Chrm" ); executeAction( idChrm, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Sketch-ConteCrayon" type="Main">
		<name id="Filter/Sketch/ConteCrayon/name" value="Conté crayon"/> 
		<context id="Filter/Sketch/ConteCrayon/context" value="Filter &gt; Schets &gt; Conté crayon"/>
		<desc id="Filter/Sketch/ConteCrayon/desc" value="Een conté-crayoneffect toepassen op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCntC = charIDToTypeID( "CntC" ); executeAction( idCntC, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Sketch-GraphicPen" type="Main">
		<name id="Filter/Sketch/GraphicPen/name" value="Grafische pen"/> 
		<context id="Filter/Sketch/GraphicPen/context" value="Filter &gt; Schets &gt; Grafische pen"/>
		<desc id="Filter/Sketch/GraphicPen/desc" value="Pas een grafische-peneffect toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idGraP = charIDToTypeID( "GraP" ); executeAction( idGraP, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Sketch-HalftonePattern" type="Main">
		<name id="Filter/Sketch/HalftonePattern/name" value="Halftoonraster"/> 
		<context id="Filter/Sketch/HalftonePattern/context" value="Filter &gt; Schets &gt; Halftoonraster"/>
		<desc id="Filter/Sketch/HalftonePattern/desc" value="Pas een halftoonpatroon toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idHlfS = charIDToTypeID( "HlfS" ); executeAction( idHlfS, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Sketch-NotePaper" type="Main">
		<name id="Filter/Sketch/NotePaper/name" value="Postpapier"/> 
		<context id="Filter/Sketch/NotePaper/context" value="Filter &gt; Schets &gt; Postpapier"/>
		<desc id="Filter/Sketch/NotePaper/desc" value="Pas een postpapiereffect toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idNtPr = charIDToTypeID( "NtPr" ); executeAction( idNtPr, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Sketch-Photocopy" type="Main">
		<name id="Filter/Sketch/Photocopy/name" value="Fotokopie"/> 
		<context id="Filter/Sketch/Photocopy/context" value="Filter &gt; Schets &gt; Fotokopie"/>
		<desc id="Filter/Sketch/Photocopy/desc" value="Pas een fotokopie-effect toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idPhtc = charIDToTypeID( "Phtc" ); executeAction( idPhtc, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Sketch-Plaster" type="Main">
		<name id="Filter/Sketch/Plaster/name" value="Gips"/> 
		<context id="Filter/Sketch/Plaster/context" value="Filter &gt; Schets &gt; Gips"/>
		<desc id="Filter/Sketch/Plaster/desc" value="Pas een gipseffect toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idPlst = charIDToTypeID( "Plst" ); executeAction( idPlst, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Sketch-Reticulation" type="Main">
		<name id="Filter/Sketch/Reticulation/name" value="Filigraan"/> 
		<context id="Filter/Sketch/Reticulation/context" value="Filter &gt; Schets &gt; Filigraan"/>
		<desc id="Filter/Sketch/Reticulation/desc" value="Pas een filigraaneffect toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idRtcl = charIDToTypeID( "Rtcl" ); executeAction( idRtcl, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Sketch-Stamp" type="Main">
		<name id="Filter/Sketch/Stamp/name" value="Stempel"/> 
		<context id="Filter/Sketch/Stamp/context" value="Filter &gt; Schets &gt; Stempel"/>
		<desc id="Filter/Sketch/Stamp/desc" value="Pas een stempeleffect toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idStmp = charIDToTypeID( "Stmp" ); executeAction( idStmp, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Sketch-TornEdges" type="Main">
		<name id="Filter/Sketch/TornEdges/name" value="Gescheurde randen"/> 
		<context id="Filter/Sketch/TornEdges/context" value="Filter &gt; Schets &gt; Gescheurde randen"/>
		<desc id="Filter/Sketch/TornEdges/desc" value="Pas een gescheurde-randeffect toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idTrnE = charIDToTypeID( "TrnE" ); executeAction( idTrnE, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Sketch-WaterPaper" type="Main">
		<name id="Filter/Sketch/WaterPaper/name" value="Waterpapier"/> 
		<context id="Filter/Sketch/WaterPaper/context" value="Filter &gt; Schets &gt; Waterpapier"/>
		<desc id="Filter/Sketch/WaterPaper/desc" value="Pas een waterpapiereffect toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idWtrP = charIDToTypeID( "WtrP" ); executeAction( idWtrP, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Stylize-Diffuse" type="Main">
		<name id="Filter/Stylize/Diffuse/name" value="Onscherp"/> 
		<context id="Filter/Stylize/Diffuse/context" value="Filter &gt; Stileer &gt; Onscherp"/>
		<desc id="Filter/Stylize/Diffuse/desc" value="Pas een onscherpe stijl toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDfs = charIDToTypeID( "Dfs " ); executeAction( idDfs, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Stylize-Emboss" type="Main">
		<name id="Filter/Stylize/Emboss/name" value="Reliëf"/> 
		<context id="Filter/Stylize/Emboss/context" value="Filter &gt; Stileer &gt; Reliëf"/>
		<desc id="Filter/Stylize/Emboss/desc" value="Pas een reliëfstijl toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idEmbs = charIDToTypeID( "Embs" ); executeAction( idEmbs, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Stylize-Extrude" type="Main">
		<name id="Filter/Stylize/Extrude/name" value="Geef diepte"/> 
		<context id="Filter/Stylize/Extrude/context" value="Filter &gt; Stileer &gt; Geef diepte"/>
		<desc id="Filter/Stylize/Extrude/desc" value="Pas een stijl Geef diepte toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idExtr = charIDToTypeID( "Extr" ); executeAction( idExtr, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Stylize-FindEdges" type="Main">
		<name id="Filter/Stylize/FindEdges/name" value="Randen zoeken"/> 
		<context id="Filter/Stylize/FindEdges/context" value="Filter &gt; Stileer &gt; Contrastlijn"/>
		<desc id="Filter/Stylize/FindEdges/desc" value="Pas een stijl Randen zoeken toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idFndE = charIDToTypeID( "FndE" ); executeAction( idFndE, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Stylize-GlowingEdges" type="Main">
		<name id="Filter/Stylize/GlowingEdges/name" value="Oplichtende rand"/> 
		<context id="Filter/Stylize/GlowingEdges/context" value="Filter &gt; Stileer &gt; Oplichtende rand"/>
		<desc id="Filter/Stylize/GlowingEdges/desc" value="Pas een stijl met een oplichtende rand toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idGlwE = charIDToTypeID( "GlwE" ); executeAction( idGlwE, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Stylize-Solarize" type="Main">
		<name id="Filter/Stylize/Solarize/name" value="Solariseren"/> 
		<context id="Filter/Stylize/Solarize/context" value="Filter &gt; Stileer &gt; Solariseren"/>
		<desc id="Filter/Stylize/Solarize/desc" value="Pas een solariseerstijl toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idSlrz = charIDToTypeID( "Slrz" ); executeAction( idSlrz, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Stylize-Tiles" type="Main">
		<name id="Filter/Stylize/Tiles/name" value="Tegels"/> 
		<context id="Filter/Stylize/Tiles/context" value="Filter &gt; Stileer &gt; Tegels"/>
		<desc id="Filter/Stylize/Tiles/desc" value="Pas een tegelstijl toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idTls = charIDToTypeID( "Tls " ); executeAction( idTls, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Stylize-TraceContour" type="Main">
		<name id="Filter/Stylize/TraceContour/name" value="Contour overtrekken"/> 
		<context id="Filter/Stylize/TraceContour/context" value="Filter &gt; Stileer &gt; Omtreklijn"/>
		<desc id="Filter/Stylize/TraceContour/desc" value="Pas een stijl met een omtreklijn toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idTrcC = charIDToTypeID( "TrcC" ); executeAction( idTrcC, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Stylize-Wind" type="Main">
		<name id="Filter/Stylize/Wind/name" value="Wind"/> 
		<context id="Filter/Stylize/Wind/context" value="Filter &gt; Stileer &gt; Wind"/>
		<desc id="Filter/Stylize/Wind/desc" value="Pas een verwaaide stijl toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idWnd = charIDToTypeID( "Wnd " ); executeAction( idWnd, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Texture-Craquelure" type="Main">
		<name id="Filter/Texture/Craquelure/name" value="Craquelure"/> 
		<context id="Filter/Texture/Craquelure/context" value="Filter &gt; Structuur &gt; Craquelure"/>
		<desc id="Filter/Texture/Craquelure/desc" value="Pas het effect Craquelure toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCrql = charIDToTypeID( "Crql" ); executeAction( idCrql, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Texture-Grain" type="Main">
		<name id="Filter/Texture/Grain/name" value="Korrel"/> 
		<context id="Filter/Texture/Grain/context" value="Filter &gt; Structuur &gt; Korrel"/>
		<desc id="Filter/Texture/Grain/desc" value="Pas een korrelige structuur toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idGrn = charIDToTypeID( "Grn " ); executeAction( idGrn, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Texture-MosaicTiles" type="Main">
		<name id="Filter/Texture/MosaicTiles/name" value="Mozaïektegels"/> 
		<context id="Filter/Texture/MosaicTiles/context" value="Filter &gt; Structuur &gt; Mozaïektegels"/>
		<desc id="Filter/Texture/MosaicTiles/desc" value="Pas een structuur van mozaïektegels toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMscT = charIDToTypeID( "MscT" ); executeAction( idMscT, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Texture-Patchwork" type="Main">
		<name id="Filter/Texture/Patchwork/name" value="Lappendeken"/> 
		<context id="Filter/Texture/Patchwork/context" value="Filter &gt; Structuur &gt; Lappendeken"/>
		<desc id="Filter/Texture/Patchwork/desc" value="Pas een lappendekenstructuur toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idPtch = charIDToTypeID( "Ptch" ); executeAction( idPtch, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Texture-StainedGlass" type="Main">
		<name id="Filter/Texture/StainedGlass/name" value="Gebrandschilderd glas"/> 
		<context id="Filter/Texture/StainedGlass/context" value="Filter &gt; Structuur &gt; Gebrandschilderd glas"/>
		<desc id="Filter/Texture/StainedGlass/desc" value="Pas een glas-in-loodstructuur toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idStnG = charIDToTypeID( "StnG" ); executeAction( idStnG, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Texture-Texturizer" type="Main">
		<name id="Filter/Texture/Texturizer/name" value="Structuurmaker"/> 
		<context id="Filter/Texture/Texturizer/context" value="Filter &gt; Structuur &gt; Structuurmaker"/>
		<desc id="Filter/Texture/Texturizer/desc" value="Pas een aanpasbare steen-, jute-, canvas- of zandsteenstructuurmaker toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idTxtz = charIDToTypeID( "Txtz" ); executeAction( idTxtz, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Video-De-Interlace" type="Main">
		<name id="Filter/Video/De-Interlace/name" value="De-Interlace"/> 
		<context id="Filter/Video/De-Interlace/context" value="Filter &gt; Video &gt; De-Interlace"/>
		<desc id="Filter/Video/De-Interlace/desc" value=" "/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDntr = charIDToTypeID( "Dntr" ); executeAction( idDntr, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Video-NTSCColors" type="Main">
		<name id="Filter/Video/NTSCColors/name" value="NTSC-kleuren"/> 
		<context id="Filter/Video/NTSCColors/context" value="Filter &gt; Video &gt; NTSC-kleuren"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idNTSC = charIDToTypeID( "NTSC" ); executeAction( idNTSC, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Video-Custom" type="Main">
		<name id="Filter/Other/Custom/name" value="Aangepast"/> 
		<context id="Filter/Other/Custom/context" value="Filter &gt; Overige &gt; Aangepast"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCstm = charIDToTypeID( "Cstm" ); executeAction( idCstm, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Video-HighPass" type="Main">
		<name id="Filter/Other/HighPass/name" value="Hoogdoorlaat"/> 
		<context id="Filter/Other/HighPass/context" value="Filter &gt; Overige &gt; Hoogdoorlaat"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idHghP = charIDToTypeID( "HghP" ); executeAction( idHghP, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Video-Maximum" type="Main">
		<name id="Filter/Other/Maximum/name" value="Maximaal"/> 
		<context id="Filter/Other/Maximum/context" value="Filter &gt; Overige &gt; Maximaal"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMxm = charIDToTypeID( "Mxm " ); executeAction( idMxm, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Video-Minimum" type="Main">
		<name id="Filter/Other/Minimum/name" value="Minimaal"/> 
		<context id="Filter/Other/Minimum/context" value="Filter &gt; Overige &gt; Minimaal"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMnm = charIDToTypeID( "Mnm " ); executeAction( idMnm, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Video-Offset" type="Main">
		<name id="Filter/Other/Offset/name" value="Verschuiving"/> 
		<context id="Filter/Other/Offset/context" value="Filter &gt; Overige &gt; Verschuiven"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idOfst = charIDToTypeID( "Ofst" ); executeAction( idOfst, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Digimarc-EmbedWatermark" type="Main">
		<name id="Filter/Digimarc/EmbedWatermark/name" value="Watermerk insluiten"/> 
		<context id="Filter/Digimarc/EmbedWatermark/context" value="Filter &gt; Digimarc &gt; Watermerk insluiten"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idEmbedWatermark = stringIDToTypeID( "Embed Watermark" ); executeAction( idEmbedWatermark, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Digimarc-ReadWatermark" type="Main">
		<name id="Filter/Digimarc/ReadWatermark/name" value="Watermerk lezen"/> 
		<context id="Filter/Digimarc/ReadWatermark/context" value="Filter &gt; Digimarc &gt; Watermerk lezen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var iddiGthree = charIDToTypeID( "diG3" ); executeAction( iddiGthree, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Analysis-SetMeasurementScale-Default" type="Main">
		<name id="Analysis/SetMeasurementScale/Default/name" value="Standaard"/> 
		<context id="Analysis/SetMeasurementScale/Default/context" value="Analyse &gt; Metingsschaal instellen &gt; Standaardinstellingen"/>
		<desc id="Analysis/SetMeasurementScale/Default/desc" value="Stel de schaal van de afbeelding in op de standaardinstelling waarbij 1 pixel = overeenkomt met 1 eenheid van de logische lengte."/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc41 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref31 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idmeasurementScaleDefault = stringIDToTypeID( "measurementScaleDefault" ); ref31.putEnumerated( idMn, idMnIt, idmeasurementScaleDefault ); desc41.putReference( idnull, ref31 ); executeAction( idslct, desc41, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Analysis-SetMeasurementScale-Custom" type="Main">
		<name id="Analysis/SetMeasurementScale/Custom/name" value="Aangepast"/> 
		<context id="Analysis/SetMeasurementScale/Custom/context" value="Analyse &gt; Metingsschaal instellen &gt; Aangepast"/>
		<desc id="Analysis/SetMeasurementScale/Custom/desc" value="Stel de schaal van de afbeelding in of kalibreer de afbeelding naar een bekende lengte, waarbij X pixels overeenkomt met Y eenheden van de logische lengte"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc42 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref32 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idmeasurementScaleCustom = stringIDToTypeID( "measurementScaleCustom" ); ref32.putEnumerated( idMn, idMnIt, idmeasurementScaleCustom ); desc42.putReference( idnull, ref32 ); executeAction( idslct, desc42, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Analysis-SelectDataPoints-Custom" type="Main">
		<name id="Analysis/SelectDataPoints/Custom/name" value="Aangepast"/> 
		<context id="Analysis/SelectDataPoints/Custom/context" value="Analyse &gt; Gegevenspunten selecteren &gt; Aangepast"/>
		<desc id="Analysis/SelectDataPoints/Custom/desc" value="Selecteer de gegevenspunten voor het opnemen van metingen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc43 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref33 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idmeasurementDataPointsCustom = stringIDToTypeID( "measurementDataPointsCustom" ); ref33.putEnumerated( idMn, idMnIt, idmeasurementDataPointsCustom ); desc43.putReference( idnull, ref33 ); executeAction( idslct, desc43, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Analysis-RecordMeasurements" type="Main">
		<name id="Analysis/RecordMeasurements/name" value="Metingen opnemen"/> 
		<context id="Analysis/RecordMeasurements/context" value="Analyse &gt; Metingen opnemen"/>
		<desc id="Analysis/RecordMeasurements/desc" value="Neem de metingen op van de liniaal, de selectie, het tellen, het histogram of de labels die zijn gebaseerd op een ingestelde metingsschaal"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc44 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref34 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idmeasurementRecordMeasurements = stringIDToTypeID( "measurementRecordMeasurements" ); ref34.putEnumerated( idMn, idMnIt, idmeasurementRecordMeasurements ); desc44.putReference( idnull, ref34 ); executeAction( idslct, desc44, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Analysis-RulerTool" type="Main">
		<name id="Analysis/RulerTool/name" value="Liniaal"/> 
		<context id="Analysis/RulerTool/context" value="Analyse &gt; Liniaal"/>
		<desc id="Analysis/RulerTool/desc" value="Stel de afstand in voor het opnemen van metingen op basis van een ingestelde metingsschaal"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc45 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref35 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idrulerTool = stringIDToTypeID( "rulerTool" ); ref35.putEnumerated( idMn, idMnIt, idrulerTool ); desc45.putReference( idnull, ref35 ); executeAction( idslct, desc45, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Analysis-CountTool" type="Main">
		<name id="Analysis/CountTool/name" value="Tellen"/> 
		<context id="Analysis/CountTool/context" value="Analyse &gt; Tellen"/>
		<desc id="Analysis/CountTool/desc" value="Objecten tellen en totaal opnemen voor meting"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc46 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref36 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idcountTool = stringIDToTypeID( "countTool" ); ref36.putEnumerated( idMn, idMnIt, idcountTool ); desc46.putReference( idnull, ref36 ); executeAction( idslct, desc46, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Analysis-PlaceScaleMarker" type="Main">
		<name id="Analysis/PlaceScaleMarker/name" value="Schaalmarkering plaatsen"/> 
		<context id="Analysis/PlaceScaleMarker/context" value="Analyse &gt; Schaalmarkering plaatsen"/>
		<desc id="Analysis/PlaceScaleMarker/desc" value="Plaats automatisch een schaalmarkering voor de ingestelde metingsschaal"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc41 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref31 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idmeasurementScaleDefault = stringIDToTypeID( "measurementScaleDefault" ); ref31.putEnumerated( idMn, idMnIt, idmeasurementScaleDefault ); desc41.putReference( idnull, ref31 ); executeAction( idslct, desc41, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-NewLayerfrom3DFile" type="Main">
		<name id="3D/NewLayerfrom3DFile/name" value="Nieuwe laag van 3D-bestand"/> 
		<context id="3D/NewLayerfrom3DFile/context" value="3D &gt; Nieuwe laag uit 3D-bestand"/>
		<desc id="3D/NewLayerfrom3DFile/desc" value="Kies een extern 3D-bestand dat u wilt omzetten in een Photoshop 3D-laag"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idaddthreeDLayerFromFile = stringIDToTypeID( "add3DLayerFromFile" ); var desc5 = new ActionDescriptor(); executeAction( idaddthreeDLayerFromFile, desc5, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-New3DPostcardFromLayer" type="Main">
		<name id="3D/New3DPostcardFromLayer/name" value="Nieuwe 3D-ansichtkaart van bestand"/> 
		<context id="3D/New3DPostcardFromLayer/context" value="3D &gt; Nieuwe 3D-ansichtkaart van bestand"/>
		<desc id="3D/New3DPostcardFromLayer/desc" value="Zet de momenteel geselecteerde laag of lagen om in een vlakke 3D-laag"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idcreatethreeDPostcard = stringIDToTypeID( "create3DPostcard" ); var desc8 = new ActionDescriptor(); var idkeythreeDXPos = stringIDToTypeID( "key3DXPos" ); desc8.putDouble( idkeythreeDXPos, 1.000000 ); var idkeythreeDYPos = stringIDToTypeID( "key3DYPos" ); desc8.putDouble( idkeythreeDYPos, 1.000000 ); var idkeythreeDZPos = stringIDToTypeID( "key3DZPos" ); desc8.putDouble( idkeythreeDZPos, 0.000000 ); var idkeythreeDTextureType = stringIDToTypeID( "key3DTextureType" ); desc8.putInteger( idkeythreeDTextureType, 1 ); executeAction( idcreatethreeDPostcard, desc8, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-Plane" type="Main">
		<name id="3D/Plane/name" value="Vlak"/> 
		<context id="3D/Plane/context" value="3D &gt; Nieuw net van grijswaarden &gt; Vlak"/>
		<desc id="3D/Plane/desc" value="Maak een 3D-netvlak van een diepte-/verloopstructuur, waarbij tekenen met wit ervoor zorgt dat veelhoeken naar voren springen (diepte krijgen) en waarbij tekenen met zwart de veelhoeken terugduwt."/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idcreatethreeDFromDepthPlane = stringIDToTypeID( "create3DFromDepthPlane" ); var desc11 = new ActionDescriptor(); var idkeythreeDXPos = stringIDToTypeID( "key3DXPos" ); desc11.putDouble( idkeythreeDXPos, 1.000000 ); var idkeythreeDYPos = stringIDToTypeID( "key3DYPos" ); desc11.putDouble( idkeythreeDYPos, 1.000000 ); var idkeythreeDZPos = stringIDToTypeID( "key3DZPos" ); desc11.putDouble( idkeythreeDZPos, 1.000000 ); var idkeythreeDTextureType = stringIDToTypeID( "key3DTextureType" ); desc11.putInteger( idkeythreeDTextureType, 4 ); executeAction( idcreatethreeDFromDepthPlane, desc11, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-Two-SidedPlane" type="Main">
		<name id="3D/Two-SidedPlane/name" value="Vlak met twee zijden"/> 
		<context id="3D/Two-SidedPlane/context" value="3D &gt; Nieuw net van grijswaarden &gt; Vlak met twee zijden"/>
		<desc id="3D/Two-SidedPlane/desc" value="Maak een tweezijdig 3D-netvlak van een diepte-/verloopstructuur, waarbij tekenen met wit ervoor zorgt dat veelhoeken naar voren springen (diepte krijgen) en waarbij tekenen met zwart de veelhoeken terugduwt."/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idcreatethreeDFromDepthTwoSidedPlane = stringIDToTypeID( "create3DFromDepthTwoSidedPlane" ); var desc12 = new ActionDescriptor(); var idkeythreeDXPos = stringIDToTypeID( "key3DXPos" ); desc12.putDouble( idkeythreeDXPos, 1.000000 ); var idkeythreeDYPos = stringIDToTypeID( "key3DYPos" ); desc12.putDouble( idkeythreeDYPos, 1.000000 ); var idkeythreeDZPos = stringIDToTypeID( "key3DZPos" ); desc12.putDouble( idkeythreeDZPos, 1.000000 ); var idkeythreeDTextureType = stringIDToTypeID( "key3DTextureType" ); desc12.putInteger( idkeythreeDTextureType, 5 ); executeAction( idcreatethreeDFromDepthTwoSidedPlane, desc12, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-Cylinder" type="Main">
		<name id="3D/Cylinder/name" value="Cilinder"/> 
		<context id="3D/Cylinder/context" value="3D &gt; Nieuw net van grijswaarden &gt; Cilinder"/>
		<desc id="3D/Cylinder/desc" value="Maak een 3D-cilindernet van een diepte-/verloopstructuur, waarbij tekenen met wit ervoor zorgt dat veelhoeken naar voren springen (diepte krijgen) en waarbij tekenen met zwart de veelhoeken terugduwt."/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idcreatethreeDPostcard = stringIDToTypeID( "create3DPostcard" );    var desc5 = new ActionDescriptor();    var idkeythreeDXPos = stringIDToTypeID( "key3DXPos" );    desc5.putDouble( idkeythreeDXPos, 1.000000 );    var idkeythreeDYPos = stringIDToTypeID( "key3DYPos" );    desc5.putDouble( idkeythreeDYPos, 1.000000 );    var idkeythreeDZPos = stringIDToTypeID( "key3DZPos" );    desc5.putDouble( idkeythreeDZPos, 0.000000 );    var idkeythreeDTextureType = stringIDToTypeID( "key3DTextureType" );    desc5.putInteger( idkeythreeDTextureType, 3 );    var idkeythreeDFileName = stringIDToTypeID( "key3DFileName" );    desc5.putString( idkeythreeDFileName, "Cylinder" );executeAction( idcreatethreeDPostcard, desc5, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-Sphere" type="Main">
		<name id="3D/Sphere/name" value="Bol"/> 
		<context id="3D/Sphere/context" value="3D &gt; Nieuw net van grijswaarden &gt; Bol"/>
		<desc id="3D/Sphere/desc" value="Maak een bolvormig 3D-net van een diepte-/verloopstructuur, waarbij tekenen met wit ervoor zorgt dat veelhoeken naar voren springen (diepte krijgen) en waarbij tekenen met zwart de veelhoeken terugduwt."/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idcreatethreeDFromDepthSphere = stringIDToTypeID( "create3DFromDepthSphere" ); var desc14 = new ActionDescriptor(); var idkeythreeDXPos = stringIDToTypeID( "key3DXPos" ); desc14.putDouble( idkeythreeDXPos, 1.000000 ); var idkeythreeDYPos = stringIDToTypeID( "key3DYPos" ); desc14.putDouble( idkeythreeDYPos, 1.000000 ); var idkeythreeDZPos = stringIDToTypeID( "key3DZPos" ); desc14.putDouble( idkeythreeDZPos, 1.000000 ); var idkeythreeDTextureType = stringIDToTypeID( "key3DTextureType" ); desc14.putInteger( idkeythreeDTextureType, 7 ); executeAction( idcreatethreeDFromDepthSphere, desc14, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-RenderSettings" type="Main">
		<name id="3D/RenderSettings/name" value="Renderinstellingen"/> 
		<context id="3D/RenderSettings/context" value="3D &gt; Renderinstellingen"/>
		<desc id="3D/RenderSettings/desc" value="Dialoogvenster waarin u opties instelt voor de weergave van volumes, vlakken, randen en hoekpunten en het stereo-effect toepast. U kunt hier ook voorinstellingen maken, selecteren en opslaan."/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idrenderSettingsthreeD = stringIDToTypeID( "renderSettings3D" ); var desc16 = new ActionDescriptor(); executeAction( idrenderSettingsthreeD, desc16, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-Auto-HideLayersForPerformance" type="Main">
		<name id="3D/Auto-HideLayersForPerformance/name" value="Lagen automatisch verbergen ten behoeve van prestaties"/> 
		<context id="3D/Auto-HideLayersForPerformance/context" value="3D &gt; Lagen automatisch verbergen ten behoeve van prestaties"/>
		<desc id="3D/Auto-HideLayersForPerformance/desc" value="Instelling voor het optimaliseren van rechtstreeks tekenen op het scherm. Dit is mogelijk dankzij hardwareversnelling die lagen verbergt die tijdens de interactie met het 3D-model niet van belang zijn."/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idautoHidethreeD = stringIDToTypeID( "autoHide3D" ); var desc17 = new ActionDescriptor(); executeAction( idautoHidethreeD, desc17, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-HideNearestSurface" type="Main">
		<name id="3D/HideNearestSurface/name" value="Naaste oppervlak verbergen"/> 
		<context id="3D/HideNearestSurface/context" value="3D &gt; Naaste oppervlak verbergen"/>
		<desc id="3D/HideNearestSurface/desc" value="Verberg alle veelhoeken in de selectie, ook de veelhoeken die de selectie doorsnijden"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idhideTopthreeDSelected = stringIDToTypeID( "hideTop3DSelected" ); var desc18 = new ActionDescriptor(); executeAction( idhideTopthreeDSelected, desc18, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-OnlyHideEnclosedPolygons" type="Main">
		<name id="3D/OnlyHideEnclosedPolygons/name" value="Alleen ingesloten veelhoeken verbergen"/> 
		<context id="3D/OnlyHideEnclosedPolygons/context" value="3D &gt; Alleen ingesloten veelhoeken verbergen"/>
		<desc id="3D/OnlyHideEnclosedPolygons/desc" value="Verberg alle veelhoeken die volledig deel uitmaken van de selectie, dus exclusief de veelhoeken die de selectie doorsnijden."/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idhidethreeDEnclosedOnly = stringIDToTypeID( "hide3DEnclosedOnly" ); var desc19 = new ActionDescriptor(); executeAction( idhidethreeDEnclosedOnly, desc19, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-InvertVisibleSurfaces" type="Main">
		<name id="3D/InvertVisibleSurfaces/name" value="Zichtbare oppervlakken omkeren"/> 
		<context id="3D/InvertVisibleSurfaces/context" value="3D &gt; Zichtbare oppervlakken omkeren"/>
		<desc id="3D/InvertVisibleSurfaces/desc" value="Verberg alle veelhoeken die momenteel zichtbaar zijn en maak alle momenteel onzichtbare veelhoeken zichtbaar"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idinvertthreeDSelected = stringIDToTypeID( "invert3DSelected" ); var desc20 = new ActionDescriptor(); executeAction( idinvertthreeDSelected, desc20, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-RevealAllSurfaces" type="Main">
		<name id="3D/RevealAllSurfaces/name" value="Alle oppervlakken tonen"/> 
		<context id="3D/RevealAllSurfaces/context" value="3D &gt; Alle oppervlakken zichtbaar maken"/>
		<desc id="3D/RevealAllSurfaces/desc" value="Alle veelhoekoppervlakken zichtbaar maken"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idrevealAllthreeD = stringIDToTypeID( "revealAll3D" ); var desc21 = new ActionDescriptor(); executeAction( idrevealAllthreeD, desc21, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-3DPaintMode-Diffuse" type="Main">
		<name id="3D/3DPaintMode/Diffuse/name" value="Onscherp"/> 
		<context id="3D/3DPaintMode/Diffuse/context" value="3D &gt; 3D-verfmodus &gt; Onscherp"/>
		<desc id="3D/3DPaintMode/Diffuse/desc" value="Selecteer deze optie om de onscherpe structuur voor het tekenen te kiezen. De onscherpe kleur is de kleur die door een object wordt gereflecteerd."/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetthreeDPaintType = stringIDToTypeID( "set3DPaintType" ); var desc22 = new ActionDescriptor(); var idkeythreeDPaintType = stringIDToTypeID( "key3DPaintType" ); desc22.putInteger( idkeythreeDPaintType, 0 ); executeAction( idsetthreeDPaintType, desc22, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-3DPaintMode-Bump" type="Main">
		<name id="3D/3DPaintMode/Bump/name" value="Reliëf"/> 
		<context id="3D/3DPaintMode/Bump/context" value="3D &gt; 3D-verfmodus &gt; Reliëf"/>
		<desc id="3D/3DPaintMode/Bump/desc" value="Selecteer deze optie om de reliëfstructuur voor het tekenen te kiezen. Dankzij de reliëfstructuur krijgt een object een oneven of onregelmatig oppervlak. Als u tekent met wit, lijken objecten naar voren te komen en als u met zwart tekent, lijken ze terug te springen."/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetthreeDPaintType = stringIDToTypeID( "set3DPaintType" ); var desc23 = new ActionDescriptor(); var idkeythreeDPaintType = stringIDToTypeID( "key3DPaintType" ); desc23.putInteger( idkeythreeDPaintType, 2 ); executeAction( idsetthreeDPaintType, desc23, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-3DPaintMode-Specular" type="Main">
		<name id="3D/3DPaintMode/Specular/name" value="Spiegeling"/> 
		<context id="3D/3DPaintMode/Specular/context" value="3D &gt; 3D-verfmodus &gt; Spiegeling"/>
		<desc id="3D/3DPaintMode/Specular/desc" value="Selecteer deze optie om de spiegelingstructuur voor tekenen te kiezen. De spiegelingsstructuren wijzigen de kleur van de spiegelende hooglichten en worden vooral gebruikt voor speciale effecten, zoals het plaatsen van een afbeelding in een weerspiegeling."/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetthreeDPaintType = stringIDToTypeID( "set3DPaintType" ); var desc24 = new ActionDescriptor(); var idkeythreeDPaintType = stringIDToTypeID( "key3DPaintType" ); desc24.putInteger( idkeythreeDPaintType, 3 ); executeAction( idsetthreeDPaintType, desc24, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-3DPaintMode-Opacity" type="Main">
		<name id="3D/3DPaintMode/Opacity/name" value="Dekking"/> 
		<context id="3D/3DPaintMode/Opacity/context" value="3D &gt; 3D-verfmodus &gt; Dekking"/>
		<desc id="3D/3DPaintMode/Opacity/desc" value="Selecteer deze optie om de dekkingstructuur voor tekenen te kiezen. De dekkingstructuur beïnvloedt de transparantie van het object, waarbij tekenen van zwart naar wit de weergave doet veranderen van volledig dekkend naar transparant."/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetthreeDPaintType = stringIDToTypeID( "set3DPaintType" ); var desc25 = new ActionDescriptor(); var idkeythreeDPaintType = stringIDToTypeID( "key3DPaintType" ); desc25.putInteger( idkeythreeDPaintType, 4 ); executeAction( idsetthreeDPaintType, desc25, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-3DPaintMode-Shininess" type="Main">
		<name id="3D/3DPaintMode/Shininess/name" value="Schittering"/> 
		<context id="3D/3DPaintMode/Shininess/context" value="3D &gt; 3D-verfmodus &gt; Schittering"/>
		<desc id="3D/3DPaintMode/Shininess/desc" value="Selecteer deze optie om de schitteringstructuur voor tekenen te kiezen. Schitteringeffecten treden op wanneer bij tekenen van zwart naar wit wordt overgegaan van volledige schittering op geen schittering."/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetthreeDPaintType = stringIDToTypeID( "set3DPaintType" ); var desc26 = new ActionDescriptor(); var idkeythreeDPaintType = stringIDToTypeID( "key3DPaintType" ); desc26.putInteger( idkeythreeDPaintType, 5 ); executeAction( idsetthreeDPaintType, desc26, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-3DPaintMode-Self-Illumination" type="Main">
		<name id="3D/3DPaintMode/Self-Illumination/name" value="Zelfbelichting"/> 
		<context id="3D/3DPaintMode/Self-Illumination/context" value="3D &gt; 3D-verfmodus &gt; Zelfbelichting"/>
		<desc id="3D/3DPaintMode/Self-Illumination/desc" value="Kies de zelfbelichtingstructuur voor tekenen. Zelfbelichting wekt de illusie dat een object fonkelt. Deze illusie wordt gewekt doordat de schaduwen op het oppervlak worden vervangen door de onscherpe kleur. Bij een waarde van 100% worden de schaduwen volledig vervangen door de onscherpe kleur, hetgeen de illusie van zelfbelichting wekt."/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetthreeDPaintType = stringIDToTypeID( "set3DPaintType" ); var desc27 = new ActionDescriptor(); var idkeythreeDPaintType = stringIDToTypeID( "key3DPaintType" ); desc27.putInteger( idkeythreeDPaintType, 6 ); executeAction( idsetthreeDPaintType, desc27, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-3DPaintMode-Reflection" type="Main">
		<name id="3D/3DPaintMode/Reflection/name" value="Reflectie"/> 
		<context id="3D/3DPaintMode/Reflection/context" value="3D &gt; 3D-verfmodus &gt; Reflectie"/>
		<desc id="3D/3DPaintMode/Reflection/desc" value="Kies de reflectiestructuur voor tekenen. Vergelijkbaar met brekingsstructuren waarbij tekenen met wit (100%) volledige reflectie oplevert en tekenen met zwart geen reflectie oplevert. Render met raytracering als u de uiteindelijke resultaten wilt zien."/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetthreeDPaintType = stringIDToTypeID( "set3DPaintType" ); var desc28 = new ActionDescriptor(); var idkeythreeDPaintType = stringIDToTypeID( "key3DPaintType" ); desc28.putInteger( idkeythreeDPaintType, 7 ); executeAction( idsetthreeDPaintType, desc28, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-SelectPaintableAreas" type="Main">
		<name id="3D/SelectPaintableAreas/name" value="Voor tekenen geschikte gebieden selecteren"/> 
		<context id="3D/SelectPaintableAreas/context" value="3D &gt; Tekenbare gebieden selecteren"/>
		<desc id="3D/SelectPaintableAreas/desc" value="Selecteer de gebieden die bij uitstek geschikt zijn voor tekenen op basis van de object- en camerapositie ten opzichte van het scherm (3D tekenen op projectiebasis)."/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idselectthreeDPaintable = stringIDToTypeID( "select3DPaintable" ); var desc29 = new ActionDescriptor(); executeAction( idselectthreeDPaintable, desc29, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-CreateUIOverlay-Wireframe" type="Main">
		<name id="3D/CreateUIOverlays/Wireframe/name" value="Draadframe"/> 
		<context id="3D/CreateUIOverlays/Wireframe/context" value="3D &gt; UV-overlays maken &gt; Draadframe"/>
		<desc id="3D/CreateUIOverlays/Wireframe/desc" value="Toon het UV-draadframe (het net wordt gevormd door veelhoeken) als een pixellaag op een geopende 2D-structuurtoewijzing"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idrenderUVWireframe = stringIDToTypeID( "renderUVWireframe" ); var desc30 = new ActionDescriptor(); executeAction( idrenderUVWireframe, desc30, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-CreateUIOverlay-Shaded" type="Main">
		<name id="3D/CreateUIOverlays/Shaded/name" value="Gearceerd"/> 
		<context id="3D/CreateUIOverlays/Shaded/context" value="3D &gt; UV-overlays maken &gt; Gearceerd"/>
		<desc id="3D/CreateUIOverlays/Shaded/desc" value="Toon de gearceerde UV als een pixellaag op een geopende 2D-structuurtoewijzing. U ziet dan de netten van de objecten, waarbij de diepte wordt aangegeven als een verloopstructuur van zwart naar wit."/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idrenderUVShaded = stringIDToTypeID( "renderUVShaded" ); var desc31 = new ActionDescriptor(); executeAction( idrenderUVShaded, desc31, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-CreateUIOverlay-NormalMap" type="Main">
		<name id="3D/CreateUIOverlays/NormalMap/name" value="Normale structuur"/> 
		<context id="3D/CreateUIOverlays/NormalMap/context" value="3D &gt; UV-overlays maken &gt; Standaardmapping"/>
		<desc id="3D/CreateUIOverlays/NormalMap/desc" value="De UV-standaardinstellingen als een pixellaag tonen op een geopende 2D-structuurtoewijzing. Een standaardstructuur bevat drie kleuren, waarbij het rode kanaal de horizontale as codeert, het groene kanaal de verticale as en het blauwe kanaal de verticale diepte."/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idrenderUVNormalMap = stringIDToTypeID( "renderUVNormalMap" ); var desc32 = new ActionDescriptor(); executeAction( idrenderUVNormalMap, desc32, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-NewTiledPainting" type="Main">
		<name id="3D/NewTiledPainting/name" value="Nieuw naast elkaar tekenen"/> 
		<context id="3D/NewTiledPainting/context" value="3D &gt; Nieuw naast elkaar tekenen"/>
		<desc id="3D/NewTiledPainting/desc" value="Zet een afbeelding om in een zich herhalend blokjespatroon (3D-vlak) voor het maken van structuren"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idcreatethreeDTiledPainting = stringIDToTypeID( "create3DTiledPainting" ); var desc33 = new ActionDescriptor(); var idkeythreeDXPos = stringIDToTypeID( "key3DXPos" ); desc33.putDouble( idkeythreeDXPos, 3.000000 ); var idkeythreeDYPos = stringIDToTypeID( "key3DYPos" ); desc33.putDouble( idkeythreeDYPos, 3.000000 ); var idkeythreeDZPos = stringIDToTypeID( "key3DZPos" ); desc33.putDouble( idkeythreeDZPos, 0.000000 ); var idkeythreeDTextureType = stringIDToTypeID( "key3DTextureType" ); desc33.putInteger( idkeythreeDTextureType, 8 ); executeAction( idcreatethreeDTiledPainting, desc33, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-PaintFalloff" type="Main">
		<name id="3D/PaintFalloff/name" value="Wegvallen van verf"/> 
		<context id="3D/PaintFalloff/context" value="3D &gt; Wegvallen van verf"/>
		<desc id="3D/PaintFalloff/desc" value="Stel de afstand in van waaraf niet wordt getekend als een rand of gebogen oppervlak wordt geraakt."/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetthreeDPaintFalloff = stringIDToTypeID( "set3DPaintFalloff" ); var desc34 = new ActionDescriptor(); executeAction( idsetthreeDPaintFalloff, desc34, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-Reparameterize" type="Main">
		<name id="3D/Reparameterize/name" value="Parameters opnieuw bepalen"/> 
		<context id="3D/Reparameterize/context" value="3D &gt; Parameters opnieuw bepalen"/>
		<desc id="3D/Reparameterize/desc" value="Als modellen onverwachte tekenresultaten opleveren, dient u de parameters van de UV-overlays op de bijbehorende structuren wellicht opnieuw te bepalen."/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idreparameterizethreeDModel = stringIDToTypeID( "reparameterize3DModel" ); var desc35 = new ActionDescriptor(); executeAction( idreparameterizethreeDModel, desc35, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-Merge3DLayers" type="Main">
		<name id="3D/Merge3DLayers/name" value="3D-lagen samenvoegen"/> 
		<context id="3D/Merge3DLayers/context" value="3D &gt; 3D-lagen samenvoegen"/>
		<desc id="3D/Merge3DLayers/desc" value="Selecteer meerdere 3D-lagen met overeenkomende camera's om deze samen te voegen tot één scène met meerdere netten"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMrgtwo = charIDToTypeID( "Mrg2" ); var desc36 = new ActionDescriptor(); executeAction( idMrgtwo, desc36, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-Export3DLayer" type="Main">
		<name id="3D/Export3DLayer/name" value="3D-laag exporteren"/> 
		<context id="3D/Export3DLayer/context" value="3D &gt; 3D-laag exporteren"/>
		<desc id="3D/Export3DLayer/desc" value="Exporteer 3D-doellaag naar Collada (DAE), Google Earth (KMZ), U3D of OBJ"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idexportthreeDModel = stringIDToTypeID( "export3DModel" );    var desc22 = new ActionDescriptor();executeAction( idexportthreeDModel, desc22, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-ResumeProgressiveRender" type="Main">
		<name id="3D/ResumeProgressiveRender/name" value="Progressieve rendering hervatten"/> 
		<context id="3D/ResumeProgressiveRender/context" value="3D &gt; Progressieve rendering hervatten"/>
		<desc id="3D/ResumeProgressiveRender/desc" value="Renderen via raytracering hervatten"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idresumeFinalthreeDRender = stringIDToTypeID( "resumeFinal3DRender" ); var desc2166 = new ActionDescriptor(); executeAction( idresumeFinalthreeDRender, desc2166, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-ProgressiveRenderSelection" type="Main">
		<name id="3D/ProgressiveRenderSelection/name" value="Selectie voor progressieve rendering"/> 
		<context id="3D/ProgressiveRenderSelection/context" value="3D &gt; Selectie voor progressieve rendering"/>
		<desc id="3D/ProgressiveRenderSelection/desc" value="Raytracering alleen uitvoeren op de huidige selectie"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idrenderthreeDSelection = stringIDToTypeID( "render3DSelection" ); var desc2167 = new ActionDescriptor(); executeAction( idrenderthreeDSelection, desc2167, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-Rasterize" type="Main">
		<name id="3D/Rasterize/name" value="Omzetten naar pixels"/> 
		<context id="3D/Rasterize/context" value="3D &gt; Omzetten in pixels"/>
		<desc id="3D/Rasterize/desc" value="De 3D-laag omzetten in een standaard 2D-pixellaag"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idrasterizeLayer = stringIDToTypeID( "rasterizeLayer" ); var desc227 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref62 = new ActionReference(); var idLyr = charIDToTypeID( "Lyr " ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref62.putEnumerated( idLyr, idOrdn, idTrgt ); desc227.putReference( idnull, ref62 ); var idWhat = charIDToTypeID( "What" ); var idrasterizeItem = stringIDToTypeID( "rasterizeItem" ); var idlayerthreeD = stringIDToTypeID( "layer3D" ); desc227.putEnumerated( idWhat, idrasterizeItem, idlayerthreeD ); executeAction( idrasterizeLayer, desc227, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-ProofSetup-Custom" type="Main">
		<name id="View/ProofSetup/Custom/name" value="Aangepast"/> 
		<context id="View/ProofSetup/Custom/context" value="Weergave &gt; Instellen proef &gt; Aangepast"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idproofSetup = stringIDToTypeID( "proofSetup" ); var desc48 = new ActionDescriptor(); executeAction( idproofSetup, desc48, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-ProofSetup-WorkingCMYK" type="Main">
		<name id="View/ProofSetup/WorkingCMYK/name" value="Tijdelijk CMYK"/> 
		<context id="View/ProofSetup/WorkingCMYK/context" value="Weergave &gt; Instellen proef &gt; Tijdelijk CMYK"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idproofSetup = stringIDToTypeID( "proofSetup" ); var desc49 = new ActionDescriptor(); var idBltn = charIDToTypeID( "Bltn" ); var idbuiltinProof = stringIDToTypeID( "builtinProof" ); var idproofCMYK = stringIDToTypeID( "proofCMYK" ); desc49.putEnumerated( idBltn, idbuiltinProof, idproofCMYK ); executeAction( idproofSetup, desc49, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-ProofSetup-WorkingCyanPlate" type="Main">
		<name id="View/ProofSetup/WorkingCyanPlate/name" value="Tijdelijke cyaanplaat"/> 
		<context id="View/ProofSetup/WorkingCyanPlate/context" value="Weergave &gt; Instellen proef &gt; Tijdelijke cyaanplaat"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idproofSetup = stringIDToTypeID( "proofSetup" ); var desc50 = new ActionDescriptor(); var idBltn = charIDToTypeID( "Bltn" ); var idbuiltinProof = stringIDToTypeID( "builtinProof" ); var idproofCyan = stringIDToTypeID( "proofCyan" ); desc50.putEnumerated( idBltn, idbuiltinProof, idproofCyan ); executeAction( idproofSetup, desc50, DialogModes.NO);} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-ProofSetup-WorkingMagentaPlate" type="Main">
		<name id="View/ProofSetup/WorkingMagentaPlate/name" value="Tijdelijke magentaplaat"/> 
		<context id="View/ProofSetup/WorkingMagentaPlate/context" value="Weergave &gt; Instellen proef &gt; Tijdelijke magentaplaat"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idproofSetup = stringIDToTypeID( "proofSetup" ); var desc51 = new ActionDescriptor(); var idBltn = charIDToTypeID( "Bltn" ); var idbuiltinProof = stringIDToTypeID( "builtinProof" ); var idproofMagenta = stringIDToTypeID( "proofMagenta" ); desc51.putEnumerated( idBltn, idbuiltinProof, idproofMagenta ); executeAction( idproofSetup, desc51, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-ProofSetup-WorkingYellowPlate" type="Main">
		<name id="View/ProofSetup/WorkingYellowPlate/name" value="Tijdelijke geelplaat"/> 
		<context id="View/ProofSetup/WorkingYellowPlate/context" value="Weergave &gt; Instellen proef &gt; Tijdelijke geelplaat"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idproofSetup = stringIDToTypeID( "proofSetup" ); var desc52 = new ActionDescriptor(); var idBltn = charIDToTypeID( "Bltn" ); var idbuiltinProof = stringIDToTypeID( "builtinProof" ); var idproofYellow = stringIDToTypeID( "proofYellow" ); desc52.putEnumerated( idBltn, idbuiltinProof, idproofYellow ); executeAction( idproofSetup, desc52, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-ProofSetup-WorkingBlackPlate" type="Main">
		<name id="View/ProofSetup/WorkingBlackPlate/name" value="Tijdelijke zwartplaat"/> 
		<context id="View/ProofSetup/WorkingBlackPlate/context" value="Weergave &gt; Instellen proef &gt; Tijdelijke zwartplaat"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idproofSetup = stringIDToTypeID( "proofSetup" ); var desc53 = new ActionDescriptor(); var idBltn = charIDToTypeID( "Bltn" ); var idbuiltinProof = stringIDToTypeID( "builtinProof" ); var idproofBlack = stringIDToTypeID( "proofBlack" ); desc53.putEnumerated( idBltn, idbuiltinProof, idproofBlack ); executeAction( idproofSetup, desc53, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-ProofSetup-WorkingCMYPlates" type="Main">
		<name id="View/ProofSetup/WorkingCMYPlates/name" value="Tijdelijke CMY-platen"/> 
		<context id="View/ProofSetup/WorkingCMYPlates/context" value="Weergave &gt; Instellen proef &gt; Tijdelijke CMY-platen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idproofSetup = stringIDToTypeID( "proofSetup" ); var desc54 = new ActionDescriptor(); var idBltn = charIDToTypeID( "Bltn" ); var idbuiltinProof = stringIDToTypeID( "builtinProof" ); var idproofCMY = stringIDToTypeID( "proofCMY" ); desc54.putEnumerated( idBltn, idbuiltinProof, idproofCMY ); executeAction( idproofSetup, desc54, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-ProofSetup-MonitorRGB" type="Main">
		<name id="View/ProofSetup/MonitorRGB/name" value="Monitor RGB"/> 
		<context id="View/ProofSetup/MonitorRGB/context" value="Weergave &gt; Instellen proef &gt; Monitor-RGB"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idproofSetup = stringIDToTypeID( "proofSetup" ); var desc57 = new ActionDescriptor(); var idBltn = charIDToTypeID( "Bltn" ); var idbuiltinProof = stringIDToTypeID( "builtinProof" ); var idproofMonitor = stringIDToTypeID( "proofMonitor" ); desc57.putEnumerated( idBltn, idbuiltinProof, idproofMonitor ); executeAction( idproofSetup, desc57, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-ColorBlindP" type="Main">
		<name id="View/ColorBlindP/name" value="Kleurenblindheid - protanopia"/> 
		<context id="View/ColorBlindP/context" value="Weergave &gt; Kleurenblindheid - protanopia"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idproofSetup = stringIDToTypeID( "proofSetup" );    var desc29 = new ActionDescriptor();    var idBltn = charIDToTypeID( "Bltn" );    var idbuiltinProof = stringIDToTypeID( "builtinProof" );    var idproofProtanopia = stringIDToTypeID( "proofProtanopia" );    desc29.putEnumerated( idBltn, idbuiltinProof, idproofProtanopia );executeAction( idproofSetup, desc29, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-ColorBlindD" type="Main">
		<name id="View/ColorBlindD/name" value="Kleurenblindheid - deuteranopia"/> 
		<context id="View/ColorBlindD/context" value="Weergave &gt; Kleurenblindheid - deuteranopia"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idproofSetup = stringIDToTypeID( "proofSetup" );    var desc30 = new ActionDescriptor();    var idBltn = charIDToTypeID( "Bltn" );    var idbuiltinProof = stringIDToTypeID( "builtinProof" );    var idproofDeuteranopia = stringIDToTypeID( "proofDeuteranopia" );    desc30.putEnumerated( idBltn, idbuiltinProof, idproofDeuteranopia );executeAction( idproofSetup, desc30, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-ProofColors" type="Main">
		<name id="View/ProofColors/name" value="Kleuren proefdrukken"/> 
		<context id="View/ProofColors/context" value="Weergave &gt; Kleuren proefdrukken"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc58 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref38 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtoggleProofColors = stringIDToTypeID( "toggleProofColors" ); ref38.putEnumerated( idMn, idMnIt, idtoggleProofColors ); desc58.putReference( idnull, ref38 ); executeAction( idslct, desc58, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-GamutWarning" type="Main">
		<name id="View/GamutWarning/name" value="Kleuromvangwaarschuwing"/> 
		<context id="View/GamutWarning/context" value="Weergave &gt; Kleuromvangwaarschuwing"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc59 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref39 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTglG = charIDToTypeID( "TglG" ); ref39.putEnumerated( idMn, idMnIt, idTglG ); desc59.putReference( idnull, ref39 ); executeAction( idslct, desc59, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-PixelAspectRatioCorrection" type="Main">
		<name id="View/PixelAspectRatioCorrection/name" value="Correctie pixelverhouding"/> 
		<context id="View/PixelAspectRatioCorrection/context" value="Weergave &gt; Correctie pixelverhouding"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc60 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref40 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtoggleProofVideo = stringIDToTypeID( "toggleProofVideo" ); ref40.putEnumerated( idMn, idMnIt, idtoggleProofVideo ); desc60.putReference( idnull, ref40 ); executeAction( idslct, desc60, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-CustomPixelAspectRatio" type="Main">
		<name id="View/CustomPixelAspectRatio/name" value="Aangepaste pixelverhoudingen"/> 
		<context id="View/CustomPixelAspectRatio/context" value="Weergave &gt; Pixelverhouding &gt; Aangepaste pixelverhoudingen"/>
		<desc id="View/CustomPixelAspectRatio/desc" value="Definieer een specifieke verhouding voor uw afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc128 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref70 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idcustomScaleFactor = stringIDToTypeID( "customScaleFactor" ); ref70.putEnumerated( idMn, idMnIt, idcustomScaleFactor ); desc128.putReference( idnull, ref70 ); executeAction( idslct, desc128, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-DeletePixelAspectRatio" type="Main">
		<name id="View/DeletePixelAspectRatio/name" value="Pixelverhoudingen verwijderen"/> 
		<context id="View/DeletePixelAspectRatio/context" value="Weergave &gt; Pixelverhouding &gt; Pixelverhoudingen verwijderen"/>
		<desc id="View/DeletePixelAspectRatio/desc" value="Maak een aangepaste verhouding in een afbeelding ongedaan of verwijder deze"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc129 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref71 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var iddeleteScaleFactor = stringIDToTypeID( "deleteScaleFactor" ); ref71.putEnumerated( idMn, idMnIt, iddeleteScaleFactor ); desc129.putReference( idnull, ref71 ); executeAction( idslct, desc129, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-ResetPixelAspectRatios" type="Main">
		<name id="View/ResetPixelAspectRatios/name" value="Pixelverhoudingen herstellen"/> 
		<context id="View/ResetPixelAspectRatios/context" value="Weergave &gt; Pixelverhouding &gt; Pixelverhoudingen herstellen"/>
		<desc id="View/ResetPixelAspectRatios/desc" value="Herstel de standaardverhouding van de afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc130 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref72 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idresetScaleFactor = stringIDToTypeID( "resetScaleFactor" ); ref72.putEnumerated( idMn, idMnIt, idresetScaleFactor ); desc130.putReference( idnull, ref72 ); executeAction( idslct, desc130, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-Square" type="Main">
		<name id="View/Square/name" value="Vierkant"/> 
		<context id="View/Square/context" value="Weergave &gt; Pixelverhouding &gt; Vierkant"/>
		<desc id="View/Square/desc" value="Pas een vierkante verhouding toe op een afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc131 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref73 = new ActionReference(); var idPrpr = charIDToTypeID( "Prpr" ); var idpixelScaleFactor = stringIDToTypeID( "pixelScaleFactor" ); ref73.putProperty( idPrpr, idpixelScaleFactor ); var idDcmn = charIDToTypeID( "Dcmn" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref73.putEnumerated( idDcmn, idOrdn, idTrgt ); desc131.putReference( idnull, ref73 ); var idT = charIDToTypeID( "T   " ); var desc132 = new ActionDescriptor(); var idVl = charIDToTypeID( "Vl  " ); desc132.putDouble( idVl, 1.000000 ); var idNm = charIDToTypeID( "Nm  " ); desc132.putString( idNm, "Square Pixels" ); var idpixelScaleFactor = stringIDToTypeID( "pixelScaleFactor" ); desc131.putObject( idT, idpixelScaleFactor, desc132 ); executeAction( idsetd, desc131, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-D1/DVNTSC(0.9)" type="Main">
		<name id="View/D1/DVNTSC(0.9)/name" value="D1/DV NTSC (0.9)"/> 
		<context id="View/D1/DVNTSC(0.9)/context" value="Weergave &gt; Pixelverhouding &gt; D1/DV NTSC (0.9)"/>
		<desc id="View/D1/DVNTSC(0.9)/desc" value="Pas een NTSC-verhouding toe op uw afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc133 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref74 = new ActionReference(); var idPrpr = charIDToTypeID( "Prpr" ); var idpixelScaleFactor = stringIDToTypeID( "pixelScaleFactor" ); ref74.putProperty( idPrpr, idpixelScaleFactor ); var idDcmn = charIDToTypeID( "Dcmn" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref74.putEnumerated( idDcmn, idOrdn, idTrgt ); desc133.putReference( idnull, ref74 ); var idT = charIDToTypeID( "T   " ); var desc134 = new ActionDescriptor(); var idVl = charIDToTypeID( "Vl  " ); desc134.putDouble( idVl, 0.909100 ); var idNm = charIDToTypeID( "Nm  " ); desc134.putString( idNm, "D1/DV NTSC" ); var idpixelScaleFactor = stringIDToTypeID( "pixelScaleFactor" ); desc133.putObject( idT, idpixelScaleFactor, desc134 ); executeAction( idsetd, desc133, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-D1/DVPAL(1.07)" type="Main">
		<name id="View/D1/DVPAL(1.07)/name" value="D1/DV PAL (1.07)"/> 
		<context id="View/D1/DVPAL(1.07)/context" value="Weergave &gt; Pixelverhouding &gt; D1/DV PAL (1.07)"/>
		<desc id="View/D1/DVPAL(1.07)/desc" value="Pas een PAL-verhouding toe op uw afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc135 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref75 = new ActionReference(); var idPrpr = charIDToTypeID( "Prpr" ); var idpixelScaleFactor = stringIDToTypeID( "pixelScaleFactor" ); ref75.putProperty( idPrpr, idpixelScaleFactor ); var idDcmn = charIDToTypeID( "Dcmn" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref75.putEnumerated( idDcmn, idOrdn, idTrgt ); desc135.putReference( idnull, ref75 ); var idT = charIDToTypeID( "T   " ); var desc136 = new ActionDescriptor(); var idVl = charIDToTypeID( "Vl  " ); desc136.putDouble( idVl, 1.094000 ); var idNm = charIDToTypeID( "Nm  " ); desc136.putString( idNm, "D1/DV PAL" ); var idpixelScaleFactor = stringIDToTypeID( "pixelScaleFactor" ); desc135.putObject( idT, idpixelScaleFactor, desc136 ); executeAction( idsetd, desc135, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-D1/DVNTSCWidescreen(1.2)" type="Main">
		<name id="View/D1/DVNTSCWidescreen(1.2)/name" value="D1/DV NTSC breedbeeld (1.2)"/> 
		<context id="View/D1/DVNTSCWidescreen(1.2)/context" value="Weergave &gt; Pixelverhouding &gt; D1/DV NTSC breedbeeld (1.2)"/>
		<desc id="View/D1/DVNTSCWidescreen(1.2)/desc" value="Pas een NTSC-breedbeeldverhouding toe op uw afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc137 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref76 = new ActionReference(); var idPrpr = charIDToTypeID( "Prpr" ); var idpixelScaleFactor = stringIDToTypeID( "pixelScaleFactor" ); ref76.putProperty( idPrpr, idpixelScaleFactor ); var idDcmn = charIDToTypeID( "Dcmn" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref76.putEnumerated( idDcmn, idOrdn, idTrgt ); desc137.putReference( idnull, ref76 ); var idT = charIDToTypeID( "T   " ); var desc138 = new ActionDescriptor(); var idVl = charIDToTypeID( "Vl  " ); desc138.putDouble( idVl, 1.212100 ); var idNm = charIDToTypeID( "Nm  " ); desc138.putString( idNm, "D1/DV NTSC Widescreen" ); var idpixelScaleFactor = stringIDToTypeID( "pixelScaleFactor" ); desc137.putObject( idT, idpixelScaleFactor, desc138 ); executeAction( idsetd, desc137, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-HDV1080/DVCPROHD720(1.33)" type="Main">
		<name id="View/HDV1080/DVCPROHD720(1.33)/name" value="HDV 1080/DVCPRO HD 720 (1.33)"/> 
		<context id="View/HDV1080/DVCPROHD720(1.33)/context" value="Weergave &gt; Pixelverhouding &gt; HDV 1080/DVCPRO HD 720 (1.33)"/>
		<desc id="View/HDV1080/DVCPROHD720(1.33)/desc" value="Pas een DVCPRO HD-verhouding toe op uw afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc139 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref77 = new ActionReference(); var idPrpr = charIDToTypeID( "Prpr" ); var idpixelScaleFactor = stringIDToTypeID( "pixelScaleFactor" ); ref77.putProperty( idPrpr, idpixelScaleFactor ); var idDcmn = charIDToTypeID( "Dcmn" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref77.putEnumerated( idDcmn, idOrdn, idTrgt ); desc139.putReference( idnull, ref77 ); var idT = charIDToTypeID( "T   " ); var desc140 = new ActionDescriptor(); var idVl = charIDToTypeID( "Vl  " ); desc140.putDouble( idVl, 1.333000 ); var idNm = charIDToTypeID( "Nm  " ); desc140.putString( idNm, "HDV 1080/DVCPRO HD 720" ); var idpixelScaleFactor = stringIDToTypeID( "pixelScaleFactor" ); desc139.putObject( idT, idpixelScaleFactor, desc140 ); executeAction( idsetd, desc139, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-D1/DVPALWidescreen(1.42)" type="Main">
		<name id="View/D1/DVPALWidescreen(1.42)/name" value="D1/DV PAL breedbeeld (1.42)"/> 
		<context id="View/D1/DVPALWidescreen(1.42)/context" value="Weergave &gt; Pixelverhouding &gt; D1/DV PAL breedbeeld (1.42)"/>
		<desc id="View/D1/DVPALWidescreen(1.42)/desc" value="Pas een PAL-breedbeeldverhouding toe op uw afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc141 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref78 = new ActionReference(); var idPrpr = charIDToTypeID( "Prpr" ); var idpixelScaleFactor = stringIDToTypeID( "pixelScaleFactor" ); ref78.putProperty( idPrpr, idpixelScaleFactor ); var idDcmn = charIDToTypeID( "Dcmn" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref78.putEnumerated( idDcmn, idOrdn, idTrgt ); desc141.putReference( idnull, ref78 ); var idT = charIDToTypeID( "T   " ); var desc142 = new ActionDescriptor(); var idVl = charIDToTypeID( "Vl  " ); desc142.putDouble( idVl, 1.458700 ); var idNm = charIDToTypeID( "Nm  " ); desc142.putString( idNm, "D1/DV PAL Widescreen" ); var idpixelScaleFactor = stringIDToTypeID( "pixelScaleFactor" ); desc141.putObject( idT, idpixelScaleFactor, desc142 ); executeAction( idsetd, desc141, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-Anamorphic2:1(2)" type="Main">
		<name id="View/Anamorphic2:1(2)/name" value="Anamorfotisch 2:1 (2)"/> 
		<context id="View/Anamorphic2:1(2)/context" value="Weergave &gt; Pixelverhouding &gt; Anamorfotisch 2:1 (2)"/>
		<desc id="View/Anamorphic2:1(2)/desc" value="Pas een anamorfotische verhouding toe op uw afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc143 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref79 = new ActionReference(); var idPrpr = charIDToTypeID( "Prpr" ); var idpixelScaleFactor = stringIDToTypeID( "pixelScaleFactor" ); ref79.putProperty( idPrpr, idpixelScaleFactor ); var idDcmn = charIDToTypeID( "Dcmn" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref79.putEnumerated( idDcmn, idOrdn, idTrgt ); desc143.putReference( idnull, ref79 ); var idT = charIDToTypeID( "T   " ); var desc144 = new ActionDescriptor(); var idVl = charIDToTypeID( "Vl  " ); desc144.putDouble( idVl, 2.000000 ); var idNm = charIDToTypeID( "Nm  " ); desc144.putString( idNm, "Anamorphic 2:1" ); var idpixelScaleFactor = stringIDToTypeID( "pixelScaleFactor" ); desc143.putObject( idT, idpixelScaleFactor, desc144 ); executeAction( idsetd, desc143, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-DVCPROHD1080(1.5)" type="Main">
		<name id="View/DVCPROHD1080(1.5)/name" value="DVCPRO HD 1080 (1.5)"/> 
		<context id="View/DVCPROHD1080(1.5)/context" value="Weergave &gt; Pixelverhouding &gt; DVCPRO HD 1080 (1.5)"/>
		<desc id="View/DVCPROHD1080(1.5)/desc" value="Pas een DVCPRO HD 1080-verhouding toe op uw afbeelding"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc145 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref80 = new ActionReference(); var idPrpr = charIDToTypeID( "Prpr" ); var idpixelScaleFactor = stringIDToTypeID( "pixelScaleFactor" ); ref80.putProperty( idPrpr, idpixelScaleFactor ); var idDcmn = charIDToTypeID( "Dcmn" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref80.putEnumerated( idDcmn, idOrdn, idTrgt ); desc145.putReference( idnull, ref80 ); var idT = charIDToTypeID( "T   " ); var desc146 = new ActionDescriptor(); var idVl = charIDToTypeID( "Vl  " ); desc146.putDouble( idVl, 1.500000 ); var idNm = charIDToTypeID( "Nm  " ); desc146.putString( idNm, "DVCPRO HD 1080" ); var idpixelScaleFactor = stringIDToTypeID( "pixelScaleFactor" ); desc145.putObject( idT, idpixelScaleFactor, desc146 ); executeAction( idsetd, desc145, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-32-bitPreviewOptions" type="Main">
		<name id="View/32-bitPreviewOptions/name" value="Opties 32-bits voorvertoning"/> 
		<context id="View/32-bitPreviewOptions/context" value="Weergave &gt; Opties 32-bits voorvertoning"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc61 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref41 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idhdrOptions = stringIDToTypeID( "hdrOptions" ); ref41.putEnumerated( idMn, idMnIt, idhdrOptions ); desc61.putReference( idnull, ref41 ); executeAction( idslct, desc61, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-ZoomIn" type="Main">
		<name id="View/ZoomIn/name" value="Inzoomen"/> 
		<context id="View/ZoomIn/context" value="Weergave &gt; Inzoomen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc62 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref42 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idZmIn = charIDToTypeID( "ZmIn" ); ref42.putEnumerated( idMn, idMnIt, idZmIn ); desc62.putReference( idnull, ref42 ); executeAction( idslct, desc62, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-ZoomOut" type="Main">
		<name id="View/ZoomOut/name" value="Uitzoomen"/> 
		<context id="View/ZoomOut/context" value="Weergave &gt; Uitzoomen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc63 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref43 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idZmOt = charIDToTypeID( "ZmOt" ); ref43.putEnumerated( idMn, idMnIt, idZmOt ); desc63.putReference( idnull, ref43 ); executeAction( idslct, desc63, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-FitonScreen" type="Main">
		<name id="View/FitonScreen/name" value="In venster"/> 
		<context id="View/FitonScreen/context" value="Weergave &gt; In venster"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc64 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref44 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idFtOn = charIDToTypeID( "FtOn" ); ref44.putEnumerated( idMn, idMnIt, idFtOn ); desc64.putReference( idnull, ref44 ); executeAction( idslct, desc64, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-ActualPixels" type="Main">
		<name id="View/ActualPixels/name" value="Werkelijke pixels"/> 
		<context id="View/ActualPixels/context" value="Weergave &gt; Werkelijke pixels"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc65 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref45 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idActP = charIDToTypeID( "ActP" ); ref45.putEnumerated( idMn, idMnIt, idActP ); desc65.putReference( idnull, ref45 ); executeAction( idslct, desc65, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-PrintSize" type="Main">
		<name id="View/PrintSize/name" value="Afdrukgrootte"/> 
		<context id="View/PrintSize/context" value="Weergave &gt; Afdrukgrootte"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc66 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref46 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idPrnS = charIDToTypeID( "PrnS" ); ref46.putEnumerated( idMn, idMnIt, idPrnS ); desc66.putReference( idnull, ref46 ); executeAction( idslct, desc66, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-ScreenMode-StandardScreenMode" type="Main">
		<name id="View/ScreenMode/StandardScreenMode/name" value="Modus Standaardscherm"/> 
		<context id="View/ScreenMode/StandardScreenMode/context" value="Weergave &gt; Schermmodus &gt; Modus Standaardscherm"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc67 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref47 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idscreenModeStandard = stringIDToTypeID( "screenModeStandard" ); ref47.putEnumerated( idMn, idMnIt, idscreenModeStandard ); desc67.putReference( idnull, ref47 ); executeAction( idslct, desc67, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-ScreenMode-FullScreenModeWithMenuBar" type="Main">
		<name id="View/ScreenMode/FullScreenModeWithMenuBar/name" value="Modus Volledig scherm met menubalk"/> 
		<context id="View/ScreenMode/FullScreenModeWithMenuBar/context" value="Weergave &gt; Schermmodus &gt; Modus Volledig scherm met menubalk"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc69 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref49 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idscreenModeFullScreenWithMenubar = stringIDToTypeID( "screenModeFullScreenWithMenubar" ); ref49.putEnumerated( idMn, idMnIt, idscreenModeFullScreenWithMenubar ); desc69.putReference( idnull, ref49 ); executeAction( idslct, desc69, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-ScreenMode-FullScreenMode" type="Main">
		<name id="View/ScreenMode/FullScreenMode/name" value="Modus Volledig scherm"/> 
		<context id="View/ScreenMode/FullScreenMode/context" value="Weergave &gt; Schermmodus &gt; Modus Volledig scherm"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc70 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref50 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idscreenModeFullScreen = stringIDToTypeID( "screenModeFullScreen" ); ref50.putEnumerated( idMn, idMnIt, idscreenModeFullScreen ); desc70.putReference( idnull, ref50 ); executeAction( idslct, desc70, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-Extras" type="Main">
		<name id="View/Extras/name" value="Extra's"/> 
		<context id="View/Extras/context" value="Weergave &gt; Extra's"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc71 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref51 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtoggleShowExtras = stringIDToTypeID( "toggleShowExtras" ); ref51.putEnumerated( idMn, idMnIt, idtoggleShowExtras ); desc71.putReference( idnull, ref51 ); executeAction( idslct, desc71, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-Show-LayerEdges" type="Main">
		<name id="View/Show/LayerEdges/name" value="Laagranden"/> 
		<context id="View/Show/LayerEdges/context" value="Weergave &gt; Tonen &gt; Laagranden"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc72 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref52 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtoggleLayerEdges = stringIDToTypeID( "toggleLayerEdges" ); ref52.putEnumerated( idMn, idMnIt, idtoggleLayerEdges ); desc72.putReference( idnull, ref52 ); executeAction( idslct, desc72, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-Show-SelectionEdges" type="Main">
		<name id="View/Show/SelectionEdges/name" value="Selectieranden"/> 
		<context id="View/Show/SelectionEdges/context" value="Weergave &gt; Tonen &gt; Selectieranden"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc73 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref53 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTglE = charIDToTypeID( "TglE" ); ref53.putEnumerated( idMn, idMnIt, idTglE ); desc73.putReference( idnull, ref53 ); executeAction( idslct, desc73, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-Show-TargetPath" type="Main">
		<name id="View/Show/TargetPath/name" value="Doelpad"/> 
		<context id="View/Show/TargetPath/context" value="Weergave &gt; Tonen &gt; Doelpad"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc74 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref54 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTglP = charIDToTypeID( "TglP" ); ref54.putEnumerated( idMn, idMnIt, idTglP ); desc74.putReference( idnull, ref54 ); executeAction( idslct, desc74, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-Show-Grid" type="Main">
		<name id="View/Show/Grid/name" value="Raster"/> 
		<context id="View/Show/Grid/context" value="Weergave &gt; Tonen &gt; Raster"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc75 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref55 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTgGr = charIDToTypeID( "TgGr" ); ref55.putEnumerated( idMn, idMnIt, idTgGr ); desc75.putReference( idnull, ref55 ); executeAction( idslct, desc75, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-Show-Guides" type="Main">
		<name id="View/Show/Guides/name" value="Hulplijnen"/> 
		<context id="View/Show/Guides/context" value="Weergave &gt; Tonen &gt; Hulplijnen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc76 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref56 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTgld = charIDToTypeID( "Tgld" ); ref56.putEnumerated( idMn, idMnIt, idTgld ); desc76.putReference( idnull, ref56 ); executeAction( idslct, desc76, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-Show-Count" type="Main">
		<name id="View/Show/Count/name" value="Aantal"/> 
		<context id="View/Show/Count/context" value="Weergave &gt; Tonen &gt; Tellen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc77 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref57 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtoggleCount = stringIDToTypeID( "toggleCount" ); ref57.putEnumerated( idMn, idMnIt, idtoggleCount ); desc77.putReference( idnull, ref57 ); executeAction( idslct, desc77, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-Show-SmartGuides" type="Main">
		<name id="View/Show/SmartGuides/name" value="Slimme hulplijnen"/> 
		<context id="View/Show/SmartGuides/context" value="Weergave &gt; Tonen &gt; Slimme hulplijnen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc78 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref58 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtoggleSmartGuides = stringIDToTypeID( "toggleSmartGuides" ); ref58.putEnumerated( idMn, idMnIt, idtoggleSmartGuides ); desc78.putReference( idnull, ref58 ); executeAction( idslct, desc78, DialogModes.NO);} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-Show-Slices" type="Main">
		<name id="View/Show/Slices/name" value="Segmenten"/> 
		<context id="View/Show/Slices/context" value="Weergave &gt; Tonen &gt; Segmenten"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc79 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref59 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtoggleSlices = stringIDToTypeID( "toggleSlices" ); ref59.putEnumerated( idMn, idMnIt, idtoggleSlices ); desc79.putReference( idnull, ref59 ); executeAction( idslct, desc79, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-Show-Annotations" type="Main">
		<name id="View/Show/Annotations/name" value="Notities"/> 
		<context id="View/Show/Annotations/context" value="Weergave &gt; Tonen &gt; Notities"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc80 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref60 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTgAn = charIDToTypeID( "TgAn" ); ref60.putEnumerated( idMn, idMnIt, idTgAn ); desc80.putReference( idnull, ref60 ); executeAction( idslct, desc80, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-Show-All" type="Main">
		<name id="View/Show/All/name" value="Alles"/> 
		<context id="View/Show/All/context" value="Weergave &gt; Tonen &gt; Alles"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc81 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref61 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idshowAll = stringIDToTypeID( "showAll" ); ref61.putEnumerated( idMn, idMnIt, idshowAll ); desc81.putReference( idnull, ref61 ); executeAction( idslct, desc81, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-Show-None" type="Main">
		<name id="View/Show/None/name" value="Geen"/> 
		<context id="View/Show/None/context" value="Weergave &gt; Tonen &gt; Geen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc82 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref62 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idshowNone = stringIDToTypeID( "showNone" ); ref62.putEnumerated( idMn, idMnIt, idshowNone ); desc82.putReference( idnull, ref62 ); executeAction( idslct, desc82, DialogModes.NO);} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-Show-ShowExtrasOptions" type="Main">
		<name id="View/Show/ShowExtrasOptions/name" value="Opties Extra's tonen"/> 
		<context id="View/Show/ShowExtrasOptions/context" value="Weergave &gt; Tonen &gt; Opties Extra's tonen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc83 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref63 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idshowHideOptions = stringIDToTypeID( "showHideOptions" ); ref63.putEnumerated( idMn, idMnIt, idshowHideOptions ); desc83.putReference( idnull, ref63 ); executeAction( idslct, desc83, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-Rulers" type="Main">
		<name id="View/Rulers/name" value="Linialen"/> 
		<context id="View/Rulers/context" value="Weergave &gt; Linialen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc84 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref64 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTglR = charIDToTypeID( "TglR" ); ref64.putEnumerated( idMn, idMnIt, idTglR ); desc84.putReference( idnull, ref64 ); executeAction( idslct, desc84, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-Snap" type="Main">
		<name id="View/Snap/name" value="Magnetisch"/> 
		<context id="View/Snap/context" value="Weergave &gt; Magnetisch"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc85 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref65 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idsnap = stringIDToTypeID( "snap" ); ref65.putEnumerated( idMn, idMnIt, idsnap ); desc85.putReference( idnull, ref65 ); executeAction( idslct, desc85, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-SnapTo-Guides" type="Main">
		<name id="View/SnapTo/Guides/name" value="Hulplijnen"/> 
		<context id="View/SnapTo/Guides/context" value="Weergave &gt; Magnetisch &gt; Hulplijnen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc86 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref66 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idsnapToGuides = stringIDToTypeID( "snapToGuides" ); ref66.putEnumerated( idMn, idMnIt, idsnapToGuides ); desc86.putReference( idnull, ref66 ); executeAction( idslct, desc86, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-SnapTo-Grid" type="Main">
		<name id="View/SnapTo/Grid/name" value="Raster"/> 
		<context id="View/SnapTo/Grid/context" value="Weergave &gt; Magnetisch &gt; Raster"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc87 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref67 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idsnapToGrid = stringIDToTypeID( "snapToGrid" ); ref67.putEnumerated( idMn, idMnIt, idsnapToGrid ); desc87.putReference( idnull, ref67 ); executeAction( idslct, desc87, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-SnapTo-Layers" type="Main">
		<name id="View/SnapTo/Layers/name" value="Lagen"/> 
		<context id="View/SnapTo/Layers/context" value="Weergave &gt; Magnetisch &gt; Lagen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc88 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref68 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idsnapToLayerBounds = stringIDToTypeID( "snapToLayerBounds" ); ref68.putEnumerated( idMn, idMnIt, idsnapToLayerBounds ); desc88.putReference( idnull, ref68 ); executeAction( idslct, desc88, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-SnapTo-Slices" type="Main">
		<name id="View/SnapTo/Slices/name" value="Segmenten"/> 
		<context id="View/SnapTo/Slices/context" value="Weergave &gt; Magnetisch &gt; Segmenten"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc89 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref69 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idsnapToSlices = stringIDToTypeID( "snapToSlices" ); ref69.putEnumerated( idMn, idMnIt, idsnapToSlices ); desc89.putReference( idnull, ref69 ); executeAction( idslct, desc89, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-SnapTo-DocumentBounds" type="Main">
		<name id="View/SnapTo/DocumentBounds/name" value="Documentgrenzen"/> 
		<context id="View/SnapTo/DocumentBounds/context" value="Weergave &gt; Magnetisch &gt; Documentgrenzen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc90 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref70 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idsnapToDocBounds = stringIDToTypeID( "snapToDocBounds" ); ref70.putEnumerated( idMn, idMnIt, idsnapToDocBounds ); desc90.putReference( idnull, ref70 ); executeAction( idslct, desc90, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-SnapTo-All" type="Main">
		<name id="View/SnapTo/All/name" value="Alles"/> 
		<context id="View/SnapTo/All/context" value="Weergave &gt; Magnetisch &gt; Alles"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc91 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref71 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idsnapAll = stringIDToTypeID( "snapAll" ); ref71.putEnumerated( idMn, idMnIt, idsnapAll ); desc91.putReference( idnull, ref71 ); executeAction( idslct, desc91, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-SnapTo-None" type="Main">
		<name id="View/SnapTo/None/name" value="Geen"/> 
		<context id="View/SnapTo/None/context" value="Weergave &gt; Magnetisch &gt; Geen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc92 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref72 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idsnapNone = stringIDToTypeID( "snapNone" ); ref72.putEnumerated( idMn, idMnIt, idsnapNone ); desc92.putReference( idnull, ref72 ); executeAction( idslct, desc92, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-LockGuides" type="Main">
		<name id="View/LockGuides/name" value="Hulplijnen vergrendelen"/> 
		<context id="View/LockGuides/context" value="Weergave &gt; Hulplijnen vergrendelen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc93 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref73 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTglL = charIDToTypeID( "TglL" ); ref73.putEnumerated( idMn, idMnIt, idTglL ); desc93.putReference( idnull, ref73 ); executeAction( idslct, desc93, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-ClearGuides" type="Main">
		<name id="View/ClearGuides/name" value="Hulplijnen wissen"/> 
		<context id="View/ClearGuides/context" value="Weergave &gt; Hulplijnen wissen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc94 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref74 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idClrG = charIDToTypeID( "ClrG" ); ref74.putEnumerated( idMn, idMnIt, idClrG ); desc94.putReference( idnull, ref74 ); executeAction( idslct, desc94, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-NewGuide" type="Main">
		<name id="View/NewGuide/name" value="Nieuwe hulplijn"/> 
		<context id="View/NewGuide/context" value="Weergave &gt; Nieuwe hulplijn"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc95 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref75 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idnewGuide = stringIDToTypeID( "newGuide" ); ref75.putEnumerated( idMn, idMnIt, idnewGuide ); desc95.putReference( idnull, ref75 ); executeAction( idslct, desc95, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-LockSlices" type="Main">
		<name id="View/LockSlices/name" value="Segmenten vergrendelen"/> 
		<context id="View/LockSlices/context" value="Weergave &gt; Segmenten vergrendelen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc96 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref76 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtoggleLockSlices = stringIDToTypeID( "toggleLockSlices" ); ref76.putEnumerated( idMn, idMnIt, idtoggleLockSlices ); desc96.putReference( idnull, ref76 ); executeAction( idslct, desc96, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-ClearSlices" type="Main">
		<name id="View/ClearSlices/name" value="Segmenten wissen"/> 
		<context id="View/ClearSlices/context" value="Weergave &gt; Segmenten wissen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc97 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref77 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idclearSlices = stringIDToTypeID( "clearSlices" ); ref77.putEnumerated( idMn, idMnIt, idclearSlices ); desc97.putReference( idnull, ref77 ); executeAction( idslct, desc97, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Arrange-Cascade" type="Main">
		<name id="Window/Arrange/Cascade/name" value="Trapsgewijs"/> 
		<context id="Window/Arrange/Cascade/context" value="Venster &gt; Ordenen &gt; Trapsgewijs"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc98 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref78 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idCscd = charIDToTypeID( "Cscd" ); ref78.putEnumerated( idMn, idMnIt, idCscd ); desc98.putReference( idnull, ref78 ); executeAction( idslct, desc98, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Arrange-Tile" type="Main">
		<name id="Window/Arrange/Tile/name" value="Naast elkaar"/> 
		<context id="Window/Arrange/Tile/context" value="Venster &gt; Ordenen &gt; Naast elkaar"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc161 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref43 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTile = charIDToTypeID( "Tile" ); ref43.putEnumerated( idMn, idMnIt, idTile ); desc161.putReference( idnull, ref43 ); executeAction( idslct, desc161, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Arrange-FloatinWindow" type="Main">
		<name id="Window/Arrange/FloatinWindow/name" value="Zweven in venster"/> 
		<context id="Window/Arrange/FloatinWindow/context" value="Venster &gt; Ordenen &gt; Zweven in venster"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc8 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref4 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idfloatWindow = stringIDToTypeID( "floatWindow" ); ref4.putEnumerated( idMn, idMnIt, idfloatWindow ); desc8.putReference( idnull, ref4 ); executeAction( idslct, desc8, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Arrange-FloatAllinWindows" type="Main">
		<name id="Window/Arrange/FloatAllinWindows/name" value="Alles zweven in vensters"/> 
		<context id="Window/Arrange/FloatAllinWindows/context" value="Venster &gt; Ordenen &gt; Alles zweven in vensters"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc9 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref5 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idfloatAllWindows = stringIDToTypeID( "floatAllWindows" ); ref5.putEnumerated( idMn, idMnIt, idfloatAllWindows ); desc9.putReference( idnull, ref5 ); executeAction( idslct, desc9, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Arrange-ConsolidateAlltoTabs" type="Main">
		<name id="Window/Arrange/ConsolidateAlltoTabs/name" value="Alles tot tabbladen samenvoegen"/> 
		<context id="Window/Arrange/ConsolidateAlltoTabs/context" value="Venster &gt; Ordenen &gt; Alles tot tabbladen samenvoegen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc160 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref42 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idconsolidateAllTabs = stringIDToTypeID( "consolidateAllTabs" ); ref42.putEnumerated( idMn, idMnIt, idconsolidateAllTabs ); desc160.putReference( idnull, ref42 ); executeAction( idslct, desc160, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Arrange-MatchZoom" type="Main">
		<name id="Window/Arrange/MatchZoom/name" value="Zoomen afstemmen"/> 
		<context id="Window/Arrange/MatchZoom/context" value="Venster &gt; Ordenen &gt; Zoomen afstemmen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc101 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref81 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idmatchZoom = stringIDToTypeID( "matchZoom" ); ref81.putEnumerated( idMn, idMnIt, idmatchZoom ); desc101.putReference( idnull, ref81 ); executeAction( idslct, desc101, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Arrange-MatchLocation" type="Main">
		<name id="Window/Arrange/MatchLocation/name" value="Locatie afstemmen"/> 
		<context id="Window/Arrange/MatchLocation/context" value="Venster &gt; Ordenen &gt; Locatie afstemmen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc102 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref82 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idmatchLocation = stringIDToTypeID( "matchLocation" ); ref82.putEnumerated( idMn, idMnIt, idmatchLocation ); desc102.putReference( idnull, ref82 ); executeAction( idslct, desc102, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Arrange-MatchZoomandLocation" type="Main">
		<name id="Window/Arrange/MatchZoomandLocation/name" value="Zoomen en locatie afstemmen"/> 
		<context id="Window/Arrange/MatchZoomandLocation/context" value="Venster &gt; Ordenen &gt; Zoomen en locatie afstemmen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc103 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref83 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idmatchZoomAndLocation = stringIDToTypeID( "matchZoomAndLocation" ); ref83.putEnumerated( idMn, idMnIt, idmatchZoomAndLocation ); desc103.putReference( idnull, ref83 ); executeAction( idslct, desc103, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Arrange-NewWindow" type="Main">
		<name id="Window/Arrange/NewWindow/name" value="Nieuw venster"/> 
		<context id="Window/Arrange/NewWindow/context" value="Venster &gt; Ordenen &gt; Nieuw venster"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc104 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref84 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idNwVw = charIDToTypeID( "NwVw" ); ref84.putEnumerated( idMn, idMnIt, idNwVw ); desc104.putReference( idnull, ref84 ); executeAction( idslct, desc104, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-SaveWorkspace" type="Main">
		<name id="Window/SaveWorkspace/name" value="Werkruimte opslaan"/> 
		<context id="Window/SaveWorkspace/context" value="Venster &gt; Werkruimte &gt; Werkruimte opslaan"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc106 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref86 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idsaveWorkspace = stringIDToTypeID( "saveWorkspace" ); ref86.putEnumerated( idMn, idMnIt, idsaveWorkspace ); desc106.putReference( idnull, ref86 ); executeAction( idslct, desc106, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-DeleteWorkspace" type="Main">
		<name id="Window/DeleteWorkspace/name" value="Werkruimte verwijderen"/> 
		<context id="Window/DeleteWorkspace/context" value="Venster &gt; Werkruimte &gt; Werkruimte verwijderen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc107 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref87 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var iddeleteWorkspace = stringIDToTypeID( "deleteWorkspace" ); ref87.putEnumerated( idMn, idMnIt, iddeleteWorkspace ); desc107.putReference( idnull, ref87 ); executeAction( idslct, desc107, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-DefaultWorkspace" type="Main">
		<name id="Window/DefaultWorkspace/name" value="Standaardwerkruimte"/> 
		<context id="Window/DefaultWorkspace/context" value="Venster &gt; Werkruimte &gt; Standaardwerkruimte"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" );    var desc36 = new ActionDescriptor();    var idnull = charIDToTypeID( "null" );        var ref11 = new ActionReference();        var idworkspace = stringIDToTypeID( "workspace" );        ref11.putName( idworkspace, "Basic" );    desc36.putReference( idnull, ref11 );executeAction( idslct, desc36, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Workspace-KeyboardShortcutsandMenus" type="Main">
		<name id="Window/Workspace/KeyboardShortcutsandMenus/name" value="Sneltoetsen en menu's"/> 
		<context id="Window/Workspace/KeyboardShortcutsandMenus/context" value="Venster &gt; Werkruimte &gt; Sneltoetsen en menu's"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc112 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref92 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idcustomization = stringIDToTypeID( "customization" ); ref92.putEnumerated( idMn, idMnIt, idcustomization ); desc112.putReference( idnull, ref92 ); executeAction( idslct, desc112, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Actions" type="Main">
		<name id="Window/Actions/name" value="Handelingen"/> 
		<context id="Window/Actions/context" value="Venster &gt; Handelingen"/>
		<desc id="Window/Actions/desc" value="Geef het deelvenster Handelingen weer waarin u series gebeurtenissen kunt opnemen, afspelen en beheren"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc113 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref93 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTglA = charIDToTypeID( "TglA" ); ref93.putEnumerated( idMn, idMnIt, idTglA ); desc113.putReference( idnull, ref93 ); executeAction( idslct, desc113, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Animation" type="Main">
		<name id="Window/Animation/name" value="Animatie"/> 
		<context id="Window/Animation/context" value="Venster &gt; Animatie"/>
		<desc id="Window/Animation/desc" value="Geef het deelvenster Animatie weer waarin u frames kunt maken en door de tijd kunt navigeren"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc114 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref94 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtoggleAnimationPalette = stringIDToTypeID( "toggleAnimationPalette" ); ref94.putEnumerated( idMn, idMnIt, idtoggleAnimationPalette ); desc114.putReference( idnull, ref94 ); executeAction( idslct, desc114, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Adjustments" type="Main">
		<name id="Window/Adjustments/name" value="Aanpassingen"/> 
		<context id="Window/Adjustments/context" value="Venster &gt; Aanpassingen"/>
		<desc id="Window/Adjustments/desc" value="Geef het deelvenster Aanpassingen weer. Dit venster wordt gebruikt voor het maken en bewerken van niet-destructieve aanpassingen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc3 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref1 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtoggleAdjustmentPalette = stringIDToTypeID( "toggleAdjustmentPalette" ); ref1.putEnumerated( idMn, idMnIt, idtoggleAdjustmentPalette ); desc3.putReference( idnull, ref1 ); executeAction( idslct, desc3, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Brushes" type="Main">
		<name id="Window/Brushes/name" value="Penselen"/> 
		<context id="Window/Brushes/context" value="Venster &gt; Penselen"/>
		<desc id="Window/Brushes/desc" value="Geef het deelvenster Penselen weer waarin u penseelparameters kunt selecteren en bewerken"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc115 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref95 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTglB = charIDToTypeID( "TglB" ); ref95.putEnumerated( idMn, idMnIt, idTglB ); desc115.putReference( idnull, ref95 ); executeAction( idslct, desc115, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Channels" type="Main">
		<name id="Window/Channels/name" value="Kanalen"/> 
		<context id="Window/Channels/context" value="Venster &gt; Kanalen"/>
		<desc id="Window/Channels/desc" value="Geef het deelvenster Kanalen weer waarin u kanalen en opgeslagen selecties kunt selecteren"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc116 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref96 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTglh = charIDToTypeID( "Tglh" ); ref96.putEnumerated( idMn, idMnIt, idTglh ); desc116.putReference( idnull, ref96 ); executeAction( idslct, desc116, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Character" type="Main">
		<name id="Window/Character/name" value="Teken"/> 
		<context id="Window/Character/context" value="Venster &gt; Teken"/>
		<desc id="Window/Character/desc" value="Geef het deelvenster Teken weer waarin u tekstkenmerken kunt bewerken"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc117 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref97 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtoggleCharacterPalette = stringIDToTypeID( "toggleCharacterPalette" ); ref97.putEnumerated( idMn, idMnIt, idtoggleCharacterPalette ); desc117.putReference( idnull, ref97 ); executeAction( idslct, desc117, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-CloneSource" type="Main">
		<name id="Window/CloneSource/name" value="Bron klonen"/> 
		<context id="Window/CloneSource/context" value="Venster &gt; Bron klonen"/>
		<desc id="Window/CloneSource/desc" value="Geef het deelvenster Bron klonen weer waarin u de functies van de kloon- en retoucheergereedschappen kunt bepalen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc118 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref98 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtoggleCloneSourcePalette = stringIDToTypeID( "toggleCloneSourcePalette" ); ref98.putEnumerated( idMn, idMnIt, idtoggleCloneSourcePalette ); desc118.putReference( idnull, ref98 ); executeAction( idslct, desc118, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Color" type="Main">
		<name id="Window/Color/name" value="Kleur"/> 
		<context id="Window/Color/context" value="Venster &gt; Kleur"/>
		<desc id="Window/Color/desc" value="Geef het deelvenster Kleur weer waarin u kleuren kunt selecteren"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc119 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref99 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTglc = charIDToTypeID( "Tglc" ); ref99.putEnumerated( idMn, idMnIt, idTglc ); desc119.putReference( idnull, ref99 ); executeAction( idslct, desc119, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Histogram" type="Main">
		<name id="Window/Histogram/name" value="Histogram"/> 
		<context id="Window/Histogram/context" value="Venster &gt; Histogram"/>
		<desc id="Window/Histogram/desc" value="Geef het deelvenster Histogram weer waarin u de afbeeldingsstatistieken kunt weergeven"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc120 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref100 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtoggleHistogramPalette = stringIDToTypeID( "toggleHistogramPalette" ); ref100.putEnumerated( idMn, idMnIt, idtoggleHistogramPalette ); desc120.putReference( idnull, ref100 ); executeAction( idslct, desc120, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-History" type="Main">
		<name id="Window/History/name" value="Historie"/> 
		<context id="Window/History/context" value="Venster &gt; Historie"/>
		<desc id="Window/History/desc" value="Geef het deelvenster Historie weer waarin u door historiestaten en opnamen kunt navigeren en deze kunt selecteren"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc121 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref101 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTglH = charIDToTypeID( "TglH" ); ref101.putEnumerated( idMn, idMnIt, idTglH ); desc121.putReference( idnull, ref101 ); executeAction( idslct, desc121, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Info" type="Main">
		<name id="Window/Info/name" value="Info"/> 
		<context id="Window/Info/context" value="Venster &gt; Info"/>
		<desc id="Window/Info/desc" value="Geef het deelvenster Info weer waarin u de afbeeldingseigenschappen kunt aflezen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc122 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref102 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTglI = charIDToTypeID( "TglI" ); ref102.putEnumerated( idMn, idMnIt, idTglI ); desc122.putReference( idnull, ref102 ); executeAction( idslct, desc122, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-LayerComps" type="Main">
		<name id="Window/LayerComps/name" value="Laagsamenstellingen"/> 
		<context id="Window/LayerComps/context" value="Venster &gt; Laagsamenstellingen"/>
		<desc id="Window/LayerComps/desc" value="Geef het deelvenster Laagsamenstellingen weer waarin u laagconfiguraties (samenstellingen) kunt opnemen en selecteren"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc123 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref103 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtoggleCompsPalette = stringIDToTypeID( "toggleCompsPalette" ); ref103.putEnumerated( idMn, idMnIt, idtoggleCompsPalette ); desc123.putReference( idnull, ref103 ); executeAction( idslct, desc123, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Layers" type="Main">
		<name id="Window/Layers/name" value="Lagen"/> 
		<context id="Window/Layers/context" value="Venster &gt; Lagen"/>
		<desc id="Window/Layers/desc" value="Geef het deelvenster Lagen weer waarin u documentlagen kunt maken en wijzigen en door deze lagen kunt navigeren"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc125 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref105 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTgly = charIDToTypeID( "Tgly" ); ref105.putEnumerated( idMn, idMnIt, idTgly ); desc125.putReference( idnull, ref105 ); executeAction( idslct, desc125, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Window-Masks" type="Main">
		<name id="Window/Masks/name" value="Maskers"/> 
		<context id="Window/Masks/context" value="Venster &gt; Maskers"/>
		<desc id="Window/Masks/desc" value="Het deelvenster Maskers weergeven, dat wordt gebruikt om dichtheid en doezelaar van het geselecteerde laagmasker te wijzigen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc125 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref49 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtoggleMaskPalette = stringIDToTypeID( "toggleMaskPalette" ); ref49.putEnumerated( idMn, idMnIt, idtoggleMaskPalette ); desc125.putReference( idnull, ref49 ); executeAction( idslct, desc125, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Window-MeasurementLog" type="Main">
		<name id="Window/MeasurementLog/name" value="Metingslogbestand"/> 
		<context id="Window/MeasurementLog/context" value="Venster &gt; Metingslogbestand"/>
		<desc id="Window/MeasurementLog/desc" value="Geef het deelvenster Metingslogbestand weer waarin u opgenomen afbeeldingsstatistieken kunt weergeven"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc124 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref104 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtoggleMeasurementLogPalette = stringIDToTypeID( "toggleMeasurementLogPalette" ); ref104.putEnumerated( idMn, idMnIt, idtoggleMeasurementLogPalette ); desc124.putReference( idnull, ref104 ); executeAction( idslct, desc124, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Navigator" type="Main">
		<name id="Window/Navigator/name" value="Navigator"/> 
		<context id="Window/Navigator/context" value="Venster &gt; Navigator"/>
		<desc id="Window/Navigator/desc" value="Geef het deelvenster Navigator weer waarin u door documenten kunt navigeren, documenten kunt pannen en kunt in- of uitzoomen op documenten"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc126 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref106 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTglN = charIDToTypeID( "TglN" ); ref106.putEnumerated( idMn, idMnIt, idTglN ); desc126.putReference( idnull, ref106 ); executeAction( idslct, desc126, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Options" type="Main">
		<name id="Window/Options/name" value="Opties"/> 
		<context id="Window/Options/context" value="Venster &gt; Opties"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Paragraph" type="Main">
		<name id="Window/Paragraph/name" value="Alinea"/> 
		<context id="Window/Paragraph/context" value="Venster &gt; Alinea"/>
		<desc id="Window/Paragraph/desc" value="Geef het deelvenster Alinea weer waarin u tekstkenmerken kunt bewerken"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc128 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref108 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtoggleParagraphPalette = stringIDToTypeID( "toggleParagraphPalette" ); ref108.putEnumerated( idMn, idMnIt, idtoggleParagraphPalette ); desc128.putReference( idnull, ref108 ); executeAction( idslct, desc128, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Paths" type="Main">
		<name id="Window/Paths/name" value="Paden"/> 
		<context id="Window/Paths/context" value="Venster &gt; Paden"/>
		<desc id="Window/Paths/desc" value="Geef het deelvenster Paden weer waarin u vectorpaden kunt weergeven en bewerken"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc129 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref109 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTglt = charIDToTypeID( "Tglt" ); ref109.putEnumerated( idMn, idMnIt, idTglt ); desc129.putReference( idnull, ref109 ); executeAction( idslct, desc129, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Styles" type="Main">
		<name id="Window/Styles/name" value="Stijlen"/> 
		<context id="Window/Styles/context" value="Venster &gt; Stijlen"/>
		<desc id="Window/Styles/desc" value="Geef het deelvenster Stijlen weer waarin u opgeslagen sets laagkenmerken kunt maken en toepassen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc131 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref111 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTgSl = charIDToTypeID( "TgSl" ); ref111.putEnumerated( idMn, idMnIt, idTgSl ); desc131.putReference( idnull, ref111 ); executeAction( idslct, desc131, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Swatches" type="Main">
		<name id="Window/Swatches/name" value="Stalen"/> 
		<context id="Window/Swatches/context" value="Venster &gt; Stalen"/>
		<desc id="Window/Swatches/desc" value="Geef het deelvenster Stalen weer waarin u favoriete kleuren kunt maken en toepassen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc132 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref112 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTglw = charIDToTypeID( "Tglw" ); ref112.putEnumerated( idMn, idMnIt, idTglw ); desc132.putReference( idnull, ref112 ); executeAction( idslct, desc132, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-ToolPresets" type="Main">
		<name id="Window/ToolPresets/name" value="Voorinstellingen gereedschap"/> 
		<context id="Window/ToolPresets/context" value="Venster &gt; Voorinstellingen gereedschap"/>
		<desc id="Window/ToolPresets/desc" value="Geef het deelvenster Voorinstellingen gereedschap weer waarin u vooraf ingestelde gereedschapconfiguraties kunt maken en selecteren"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc133 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref113 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtoggleToolPresetsPalette = stringIDToTypeID( "toggleToolPresetsPalette" ); ref113.putEnumerated( idMn, idMnIt, idtoggleToolPresetsPalette ); desc133.putReference( idnull, ref113 ); executeAction( idslct, desc133, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Tools" type="Main">
		<name id="Window/Tools/name" value="Gereedschappen"/> 
		<context id="Window/Tools/context" value="Venster &gt; Gereedschappen"/>
		<desc id="Window/Tools/desc" value="Geef de gereedschapset weer waarin u gereedschappen kunt selecteren"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc134 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref114 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTglT = charIDToTypeID( "TglT" ); ref114.putEnumerated( idMn, idMnIt, idTglT ); desc134.putReference( idnull, ref114 ); executeAction( idslct, desc134, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Kuler" type="Main">
		<name id="Window/Kuler/name" value="Kuler"/> 
		<context id="Window/Kuler/context" value="Venster &gt; Extensies &gt; Kuler"/>
		<desc id="Window/Kuler/desc" value="Geef het deelvenster Kuler weer waarin u series kleurharmonieën kunt maken en delen en door deze harmonieën kunt navigeren"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc4 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref2 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); ref2.putName( idMn, "Kuler" ); desc4.putReference( idnull, ref2 ); executeAction( idslct, desc4, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Connections" type="Main">
		<name id="Window/Connections/name" value="Verbindingen"/> 
		<context id="Window/Connections/context" value="Venster &gt; Extensies &gt; Verbindingen"/>
		<desc id="Window/Connections/desc" value="Geef het deelvenster Verbindingen weer waarin u de netwerkverbindingen van Photoshop kunt beheren"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc8 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref3 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); ref3.putName( idMn, "Connections" ); desc8.putReference( idnull, ref3 ); executeAction( idslct, desc8, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Help-PhotoshopHelp" type="Main">
		<name id="Help/PhotoshopHelp/name" value="Photoshop Help"/> 
		<context id="Help/PhotoshopHelp/context" value="Help &gt; Photoshop Help"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc177 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref106 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idhelp = stringIDToTypeID( "help" ); ref106.putEnumerated( idMn, idMnIt, idhelp ); desc177.putReference( idnull, ref106 ); executeAction( idslct, desc177, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Help-SystemInfo" type="Main">
		<name id="Help/SystemInfo/name" value="Systeeminfo"/> 
		<context id="Help/SystemInfo/context" value="Help &gt; Systeeminfo"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc178 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref107 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idSstI = charIDToTypeID( "SstI" ); ref107.putEnumerated( idMn, idMnIt, idSstI ); desc178.putReference( idnull, ref107 ); executeAction( idslct, desc178, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Help-PhotoshopOnline" type="Main">
		<name id="Help/PhotoshopOnline/name" value="Photoshop Online"/> 
		<context id="Help/PhotoshopOnline/context" value="Help &gt; Photoshop Online"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc179 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref108 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idadobeOnlineHome = stringIDToTypeID( "adobeOnlineHome" ); ref108.putEnumerated( idMn, idMnIt, idadobeOnlineHome ); desc179.putReference( idnull, ref108 ); executeAction( idslct, desc179, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Actions-ButtonMode" type="Panel">
		<name id="Actions/ButtonMode/name" value="Knopmodus"/> 
		<context id="Actions/ButtonMode/context" value="Handelingen &gt; Knopmodus"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc136 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref119 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idBtnM = charIDToTypeID( "BtnM" ); ref119.putEnumerated( idMn, idMnIt, idBtnM ); desc136.putReference( idnull, ref119 ); executeAction( idslct, desc136, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Actions-NewAction" type="Panel">
		<name id="Actions/NewAction/name" value="Nieuwe handeling"/> 
		<context id="Actions/NewAction/context" value="Handelingen &gt; Nieuwe handeling"/>
		<desc id="Actions/NewAction/desc" value="Een nieuwe handeling starten"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMk = charIDToTypeID( "Mk  " ); var desc137 = new ActionDescriptor(); var idNw = charIDToTypeID( "Nw  " ); var idActn = charIDToTypeID( "Actn" ); desc137.putClass( idNw, idActn ); executeAction( idMk, desc137, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Actions-NewSet" type="Panel">
		<name id="Actions/NewSet/name" value="Nieuwe set"/> 
		<context id="Actions/NewSet/context" value="Handelingen &gt; Nieuwe set"/>
		<desc id="Actions/NewSet/desc" value="Een nieuwe handelingenset maken"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMk = charIDToTypeID( "Mk  " ); var desc138 = new ActionDescriptor(); var idNw = charIDToTypeID( "Nw  " ); var idASet = charIDToTypeID( "ASet" ); desc138.putClass( idNw, idASet ); executeAction( idMk, desc138, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Actions-PlaybackOptions" type="Panel">
		<name id="Actions/PlaybackOptions/name" value="Terugspeelopties"/> 
		<context id="Actions/PlaybackOptions/context" value="Handelingen &gt; Terugspeelopties"/>
		<desc id="Actions/PlaybackOptions/desc" value="Afspeelopties voor handeling weergeven"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc139 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref120 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idPbkO = charIDToTypeID( "PbkO" ); ref120.putEnumerated( idMn, idMnIt, idPbkO ); desc139.putReference( idnull, ref120 ); executeAction( idslct, desc139, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="AnimationFrames-NewFrame" type="Panel">
		<name id="AnimationFrames/NewFrame/name" value="Nieuw frame"/> 
		<context id="AnimationFrames/NewFrame/context" value="Animatie (frames) &gt; Nieuw frame"/>
		<desc id="AnimationFrames/NewFrame/desc" value="Maak een nieuw animatieframe"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDplc = charIDToTypeID( "Dplc" ); var desc178 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref158 = new ActionReference(); var idanimationFrameClass = stringIDToTypeID( "animationFrameClass" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref158.putEnumerated( idanimationFrameClass, idOrdn, idTrgt ); desc178.putReference( idnull, ref158 ); executeAction( idDplc, desc178, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="AnimationFrames-DeleteFrames" type="Panel">
		<name id="AnimationFrames/DeleteFrames/name" value="Frames verwijderen"/> 
		<context id="AnimationFrames/DeleteFrames/context" value="Animatie (frames) &gt; Frames verwijderen"/>
		<desc id="AnimationFrames/DeleteFrames/desc" value="Verwijder de geselecteerde animatieframe(s)"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDlt = charIDToTypeID( "Dlt " ); var desc179 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref159 = new ActionReference(); var idanimationFrameClass = stringIDToTypeID( "animationFrameClass" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref159.putEnumerated( idanimationFrameClass, idOrdn, idTrgt ); desc179.putReference( idnull, ref159 ); executeAction( idDlt, desc179, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="AnimationFrames-DeleteAnimation" type="Panel">
		<name id="AnimationFrames/DeleteAnimation/name" value="Animatie verwijderen"/> 
		<context id="AnimationFrames/DeleteAnimation/context" value="Animatie (frames) &gt; Animatie verwijderen"/>
		<desc id="AnimationFrames/DeleteAnimation/desc" value="Verwijder de geselecteerde animatie"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDlt = charIDToTypeID( "Dlt " ); var desc180 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref160 = new ActionReference(); var idanimationClass = stringIDToTypeID( "animationClass" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref160.putEnumerated( idanimationClass, idOrdn, idTrgt ); desc180.putReference( idnull, ref160 ); executeAction( idDlt, desc180, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="AnimationFrames-CopyFrames" type="Panel">
		<name id="AnimationFrames/CopyFrames/name" value="Frames kopiëren"/> 
		<context id="AnimationFrames/CopyFrames/context" value="Animatie (frames) &gt; Frames kopiëren"/>
		<desc id="AnimationFrames/CopyFrames/desc" value="Kopieer de geselecteerde animatieframes"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idcopy = charIDToTypeID( "copy" ); var desc181 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref161 = new ActionReference(); var idanimationFrameClass = stringIDToTypeID( "animationFrameClass" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref161.putEnumerated( idanimationFrameClass, idOrdn, idTrgt ); desc181.putReference( idnull, ref161 ); executeAction( idcopy, desc181, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="AnimationFrames-PasteFrames" type="Panel">
		<name id="AnimationFrames/PasteFrames/name" value="Frames plakken"/> 
		<context id="AnimationFrames/PasteFrames/context" value="Animatie (frames) &gt; Frames plakken"/>
		<desc id="AnimationFrames/PasteFrames/desc" value="Plak de geselecteerde animatieframes"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idanimationPasteFrames = stringIDToTypeID( "animationPasteFrames" ); var desc182 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref162 = new ActionReference(); var idanimationFrameClass = stringIDToTypeID( "animationFrameClass" ); ref162.putClass( idanimationFrameClass ); desc182.putReference( idnull, ref162 ); executeAction( idanimationPasteFrames, desc182, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="AnimationFrames-SelectAllFrames" type="Panel">
		<name id="AnimationFrames/SelectAllFrames/name" value="Alle frames selecteren"/> 
		<context id="AnimationFrames/SelectAllFrames/context" value="Animatie (frames) &gt; Alle frames selecteren"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc183 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref163 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idanimationSelectAll = stringIDToTypeID( "animationSelectAll" ); ref163.putEnumerated( idMn, idMnIt, idanimationSelectAll ); desc183.putReference( idnull, ref163 ); executeAction( idslct, desc183, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Animation(Frames)-GoTo-NextFrame" type="Panel">
		<name id="Animation(Frames)/GoTo/NextFrame/name" value="Volgend frame"/> 
		<context id="Animation(Frames)/GoTo/NextFrame/context" value="Animatie (frames) &gt; Ga naar &gt; Volgende frame"/>
		<desc id="Animation(Frames)/GoTo/NextFrame/desc" value="Naar het volgende frame"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc184 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref164 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idanimationGoToNextFrame = stringIDToTypeID( "animationGoToNextFrame" ); ref164.putEnumerated( idMn, idMnIt, idanimationGoToNextFrame ); desc184.putReference( idnull, ref164 ); executeAction( idslct, desc184, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Animation(Frames)-GoTo-PreviousFrame" type="Panel">
		<name id="Animation(Frames)/GoTo/PreviousFrame/name" value="Vorig frame"/> 
		<context id="Animation(Frames)/GoTo/PreviousFrame/context" value="Animatie (frames) &gt; Ga naar &gt; Vorige frame"/>
		<desc id="Animation(Frames)/GoTo/PreviousFrame/desc" value="Naar het vorige frame"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc185 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref165 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idanimationGoToPreviousFrame = stringIDToTypeID( "animationGoToPreviousFrame" ); ref165.putEnumerated( idMn, idMnIt, idanimationGoToPreviousFrame ); desc185.putReference( idnull, ref165 ); executeAction( idslct, desc185, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Animation(Frames)-GoTo-FirstFrame" type="Panel">
		<name id="Animation(Frames)/GoTo/FirstFrame/name" value="Eerste frame"/> 
		<context id="Animation(Frames)/GoTo/FirstFrame/context" value="Animatie (frames) &gt; Ga naar &gt; Eerste frame"/>
		<desc id="Animation(Frames)/GoTo/FirstFrame/desc" value="Naar eerste frame"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc186 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref166 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idanimationGoToFirstFrame = stringIDToTypeID( "animationGoToFirstFrame" ); ref166.putEnumerated( idMn, idMnIt, idanimationGoToFirstFrame ); desc186.putReference( idnull, ref166 ); executeAction( idslct, desc186, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Animation(Frames)-GoTo-LastFrame" type="Panel">
		<name id="Animation(Frames)/GoTo/LastFrame/name" value="Laatste frame"/> 
		<context id="Animation(Frames)/GoTo/LastFrame/context" value="Animatie (frames) &gt; Ga naar &gt; Laatste frame"/>
		<desc id="Animation(Frames)/GoTo/LastFrame/desc" value="Naar laatste frame"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc187 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref167 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idanimationGoToPreviousFrame = stringIDToTypeID( "animationGoToPreviousFrame" ); ref167.putEnumerated( idMn, idMnIt, idanimationGoToPreviousFrame ); desc187.putReference( idnull, ref167 ); executeAction( idslct, desc187, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="AnimationFrames-Tween" type="Panel">
		<name id="AnimationFrames/Tween/name" value="Tussenvoegen"/> 
		<context id="AnimationFrames/Tween/context" value="Animatie (frames) &gt; Tussenvoegen"/>
		<desc id="AnimationFrames/Tween/desc" value="Maak een vloeiend geïnterpoleerde animatie tussen frames"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idanimationTween = stringIDToTypeID( "animationTween" ); var desc188 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref168 = new ActionReference(); var idanimationFrameClass = stringIDToTypeID( "animationFrameClass" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref168.putEnumerated( idanimationFrameClass, idOrdn, idTrgt ); desc188.putReference( idnull, ref168 ); executeAction( idanimationTween, desc188, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="AnimationFrames-ReverseFrames" type="Panel">
		<name id="AnimationFrames/ReverseFrames/name" value="Frames achteruit afspelen"/> 
		<context id="AnimationFrames/ReverseFrames/context" value="Animatie (frames) &gt; Frames achteruit afspelen"/>
		<desc id="AnimationFrames/ReverseFrames/desc" value="Keer de volgorde van de geselecteerde frames om"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idRvrs = charIDToTypeID( "Rvrs" ); var desc190 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref170 = new ActionReference(); var idanimationFrameClass = stringIDToTypeID( "animationFrameClass" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref170.putEnumerated( idanimationFrameClass, idOrdn, idTrgt ); desc190.putReference( idnull, ref170 ); executeAction( idRvrs, desc190, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="AnimationFrames-OptimizeAnimation" type="Panel">
		<name id="AnimationFrames/OptimizeAnimation/name" value="Animatie optimaliseren"/> 
		<context id="AnimationFrames/OptimizeAnimation/context" value="Animatie (frames) &gt; Animatie optimaliseren"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc191 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref171 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idanimationOptimize = stringIDToTypeID( "animationOptimize" ); ref171.putEnumerated( idMn, idMnIt, idanimationOptimize ); desc191.putReference( idnull, ref171 ); executeAction( idslct, desc191, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="AnimationFrames-MakeFramesFromLayers" type="Panel">
		<name id="AnimationFrames/MakeFramesFromLayers/name" value="Frames maken van lagen"/> 
		<context id="AnimationFrames/MakeFramesFromLayers/context" value="Animatie (frames) &gt; Frames maken van lagen"/>
		<desc id="AnimationFrames/MakeFramesFromLayers/desc" value="Zet de geselecteerde frames om in documentlagen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idanimationFramesFromLayers = stringIDToTypeID( "animationFramesFromLayers" ); var desc192 = new ActionDescriptor(); executeAction( idanimationFramesFromLayers, desc192, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="AnimationFrames-FlattenFramesIntoLayers" type="Panel">
		<name id="AnimationFrames/FlattenFramesIntoLayers/name" value="Frames samenvoegen tot lagen"/> 
		<context id="AnimationFrames/FlattenFramesIntoLayers/context" value="Animatie (frames) &gt; Frames samenvoegen tot lagen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idanimationFramesToLayers = stringIDToTypeID( "animationFramesToLayers" ); var desc193 = new ActionDescriptor(); executeAction( idanimationFramesToLayers, desc193, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="AnimationFrames-MatchLayerAcrossFrames" type="Panel">
		<name id="AnimationFrames/MatchLayerAcrossFrames/name" value="Laag afstemmen in alle frames"/> 
		<context id="AnimationFrames/MatchLayerAcrossFrames/context" value="Animatie (frames) &gt; Laag afstemmen in alle frames"/>
		<desc id="AnimationFrames/MatchLayerAcrossFrames/desc" value="Synchroniseer de weergave en positie van de geselecteerde laag of lagen in alle frames"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idanimationMatchLayer = stringIDToTypeID( "animationMatchLayer" ); var desc194 = new ActionDescriptor(); var idanimationMatchLayerPosition = stringIDToTypeID( "animationMatchLayerPosition" ); desc194.putBoolean( idanimationMatchLayerPosition, true ); var idanimationMatchLayerVisibility = stringIDToTypeID( "animationMatchLayerVisibility" ); desc194.putBoolean( idanimationMatchLayerVisibility, true ); var idanimationMatchLayerStyle = stringIDToTypeID( "animationMatchLayerStyle" ); desc194.putBoolean( idanimationMatchLayerStyle, true ); executeAction( idanimationMatchLayer, desc194, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="AnimationFrames-CreateNewLayerforEachNewFrame" type="Panel">
		<name id="AnimationFrames/CreateNewLayerforEachNewFrame/name" value="Nieuwe laag maken voor elk nieuw frame"/> 
		<context id="AnimationFrames/CreateNewLayerforEachNewFrame/context" value="Animatie (frames) &gt; Nieuwe laag maken voor elk nieuw frame"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc195 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref172 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idanimationNewLayerPerFrame = stringIDToTypeID( "animationNewLayerPerFrame" ); ref172.putEnumerated( idMn, idMnIt, idanimationNewLayerPerFrame ); desc195.putReference( idnull, ref172 ); executeAction( idslct, desc195, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="AnimationFrames-NewLayersVisibleinAllFrames" type="Panel">
		<name id="AnimationFrames/NewLayersVisibleinAllFrames/name" value="Nieuwe lagen zichtbaar in alle frames"/> 
		<context id="AnimationFrames/NewLayersVisibleinAllFrames/context" value="Animatie (frames) &gt; Nieuwe lagen zichtbaar in alle frames"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc197 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref174 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idanimationShowNewLayersInFrames = stringIDToTypeID( "animationShowNewLayersInFrames" ); ref174.putEnumerated( idMn, idMnIt, idanimationShowNewLayersInFrames ); desc197.putReference( idnull, ref174 ); executeAction( idslct, desc197, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationFrames-ConverttoTimeline" type="Panel">
		<name id="AnimationFrames/ConverttoTimeline/name" value="Omzetten in tijdlijn"/> 
		<context id="AnimationFrames/ConverttoTimeline/context" value="Animatie (frames) &gt; Omzetten in tijdlijn"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc198 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref175 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idconvertAnimation = stringIDToTypeID( "convertAnimation" ); ref175.putEnumerated( idMn, idMnIt, idconvertAnimation ); desc198.putReference( idnull, ref175 ); executeAction( idslct, desc198, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="AnimationFrames-PanelOptions" type="Panel">
		<name id="AnimationFrames/PanelOptions/name" value="Deelvensteropties"/> 
		<context id="AnimationFrames/PanelOptions/context" value="Animatie (frames) &gt; Deelvensteropties"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc199 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref176 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idanimationPanelOptions = stringIDToTypeID( "animationPanelOptions" ); ref176.putEnumerated( idMn, idMnIt, idanimationPanelOptions ); desc199.putReference( idnull, ref176 ); executeAction( idslct, desc199, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-DeleteKeyframe(s)" type="Panel">
		<name id="AnimationTimeline/DeleteKeyframe(s)/name" value="Keyframe(s) verwijderen"/> 
		<context id="AnimationTimeline/DeleteKeyframe(s)/context" value="Animatie (tijdlijn) &gt; Keyframe(s) verwijderen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc141 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref122 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineDeleteKeyframes = stringIDToTypeID( "timelineDeleteKeyframes" ); ref122.putEnumerated( idMn, idMnIt, idtimelineDeleteKeyframes ); desc141.putReference( idnull, ref122 ); executeAction( idslct, desc141, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-Linear" type="Panel">
		<name id="AnimationTimeline/Linear/name" value="Lineair"/> 
		<context id="AnimationTimeline/Linear/context" value="Animatie (tijdlijn) &gt; Interpolatie keyframe &gt; Lineair"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc142 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref123 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineKeyframeInterpolationLinear = stringIDToTypeID( "timelineKeyframeInterpolationLinear" ); ref123.putEnumerated( idMn, idMnIt, idtimelineKeyframeInterpolationLinear ); desc142.putReference( idnull, ref123 ); executeAction( idslct, desc142, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-Hold" type="Panel">
		<name id="AnimationTimeline/Hold/name" value="Bewaren"/> 
		<context id="AnimationTimeline/Hold/context" value="Animatie (tijdlijn) &gt; Interpolatie keyframe &gt; Bewaren"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc143 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref124 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineKeyframeInterpolationHold = stringIDToTypeID( "timelineKeyframeInterpolationHold" ); ref124.putEnumerated( idMn, idMnIt, idtimelineKeyframeInterpolationHold ); desc143.putReference( idnull, ref124 ); executeAction( idslct, desc143, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-SelectAllKeyframes" type="Panel">
		<name id="AnimationTimeline/SelectAllKeyframes/name" value="Alle keyframes selecteren"/> 
		<context id="AnimationTimeline/SelectAllKeyframes/context" value="Animatie (tijdlijn) &gt; Alle keyframes selecteren"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc144 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref125 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineSelectAllKeyframes = stringIDToTypeID( "timelineSelectAllKeyframes" ); ref125.putEnumerated( idMn, idMnIt, idtimelineSelectAllKeyframes ); desc144.putReference( idnull, ref125 ); executeAction( idslct, desc144, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-SelectNoKeyframes" type="Panel">
		<name id="AnimationTimeline/SelectNoKeyframes/name" value="Geen keyframes selecteren"/> 
		<context id="AnimationTimeline/SelectNoKeyframes/context" value="Animatie (tijdlijn) &gt; Geen keyframes selecteren"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc145 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref126 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineSelectNoKeyframes = stringIDToTypeID( "timelineSelectNoKeyframes" ); ref126.putEnumerated( idMn, idMnIt, idtimelineSelectNoKeyframes ); desc145.putReference( idnull, ref126 ); executeAction( idslct, desc145, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-CopyKeyframe(s)" type="Panel">
		<name id="AnimationTimeline/CopyKeyframe(s)/name" value="Keyframe(s) kopiëren"/> 
		<context id="AnimationTimeline/CopyKeyframe(s)/context" value="Animatie (tijdlijn) &gt; Keyframe(s) kopiëren"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc146 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref127 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineCopyKeyframes = stringIDToTypeID( "timelineCopyKeyframes" ); ref127.putEnumerated( idMn, idMnIt, idtimelineCopyKeyframes ); desc146.putReference( idnull, ref127 ); executeAction( idslct, desc146, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-PasteKeyframe(s)" type="Panel">
		<name id="AnimationTimeline/PasteKeyframe(s)/name" value="Keyframe(s) plakken"/> 
		<context id="AnimationTimeline/PasteKeyframe(s)/context" value="Animatie (tijdlijn) &gt; Keyframe(s) plakken"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc147 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref128 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelinePasteKeyframes = stringIDToTypeID( "timelinePasteKeyframes" ); ref128.putEnumerated( idMn, idMnIt, idtimelinePasteKeyframes ); desc147.putReference( idnull, ref128 ); executeAction( idslct, desc147, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-SetStartofWorkArea" type="Panel">
		<name id="AnimationTimeline/SetStartofWorkArea/name" value="Begin van werkgebied instellen"/> 
		<context id="AnimationTimeline/SetStartofWorkArea/context" value="Animatie (tijdlijn) &gt; Begin van werkgebied instellen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc148 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref129 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineSetStartOfWorkArea = stringIDToTypeID( "timelineSetStartOfWorkArea" ); ref129.putEnumerated( idMn, idMnIt, idtimelineSetStartOfWorkArea ); desc148.putReference( idnull, ref129 ); executeAction( idslct, desc148, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-SetEndofWorkArea" type="Panel">
		<name id="AnimationTimeline/SetEndofWorkArea/name" value="Einde van werkgebied instellen"/> 
		<context id="AnimationTimeline/SetEndofWorkArea/context" value="Animatie (tijdlijn) &gt; Einde van werkgebied instellen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc149 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref130 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineSetEndOfWorkArea = stringIDToTypeID( "timelineSetEndOfWorkArea" ); ref130.putEnumerated( idMn, idMnIt, idtimelineSetEndOfWorkArea ); desc149.putReference( idnull, ref130 ); executeAction( idslct, desc149, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-Time" type="Panel">
		<name id="AnimationTimeline/Time/name" value="Tijd"/> 
		<context id="AnimationTimeline/Time/context" value="Animatie (tijdlijn) &gt; Ga naar &gt; Tijd"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc150 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref131 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineGoToTime = stringIDToTypeID( "timelineGoToTime" ); ref131.putEnumerated( idMn, idMnIt, idtimelineGoToTime ); desc150.putReference( idnull, ref131 ); executeAction( idslct, desc150, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-NextFrame" type="Panel">
		<name id="AnimationTimeline/NextFrame/name" value="Volgend frame"/> 
		<context id="AnimationTimeline/NextFrame/context" value="Animatie (tijdlijn) &gt; Ga naar &gt; Volgende frame"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc151 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref132 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineGoToNextFrame = stringIDToTypeID( "timelineGoToNextFrame" ); ref132.putEnumerated( idMn, idMnIt, idtimelineGoToNextFrame ); desc151.putReference( idnull, ref132 ); executeAction( idslct, desc151, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-PreviousFrame" type="Panel">
		<name id="AnimationTimeline/PreviousFrame/name" value="Vorig frame"/> 
		<context id="AnimationTimeline/PreviousFrame/context" value="Animatie (tijdlijn) &gt; Ga naar &gt; Vorige frame"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc152 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref133 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineGoToPreviousFrame = stringIDToTypeID( "timelineGoToPreviousFrame" ); ref133.putEnumerated( idMn, idMnIt, idtimelineGoToPreviousFrame ); desc152.putReference( idnull, ref133 ); executeAction( idslct, desc152, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-FirstFrame" type="Panel">
		<name id="AnimationTimeline/FirstFrame/name" value="Eerste frame"/> 
		<context id="AnimationTimeline/FirstFrame/context" value="Animatie (tijdlijn) &gt; Ga naar &gt; Eerste frame"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc153 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref134 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineGoToFirstFrame = stringIDToTypeID( "timelineGoToFirstFrame" ); ref134.putEnumerated( idMn, idMnIt, idtimelineGoToFirstFrame ); desc153.putReference( idnull, ref134 ); executeAction( idslct, desc153, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-LastFrame" type="Panel">
		<name id="AnimationTimeline/LastFrame/name" value="Laatste frame"/> 
		<context id="AnimationTimeline/LastFrame/context" value="Animatie (tijdlijn) &gt; Ga naar &gt; Laatste frame"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc154 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref135 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineGoToLastFrame = stringIDToTypeID( "timelineGoToLastFrame" ); ref135.putEnumerated( idMn, idMnIt, idtimelineGoToLastFrame ); desc154.putReference( idnull, ref135 ); executeAction( idslct, desc154, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-WorkAreaStart" type="Panel">
		<name id="AnimationTimeline/WorkAreaStart/name" value="Begin werkgebied"/> 
		<context id="AnimationTimeline/WorkAreaStart/context" value="Animatie (tijdlijn) &gt; Ga naar &gt; Begin werkgebied"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc155 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref136 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineGoToWorkAreaStart = stringIDToTypeID( "timelineGoToWorkAreaStart" ); ref136.putEnumerated( idMn, idMnIt, idtimelineGoToWorkAreaStart ); desc155.putReference( idnull, ref136 ); executeAction( idslct, desc155, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-WorkAreaEnd" type="Panel">
		<name id="AnimationTimeline/WorkAreaEnd/name" value="Einde werkgebied"/> 
		<context id="AnimationTimeline/WorkAreaEnd/context" value="Animatie (tijdlijn) &gt; Ga naar &gt; Einde werkgebied"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc156 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref137 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineGoToWorkAreaEnd = stringIDToTypeID( "timelineGoToWorkAreaEnd" ); ref137.putEnumerated( idMn, idMnIt, idtimelineGoToWorkAreaEnd ); desc156.putReference( idnull, ref137 ); executeAction( idslct, desc156, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-AllowFrameSkipping" type="Panel">
		<name id="AnimationTimeline/AllowFrameSkipping/name" value="Frames overslaan toestaan"/> 
		<context id="AnimationTimeline/AllowFrameSkipping/context" value="Animatie (tijdlijn) &gt; Frames overslaan toestaan"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc157 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref138 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineAllowFrameSkipping = stringIDToTypeID( "timelineAllowFrameSkipping" ); ref138.putEnumerated( idMn, idMnIt, idtimelineAllowFrameSkipping ); desc157.putReference( idnull, ref138 ); executeAction( idslct, desc157, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-MoveLayerInPointtoCurrentTime" type="Panel">
		<name id="AnimationTimeline/MoveLayerInPointtoCurrentTime/name" value="Inpunt laag naar huidige tijd verplaatsen"/> 
		<context id="AnimationTimeline/MoveLayerInPointtoCurrentTime/context" value="Animatie (tijdlijn) &gt; Inpunt laag naar huidige tijd verplaatsen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc158 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref139 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineMoveLayerInPoint = stringIDToTypeID( "timelineMoveLayerInPoint" ); ref139.putEnumerated( idMn, idMnIt, idtimelineMoveLayerInPoint ); desc158.putReference( idnull, ref139 ); executeAction( idslct, desc158, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-MoveLayerEndPointtoCurrentTime" type="Panel">
		<name id="AnimationTimeline/MoveLayerEndPointtoCurrentTime/name" value="Eindpunt laag naar huidige tijd verplaatsen"/> 
		<context id="AnimationTimeline/MoveLayerEndPointtoCurrentTime/context" value="Animatie (tijdlijn) &gt; Eindpunt laag naar huidige tijd verplaatsen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc159 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref140 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineMoveLayerEndPoint = stringIDToTypeID( "timelineMoveLayerEndPoint" ); ref140.putEnumerated( idMn, idMnIt, idtimelineMoveLayerEndPoint ); desc159.putReference( idnull, ref140 ); executeAction( idslct, desc159, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-TrimLayerStarttoCurrentTime" type="Panel">
		<name id="AnimationTimeline/TrimLayerStarttoCurrentTime/name" value="Beginpunt laag bijsnijden naar huidige tijd"/> 
		<context id="AnimationTimeline/TrimLayerStarttoCurrentTime/context" value="Animatie (tijdlijn) &gt; Beginpunt laag bijsnijden naar huidige tijd"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc160 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref141 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineTrimLayerStart = stringIDToTypeID( "timelineTrimLayerStart" ); ref141.putEnumerated( idMn, idMnIt, idtimelineTrimLayerStart ); desc160.putReference( idnull, ref141 ); executeAction( idslct, desc160, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-TrimLayerEndtoCurrentTime" type="Panel">
		<name id="AnimationTimeline/TrimLayerEndtoCurrentTime/name" value="Eindpunt laag bijsnijden naar huidige tijd"/> 
		<context id="AnimationTimeline/TrimLayerEndtoCurrentTime/context" value="Animatie (tijdlijn) &gt; Eindpunt laag bijsnijden naar huidige tijd"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc161 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref142 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineTrimLayerEnd = stringIDToTypeID( "timelineTrimLayerEnd" ); ref142.putEnumerated( idMn, idMnIt, idtimelineTrimLayerEnd ); desc161.putReference( idnull, ref142 ); executeAction( idslct, desc161, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-TrimDocumentDurationtoWorkArea" type="Panel">
		<name id="AnimationTimeline/TrimDocumentDurationtoWorkArea/name" value="Tijdsduur document bijsnijden naar werkgebied"/> 
		<context id="AnimationTimeline/TrimDocumentDurationtoWorkArea/context" value="Animatie (tijdlijn) &gt; Tijdsduur document bijsnijden naar werkgebied"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc162 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref143 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineTrimDocumentDuration = stringIDToTypeID( "timelineTrimDocumentDuration" ); ref143.putEnumerated( idMn, idMnIt, idtimelineTrimDocumentDuration ); desc162.putReference( idnull, ref143 ); executeAction( idslct, desc162, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-SplitLayer" type="Panel">
		<name id="AnimationTimeline/SplitLayer/name" value="Laag splitsen"/> 
		<context id="AnimationTimeline/SplitLayer/context" value="Animatie (tijdlijn) &gt; Laag splitsen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc163 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref144 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineSplitLayer = stringIDToTypeID( "timelineSplitLayer" ); ref144.putEnumerated( idMn, idMnIt, idtimelineSplitLayer ); desc163.putReference( idnull, ref144 ); executeAction( idslct, desc163, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-LiftWorkArea" type="Panel">
		<name id="AnimationTimeline/LiftWorkArea/name" value="Werkgebied optillen"/> 
		<context id="AnimationTimeline/LiftWorkArea/context" value="Animatie (tijdlijn) &gt; Werkgebied optillen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc164 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref145 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineLiftWorkArea = stringIDToTypeID( "timelineLiftWorkArea" ); ref145.putEnumerated( idMn, idMnIt, idtimelineLiftWorkArea ); desc164.putReference( idnull, ref145 ); executeAction( idslct, desc164, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-ExtractWorkArea" type="Panel">
		<name id="AnimationTimeline/ExtractWorkArea/name" value="Werkgebied extraheren"/> 
		<context id="AnimationTimeline/ExtractWorkArea/context" value="Animatie (tijdlijn) &gt; Werkgebied extraheren"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc165 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref146 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineExtractWorkArea = stringIDToTypeID( "timelineExtractWorkArea" ); ref146.putEnumerated( idMn, idMnIt, idtimelineExtractWorkArea ); desc165.putReference( idnull, ref146 ); executeAction( idslct, desc165, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-MakeFramesFromLayers" type="Panel">
		<name id="AnimationTimeline/MakeFramesFromLayers/name" value="Frames maken van lagen"/> 
		<context id="AnimationTimeline/MakeFramesFromLayers/context" value="Animatie (tijdlijn) &gt; Frames maken van lagen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc166 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref147 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineMakeFramesFromLayers = stringIDToTypeID( "timelineMakeFramesFromLayers" ); ref147.putEnumerated( idMn, idMnIt, idtimelineMakeFramesFromLayers ); desc166.putReference( idnull, ref147 ); executeAction( idslct, desc166, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-FlattenFramesIntoLayers" type="Panel">
		<name id="AnimationTimeline/FlattenFramesIntoLayers/name" value="Frames samenvoegen tot lagen"/> 
		<context id="AnimationTimeline/FlattenFramesIntoLayers/context" value="Animatie (tijdlijn) &gt; Frames samenvoegen tot lagen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc167 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref148 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineFlattenFramesIntoLayers = stringIDToTypeID( "timelineFlattenFramesIntoLayers" ); ref148.putEnumerated( idMn, idMnIt, idtimelineFlattenFramesIntoLayers ); desc167.putReference( idnull, ref148 ); executeAction( idslct, desc167, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-EditTimelineComment" type="Panel">
		<name id="AnimationTimeline/EditTimelineComment/name" value="Tijdlijnopmerkingen bewerken"/> 
		<context id="AnimationTimeline/EditTimelineComment/context" value="Animatie (tijdlijn) &gt; Tijdlijnopmerkingen bewerken"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc168 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref149 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineEditTimelineComment = stringIDToTypeID( "timelineEditTimelineComment" ); ref149.putEnumerated( idMn, idMnIt, idtimelineEditTimelineComment ); desc168.putReference( idnull, ref149 ); executeAction( idslct, desc168, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-ExportTimelineComments" type="Panel">
		<name id="AnimationTimeline/ExportTimelineComments/name" value="Tijdlijnopmerkingen exporteren"/> 
		<context id="AnimationTimeline/ExportTimelineComments/context" value="Animatie (tijdlijn) &gt; Tijdlijnopmerkingen exporteren"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idconvertAnimation = stringIDToTypeID( "convertAnimation" ); var desc181 = new ActionDescriptor(); executeAction( idconvertAnimation, desc181, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-DocumentSettings" type="Panel">
		<name id="AnimationTimeline/DocumentSettings/name" value="Documentinstellingen"/> 
		<context id="AnimationTimeline/DocumentSettings/context" value="Animatie (tijdlijn) &gt; Documentinstellingen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc169 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref150 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineDocumentSettings = stringIDToTypeID( "timelineDocumentSettings" ); ref150.putEnumerated( idMn, idMnIt, idtimelineDocumentSettings ); desc169.putReference( idnull, ref150 ); executeAction( idslct, desc169, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-ConverttoFrameAnimation" type="Panel">
		<name id="AnimationTimeline/ConverttoFrameAnimation/name" value="Omzetten in frameanimatie"/> 
		<context id="AnimationTimeline/ConverttoFrameAnimation/context" value="Animatie (tijdlijn) &gt; Omzetten in frameanimatie"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc170 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref151 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineConvertToFrames = stringIDToTypeID( "timelineConvertToFrames" ); ref151.putEnumerated( idMn, idMnIt, idtimelineConvertToFrames ); desc170.putReference( idnull, ref151 ); executeAction( idslct, desc170, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-OnionSkinSettings" type="Panel">
		<name id="AnimationTimeline/OnionSkinSettings/name" value="Instellingen semitransparante lagen"/> 
		<context id="AnimationTimeline/OnionSkinSettings/context" value="Animatie (tijdlijn) &gt; Instellingen semitransparante lagen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc171 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref152 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineOnionSkinSettings = stringIDToTypeID( "timelineOnionSkinSettings" ); ref152.putEnumerated( idMn, idMnIt, idtimelineOnionSkinSettings ); desc171.putReference( idnull, ref152 ); executeAction( idslct, desc171, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-EnableOnionSkins" type="Panel">
		<name id="AnimationTimeline/EnableOnionSkins/name" value="Semitransparante lagen inschakelen"/> 
		<context id="AnimationTimeline/EnableOnionSkins/context" value="Animatie (tijdlijn) &gt; Semitransparante lagen inschakelen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc172 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref153 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineEnableOnionSkins = stringIDToTypeID( "timelineEnableOnionSkins" ); ref153.putEnumerated( idMn, idMnIt, idtimelineEnableOnionSkins ); desc172.putReference( idnull, ref153 ); executeAction( idslct, desc172, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-AllLayers" type="Panel">
		<name id="AnimationTimeline/AllLayers/name" value="Alle lagen"/> 
		<context id="AnimationTimeline/AllLayers/context" value="Animatie (tijdlijn) &gt; Tonen &gt; Alle lagen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc173 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref154 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineShowAllLayers = stringIDToTypeID( "timelineShowAllLayers" ); ref154.putEnumerated( idMn, idMnIt, idtimelineShowAllLayers ); desc173.putReference( idnull, ref154 ); executeAction( idslct, desc173, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-FavoriteLayers" type="Panel">
		<name id="AnimationTimeline/FavoriteLayers/name" value="Favoriete lagen"/> 
		<context id="AnimationTimeline/FavoriteLayers/context" value="Animatie (tijdlijn) &gt; Tonen &gt; Favoriete lagen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc174 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref155 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineShowFavoriteLayers = stringIDToTypeID( "timelineShowFavoriteLayers" ); ref155.putEnumerated( idMn, idMnIt, idtimelineShowFavoriteLayers ); desc174.putReference( idnull, ref155 ); executeAction( idslct, desc174, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-SetFavoriteLayers" type="Panel">
		<name id="AnimationTimeline/SetFavoriteLayers/name" value="Favoriete lagen instellen"/> 
		<context id="AnimationTimeline/SetFavoriteLayers/context" value="Animatie (tijdlijn) &gt; Tonen &gt; Favoriete lagen instellen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc175 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref156 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineShowSetFavoriteLayers = stringIDToTypeID( "timelineShowSetFavoriteLayers" ); ref156.putEnumerated( idMn, idMnIt, idtimelineShowSetFavoriteLayers ); desc175.putReference( idnull, ref156 ); executeAction( idslct, desc175, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-PanelOptions" type="Panel">
		<name id="AnimationTimeline/PanelOptions/name" value="Deelvensteropties"/> 
		<context id="AnimationTimeline/PanelOptions/context" value="Animatie (tijdlijn) &gt; Deelvensteropties"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc176 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref157 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelinePanelOptions = stringIDToTypeID( "timelinePanelOptions" ); ref157.putEnumerated( idMn, idMnIt, idtimelinePanelOptions ); desc176.putReference( idnull, ref157 ); executeAction( idslct, desc176, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Brushes-NewBrushPreset" type="Panel">
		<name id="Brushes/NewBrushPreset/name" value="Nieuwe voorinstelling voor penseel"/> 
		<context id="Brushes/NewBrushPreset/context" value="Penselen &gt; Nieuwe voorinstelling voor penseel"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc183 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref111 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idBrsN = charIDToTypeID( "BrsN" ); ref111.putEnumerated( idMn, idMnIt, idBrsN ); desc183.putReference( idnull, ref111 ); executeAction( idslct, desc183, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Brushes-ClearBrushControls" type="Panel">
		<name id="Brushes/ClearBrushControls/name" value="Besturingselementen penseel wissen"/> 
		<context id="Brushes/ClearBrushControls/context" value="Penselen &gt; Besturingselementen penseel wissen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idclearBrushControls = stringIDToTypeID( "clearBrushControls" ); executeAction( idclearBrushControls, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Brushes-CopyTexturetoOtherTools" type="Panel">
		<name id="Brushes/CopyTexturetoOtherTools/name" value="Structuur naar andere gereedschappen kopiëren"/> 
		<context id="Brushes/CopyTexturetoOtherTools/context" value="Penselen &gt; Structuur naar andere gereedschappen kopiëren"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idcopyBrushTexture = stringIDToTypeID( "copyBrushTexture" ); executeAction( idcopyBrushTexture, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Brushes-RenameBrush" type="Panel">
		<name id="Brushes/RenameBrush/name" value="Naam van penseel wijzigen"/> 
		<context id="Brushes/RenameBrush/context" value="Penselen &gt; Naam van penseel wijzigen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc184 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref112 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idBrsO = charIDToTypeID( "BrsO" ); ref112.putEnumerated( idMn, idMnIt, idBrsO ); desc184.putReference( idnull, ref112 ); executeAction( idslct, desc184, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Brushes-DeleteBrush" type="Panel">
		<name id="Brushes/DeleteBrush/name" value="Penseel verwijderen"/> 
		<context id="Brushes/DeleteBrush/context" value="Penselen &gt; Penseel verwijderen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc185 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref113 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idBrsf = charIDToTypeID( "Brsf" ); ref113.putEnumerated( idMn, idMnIt, idBrsf ); desc185.putReference( idnull, ref113 ); executeAction( idslct, desc185, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Brushes-ResetBrushes" type="Panel">
		<name id="Brushes/ResetBrushes/name" value="Penselen herstellen"/> 
		<context id="Brushes/ResetBrushes/context" value="Penselen &gt; Penselen herstellen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc186 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref114 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idBrsR = charIDToTypeID( "BrsR" ); ref114.putEnumerated( idMn, idMnIt, idBrsR ); desc186.putReference( idnull, ref114 ); executeAction( idslct, desc186, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Brushes-LoadBrushes" type="Panel">
		<name id="Brushes/LoadBrushes/name" value="Penselen laden"/> 
		<context id="Brushes/LoadBrushes/context" value="Penselen &gt; Penselen laden"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc187 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref115 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idBrsA = charIDToTypeID( "BrsA" ); ref115.putEnumerated( idMn, idMnIt, idBrsA ); desc187.putReference( idnull, ref115 ); executeAction( idslct, desc187, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Brushes-SaveBrushes" type="Panel">
		<name id="Brushes/SaveBrushes/name" value="Penselen opslaan"/> 
		<context id="Brushes/SaveBrushes/context" value="Penselen &gt; Penselen opslaan"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc188 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref116 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idBrsv = charIDToTypeID( "Brsv" ); ref116.putEnumerated( idMn, idMnIt, idBrsv ); desc188.putReference( idnull, ref116 ); executeAction( idslct, desc188, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Brushes-ReplaceBrushes" type="Panel">
		<name id="Brushes/ReplaceBrushes/name" value="Penselen vervangen"/> 
		<context id="Brushes/ReplaceBrushes/context" value="Penselen &gt; Penselen vervangen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc189 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref117 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idBrsd = charIDToTypeID( "Brsd" ); ref117.putEnumerated( idMn, idMnIt, idBrsd ); desc189.putReference( idnull, ref117 ); executeAction( idslct, desc189, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Channels-NewChannel" type="Panel">
		<name id="Channels/NewChannel/name" value="Nieuw kanaal"/> 
		<context id="Channels/NewChannel/context" value="Kanalen &gt; Nieuw kanaal"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMk = charIDToTypeID( "Mk  " ); var desc190 = new ActionDescriptor(); var idNw = charIDToTypeID( "Nw  " ); var idChnl = charIDToTypeID( "Chnl" ); desc190.putClass( idNw, idChnl ); executeAction( idMk, desc190, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Channels-DuplicateChannel" type="Panel">
		<name id="Channels/DuplicateChannel/name" value="Kanaal dupliceren"/> 
		<context id="Channels/DuplicateChannel/context" value="Kanalen &gt; Kanaal dupliceren"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDplc = charIDToTypeID( "Dplc" ); var desc191 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref118 = new ActionReference(); var idChnl = charIDToTypeID( "Chnl" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref118.putEnumerated( idChnl, idOrdn, idTrgt ); desc191.putReference( idnull, ref118 ); executeAction( idDplc, desc191, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Channels-DeleteChannel" type="Panel">
		<name id="Channels/DeleteChannel/name" value="Kanaal verwijderen"/> 
		<context id="Channels/DeleteChannel/context" value="Kanalen &gt; Kanaal verwijderen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDlt = charIDToTypeID( "Dlt " ); var desc192 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref119 = new ActionReference(); var idChnl = charIDToTypeID( "Chnl" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref119.putEnumerated( idChnl, idOrdn, idTrgt ); desc192.putReference( idnull, ref119 ); executeAction( idDlt, desc192, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Channels-NewSpotChannel" type="Panel">
		<name id="Channels/NewSpotChannel/name" value="Nieuw steunkleurkanaal"/> 
		<context id="Channels/NewSpotChannel/context" value="Kanalen &gt; Nieuw steunkleurkanaal"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMk = charIDToTypeID( "Mk  " ); var desc193 = new ActionDescriptor(); var idNw = charIDToTypeID( "Nw  " ); var idSCch = charIDToTypeID( "SCch" ); desc193.putClass( idNw, idSCch ); executeAction( idMk, desc193, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Channels-MergeSpotChannel" type="Panel">
		<name id="Channels/MergeSpotChannel/name" value="Steunkleurkanaal verenigen"/> 
		<context id="Channels/MergeSpotChannel/context" value="Kanalen &gt; Steunkleurkanaal verenigen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMSpt = charIDToTypeID( "MSpt" ); executeAction( idMSpt, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Channels-ChannelOptions" type="Panel">
		<name id="Channels/ChannelOptions/name" value="Kanaalopties"/> 
		<context id="Channels/ChannelOptions/context" value="Kanalen &gt; Kanaalopties"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc194 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref120 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idChnO = charIDToTypeID( "ChnO" ); ref120.putEnumerated( idMn, idMnIt, idChnO ); desc194.putReference( idnull, ref120 ); executeAction( idslct, desc194, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Channels-SplitChannels" type="Panel">
		<name id="Channels/SplitChannels/name" value="Kanalen splitsen"/> 
		<context id="Channels/SplitChannels/context" value="Kanalen &gt; Kanalen splitsen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idSplC = charIDToTypeID( "SplC" ); executeAction( idSplC, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Channels-MergeChannels" type="Panel">
		<name id="Channels/MergeChannels/name" value="Kanalen verenigen"/> 
		<context id="Channels/MergeChannels/context" value="Kanalen &gt; Kanalen verenigen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc195 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref121 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idMrgC = charIDToTypeID( "MrgC" ); ref121.putEnumerated( idMn, idMnIt, idMrgC ); desc195.putReference( idnull, ref121 ); executeAction( idslct, desc195, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Channels-PanelOptions" type="Panel">
		<name id="Channels/PanelOptions/name" value="Deelvensteropties"/> 
		<context id="Channels/PanelOptions/context" value="Kanalen &gt; Deelvensteropties"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc196 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref122 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idChnP = charIDToTypeID( "ChnP" ); ref122.putEnumerated( idMn, idMnIt, idChnP ); desc196.putReference( idnull, ref122 ); executeAction( idslct, desc196, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="CloneSource-Source1" type="Panel">
		<name id="CloneSource/Source1/name" value="Bron 1"/> 
		<context id="CloneSource/Source1/context" value="Bron klonen &gt; Bron 1"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc198 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref124 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idcloneSourceSourceone = stringIDToTypeID( "cloneSourceSource1" ); ref124.putEnumerated( idMn, idMnIt, idcloneSourceSourceone ); desc198.putReference( idnull, ref124 ); executeAction( idslct, desc198, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="CloneSource-Source2" type="Panel">
		<name id="CloneSource/Source2/name" value="Bron 2"/> 
		<context id="CloneSource/Source2/context" value="Bron klonen &gt; Bron 2"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc199 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref125 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idcloneSourceSourcetwo = stringIDToTypeID( "cloneSourceSource2" ); ref125.putEnumerated( idMn, idMnIt, idcloneSourceSourcetwo ); desc199.putReference( idnull, ref125 ); executeAction( idslct, desc199, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="CloneSource-Source3" type="Panel">
		<name id="CloneSource/Source3/name" value="Bron 3"/> 
		<context id="CloneSource/Source3/context" value="Bron klonen &gt; Bron 3"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc200 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref126 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idcloneSourceSourcethree = stringIDToTypeID( "cloneSourceSource3" ); ref126.putEnumerated( idMn, idMnIt, idcloneSourceSourcethree ); desc200.putReference( idnull, ref126 ); executeAction( idslct, desc200, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="CloneSource-Source4" type="Panel">
		<name id="CloneSource/Source4/name" value="Bron 4"/> 
		<context id="CloneSource/Source4/context" value="Bron klonen &gt; Bron 4"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc201 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref127 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idcloneSourceSourcefour = stringIDToTypeID( "cloneSourceSource4" ); ref127.putEnumerated( idMn, idMnIt, idcloneSourceSourcefour ); desc201.putReference( idnull, ref127 ); executeAction( idslct, desc201, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="CloneSource-Source5" type="Panel">
		<name id="CloneSource/Source5/name" value="Bron 5"/> 
		<context id="CloneSource/Source5/context" value="Bron klonen &gt; Bron 5"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc202 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref128 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idcloneSourceSourcefive = stringIDToTypeID( "cloneSourceSource5" ); ref128.putEnumerated( idMn, idMnIt, idcloneSourceSourcefive ); desc202.putReference( idnull, ref128 ); executeAction( idslct, desc202, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="CloneSource-ResetTransform" type="Panel">
		<name id="CloneSource/ResetTransform/name" value="Transformatie opnieuw instellen"/> 
		<context id="CloneSource/ResetTransform/context" value="Bron klonen &gt; Transformatie opnieuw instellen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc203 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref129 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idcloneSourceResetTransform = stringIDToTypeID( "cloneSourceResetTransform" ); ref129.putEnumerated( idMn, idMnIt, idcloneSourceResetTransform ); desc203.putReference( idnull, ref129 ); executeAction( idslct, desc203, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="CloneSource-LockFrame" type="Panel">
		<name id="CloneSource/LockFrame/name" value="Kader vergrendelen"/> 
		<context id="CloneSource/LockFrame/context" value="Bron klonen &gt; Frame vergrendelen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc204 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref130 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idcloneSourceLockFrame = stringIDToTypeID( "cloneSourceLockFrame" ); ref130.putEnumerated( idMn, idMnIt, idcloneSourceLockFrame ); desc204.putReference( idnull, ref130 ); executeAction( idslct, desc204, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="CloneSource-ShowOverlay" type="Panel">
		<name id="CloneSource/ShowOverlay/name" value="Overlay tonen"/> 
		<context id="CloneSource/ShowOverlay/context" value="Bron klonen &gt; Overlay tonen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc205 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref131 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idcloneSourceShowOverlay = stringIDToTypeID( "cloneSourceShowOverlay" ); ref131.putEnumerated( idMn, idMnIt, idcloneSourceShowOverlay ); desc205.putReference( idnull, ref131 ); executeAction( idslct, desc205, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="CloneSource-AutoHideOverlay" type="Panel">
		<name id="CloneSource/AutoHideOverlay/name" value="Overlay automatisch verbergen"/> 
		<context id="CloneSource/AutoHideOverlay/context" value="Bron klonen &gt; Overlay automatisch verbergen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc206 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref132 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idcloneSourceAutoHideOverlay = stringIDToTypeID( "cloneSourceAutoHideOverlay" ); ref132.putEnumerated( idMn, idMnIt, idcloneSourceAutoHideOverlay ); desc206.putReference( idnull, ref132 ); executeAction( idslct, desc206, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="CloneSource-InvertOverlay" type="Panel">
		<name id="CloneSource/InvertOverlay/name" value="Overlay omkeren"/> 
		<context id="CloneSource/InvertOverlay/context" value="Bron klonen &gt; Overlay omkeren"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc207 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref133 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idcloneSourceInvertOverlay = stringIDToTypeID( "cloneSourceInvertOverlay" ); ref133.putEnumerated( idMn, idMnIt, idcloneSourceInvertOverlay ); desc207.putReference( idnull, ref133 ); executeAction( idslct, desc207, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Color-GrayscaleSlider" type="Panel">
		<name id="Color/GrayscaleSlider/name" value="Grijswaarden"/> 
		<context id="Color/GrayscaleSlider/context" value="Kleur &gt; Grijswaarden"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc2 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref2 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idPckG = charIDToTypeID( "PckG" ); ref2.putEnumerated( idMn, idMnIt, idPckG ); desc2.putReference( idnull, ref2 ); executeAction( idslct, desc2, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Color-RGBSliders" type="Panel">
		<name id="Color/RGBSliders/name" value="RGB-kleuren"/> 
		<context id="Color/RGBSliders/context" value="Kleur &gt; RGB-kleuren"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc3 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref3 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idPckR = charIDToTypeID( "PckR" ); ref3.putEnumerated( idMn, idMnIt, idPckR ); desc3.putReference( idnull, ref3 ); executeAction( idslct, desc3, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Color-HSBSliders" type="Panel">
		<name id="Color/HSBSliders/name" value="HSB-kleuren"/> 
		<context id="Color/HSBSliders/context" value="Kleur &gt; HSB-kleuren"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc4 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref4 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idPckH = charIDToTypeID( "PckH" ); ref4.putEnumerated( idMn, idMnIt, idPckH ); desc4.putReference( idnull, ref4 ); executeAction( idslct, desc4, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Color-CMYKSliders" type="Panel">
		<name id="Color/CMYKSliders/name" value="CMYK-kleuren"/> 
		<context id="Color/CMYKSliders/context" value="Kleur &gt; CMYK-kleuren"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc5 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref5 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idPckC = charIDToTypeID( "PckC" ); ref5.putEnumerated( idMn, idMnIt, idPckC ); desc5.putReference( idnull, ref5 ); executeAction( idslct, desc5, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Color-LabSliders" type="Panel">
		<name id="Color/LabSliders/name" value="Lab-kleuren"/> 
		<context id="Color/LabSliders/context" value="Kleur &gt; Lab-kleuren"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc6 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref6 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idPckL = charIDToTypeID( "PckL" ); ref6.putEnumerated( idMn, idMnIt, idPckL ); desc6.putReference( idnull, ref6 ); executeAction( idslct, desc6, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Color-WebColorSliders" type="Panel">
		<name id="Color/WebColorSliders/name" value="Webkleuren"/> 
		<context id="Color/WebColorSliders/context" value="Kleur &gt; Webkleuren"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc7 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref7 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idpickWeb = stringIDToTypeID( "pickWeb" ); ref7.putEnumerated( idMn, idMnIt, idpickWeb ); desc7.putReference( idnull, ref7 ); executeAction( idslct, desc7, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Color-CopyColorasHTML" type="Panel">
		<name id="Color/CopyColorasHTML/name" value="Kleur kopiëren als HTML"/> 
		<context id="Color/CopyColorasHTML/context" value="Kleur &gt; Kleur kopiëren als HTML"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc8 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref8 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idcopyAsHTML = stringIDToTypeID( "copyAsHTML" ); ref8.putEnumerated( idMn, idMnIt, idcopyAsHTML ); desc8.putReference( idnull, ref8 ); executeAction( idslct, desc8, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Color-RGBSpectrum" type="Panel">
		<name id="Color/RGBSpectrum/name" value="RGB-spectrum"/> 
		<context id="Color/RGBSpectrum/context" value="Kleur &gt; RGB-spectrum"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc9 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref9 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idRGBSpectrum = stringIDToTypeID( "RGBSpectrum" ); ref9.putEnumerated( idMn, idMnIt, idRGBSpectrum ); desc9.putReference( idnull, ref9 ); executeAction( idslct, desc9, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Color-CMYKSpectrum" type="Panel">
		<name id="Color/CMYKSpectrum/name" value="CMYK-spectrum"/> 
		<context id="Color/CMYKSpectrum/context" value="Kleur &gt; CMYK-spectrum"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc10 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref10 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idCMYKSpectrum = stringIDToTypeID( "CMYKSpectrum" ); ref10.putEnumerated( idMn, idMnIt, idCMYKSpectrum ); desc10.putReference( idnull, ref10 ); executeAction( idslct, desc10, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Color-GrayscaleRamp" type="Panel">
		<name id="Color/GrayscaleRamp/name" value="Grijswaardencurve"/> 
		<context id="Color/GrayscaleRamp/context" value="Kleur &gt; Grijswaardencurve"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc11 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref11 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idgrayScaleRamp = stringIDToTypeID( "grayScaleRamp" ); ref11.putEnumerated( idMn, idMnIt, idgrayScaleRamp ); desc11.putReference( idnull, ref11 ); executeAction( idslct, desc11, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Color-CurrentColors" type="Panel">
		<name id="Color/CurrentColors/name" value="Huidige kleuren"/> 
		<context id="Color/CurrentColors/context" value="Kleur &gt; Huidige kleuren"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc12 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref12 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idcurrentColors = stringIDToTypeID( "currentColors" ); ref12.putEnumerated( idMn, idMnIt, idcurrentColors ); desc12.putReference( idnull, ref12 ); executeAction( idslct, desc12, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Color-MakeRampWebSafe" type="Panel">
		<name id="Color/MakeRampWebSafe/name" value="Webbeveiliging instellen"/> 
		<context id="Color/MakeRampWebSafe/context" value="Kleur &gt; Webbeveiliging instellen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc13 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref13 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idwebSafeRamp = stringIDToTypeID( "webSafeRamp" ); ref13.putEnumerated( idMn, idMnIt, idwebSafeRamp ); desc13.putReference( idnull, ref13 ); executeAction( idslct, desc13, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Histogram-UncachedRefresh" type="Panel">
		<name id="Histogram/UncachedRefresh/name" value="Buiten cache vernieuwen"/> 
		<context id="Histogram/UncachedRefresh/context" value="Histogram &gt; Buiten cache vernieuwen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc14 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref14 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idhistogramPaletteUncachedRefresh = stringIDToTypeID( "histogramPaletteUncachedRefresh" ); ref14.putEnumerated( idMn, idMnIt, idhistogramPaletteUncachedRefresh ); desc14.putReference( idnull, ref14 ); executeAction( idslct, desc14, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Histogram-CompactView" type="Panel">
		<name id="Histogram/CompactView/name" value="Compacte weergave"/> 
		<context id="Histogram/CompactView/context" value="Histogram &gt; Compacte weergave"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc15 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref15 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idhistogramPaletteCompactView = stringIDToTypeID( "histogramPaletteCompactView" ); ref15.putEnumerated( idMn, idMnIt, idhistogramPaletteCompactView ); desc15.putReference( idnull, ref15 ); executeAction( idslct, desc15, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Histogram-ExpandedView" type="Panel">
		<name id="Histogram/ExpandedView/name" value="Uitgebreide weergave"/> 
		<context id="Histogram/ExpandedView/context" value="Histogram &gt; Uitgebreide weergave"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc16 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref16 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idhistogramPaletteExpandedView = stringIDToTypeID( "histogramPaletteExpandedView" ); ref16.putEnumerated( idMn, idMnIt, idhistogramPaletteExpandedView ); desc16.putReference( idnull, ref16 ); executeAction( idslct, desc16, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Histogram-AllChannelsView" type="Panel">
		<name id="Histogram/AllChannelsView/name" value="Alle kanalen weergeven"/> 
		<context id="Histogram/AllChannelsView/context" value="Histogram &gt; Alle kanalen weergeven"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc17 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref17 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idhistogramPaletteAllChannelsView = stringIDToTypeID( "histogramPaletteAllChannelsView" ); ref17.putEnumerated( idMn, idMnIt, idhistogramPaletteAllChannelsView ); desc17.putReference( idnull, ref17 ); executeAction( idslct, desc17, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Histogram-ShowStatistics" type="Panel">
		<name id="Histogram/ShowStatistics/name" value="Statistieken tonen"/> 
		<context id="Histogram/ShowStatistics/context" value="Histogram &gt; Statistieken tonen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc18 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref18 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idhistogramPaletteShowStatistics = stringIDToTypeID( "histogramPaletteShowStatistics" ); ref18.putEnumerated( idMn, idMnIt, idhistogramPaletteShowStatistics ); desc18.putReference( idnull, ref18 ); executeAction( idslct, desc18, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Histogram-ShowChannelsinColor" type="Panel">
		<name id="Histogram/ShowChannelsinColor/name" value="Kanalen in kleur tonen"/> 
		<context id="Histogram/ShowChannelsinColor/context" value="Histogram &gt; Kanalen in kleur tonen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc19 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref19 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idhistogramPaletteShowChannelsInColor = stringIDToTypeID( "histogramPaletteShowChannelsInColor" ); ref19.putEnumerated( idMn, idMnIt, idhistogramPaletteShowChannelsInColor ); desc19.putReference( idnull, ref19 ); executeAction( idslct, desc19, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="History-StepForward" type="Panel">
		<name id="History/StepForward/name" value="Stap vooruit"/> 
		<context id="History/StepForward/context" value="Historie &gt; Stap vooruit"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idNxt = charIDToTypeID( "Nxt " ); var desc20 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref20 = new ActionReference(); var idHstS = charIDToTypeID( "HstS" ); ref20.putClass( idHstS ); desc20.putReference( idnull, ref20 ); executeAction( idNxt, desc20, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="History-StepBackward" type="Panel">
		<name id="History/StepBackward/name" value="Stap terug"/> 
		<context id="History/StepBackward/context" value="Historie &gt; Stap terug"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idPrvs = charIDToTypeID( "Prvs" ); var desc21 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref21 = new ActionReference(); var idHstS = charIDToTypeID( "HstS" ); ref21.putClass( idHstS ); desc21.putReference( idnull, ref21 ); executeAction( idPrvs, desc21, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="History-NewSnapshot" type="Panel">
		<name id="History/NewSnapshot/name" value="Nieuwe opname"/> 
		<context id="History/NewSnapshot/context" value="Historie &gt; Nieuwe opname"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMk = charIDToTypeID( "Mk  " ); var desc22 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref22 = new ActionReference(); var idSnpS = charIDToTypeID( "SnpS" ); ref22.putClass( idSnpS ); desc22.putReference( idnull, ref22 ); executeAction( idMk, desc22, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="History-Delete" type="Panel">
		<name id="History/Delete/name" value="Verwijderen"/> 
		<context id="History/Delete/context" value="Historie &gt; Verwijderen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDlt = charIDToTypeID( "Dlt " ); var desc23 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref23 = new ActionReference(); var idHstS = charIDToTypeID( "HstS" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref23.putEnumerated( idHstS, idOrdn, idTrgt ); desc23.putReference( idnull, ref23 ); executeAction( idDlt, desc23, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="History-ClearHistory" type="Panel">
		<name id="History/ClearHistory/name" value="Historie wissen"/> 
		<context id="History/ClearHistory/context" value="Historie &gt; Historie wissen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCler = charIDToTypeID( "Cler" ); var desc24 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref24 = new ActionReference(); var idPrpr = charIDToTypeID( "Prpr" ); var idHsSt = charIDToTypeID( "HsSt" ); ref24.putProperty( idPrpr, idHsSt ); var idDcmn = charIDToTypeID( "Dcmn" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref24.putEnumerated( idDcmn, idOrdn, idTrgt ); desc24.putReference( idnull, ref24 ); executeAction( idCler, desc24, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="History-NewDocument" type="Panel">
		<name id="History/NewDocument/name" value="Nieuw document"/> 
		<context id="History/NewDocument/context" value="Historie &gt; Nieuw document"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMk = charIDToTypeID( "Mk  " ); var desc25 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref25 = new ActionReference(); var idDcmn = charIDToTypeID( "Dcmn" ); ref25.putClass( idDcmn ); desc25.putReference( idnull, ref25 ); var idUsng = charIDToTypeID( "Usng" ); var ref26 = new ActionReference(); var idHstS = charIDToTypeID( "HstS" ); var idCrnH = charIDToTypeID( "CrnH" ); ref26.putProperty( idHstS, idCrnH ); desc25.putReference( idUsng, ref26 ); executeAction( idMk, desc25, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="History-HistoryOptions" type="Panel">
		<name id="History/HistoryOptions/name" value="Historieopties"/> 
		<context id="History/HistoryOptions/context" value="Historie &gt; Historieopties"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc26 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref27 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idHstO = charIDToTypeID( "HstO" ); ref27.putEnumerated( idMn, idMnIt, idHstO ); desc26.putReference( idnull, ref27 ); executeAction( idslct, desc26, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Info-PanelOptions" type="Panel">
		<name id="Info/PanelOptions/name" value="Deelvensteropties"/> 
		<context id="Info/PanelOptions/context" value="Info &gt; Deelvensteropties"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc29 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref30 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idInfP = charIDToTypeID( "InfP" ); ref30.putEnumerated( idMn, idMnIt, idInfP ); desc29.putReference( idnull, ref30 ); executeAction( idslct, desc29, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Info-ColorSamplers" type="Panel">
		<name id="Info/ColorSamplers/name" value="Kleurenpipetten"/> 
		<context id="Info/ColorSamplers/context" value="Info &gt; Kleurenpipetten"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc30 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref31 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idInfT = charIDToTypeID( "InfT" ); ref31.putEnumerated( idMn, idMnIt, idInfT ); desc30.putReference( idnull, ref31 ); executeAction( idslct, desc30, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="LayerComps-NewLayerComp" type="Panel">
		<name id="LayerComps/NewLayerComp/name" value="Nieuwe laagsamenstelling"/> 
		<context id="LayerComps/NewLayerComp/context" value="Laagsamenstellingen &gt; Nieuwe laagsamenstelling"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMk = charIDToTypeID( "Mk  " ); var desc31 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref32 = new ActionReference(); var idcompsClass = stringIDToTypeID( "compsClass" ); ref32.putClass( idcompsClass ); desc31.putReference( idnull, ref32 ); executeAction( idMk, desc31, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="LayerComps-DuplicateLayerComp" type="Panel">
		<name id="LayerComps/DuplicateLayerComp/name" value="Laagsamenstelling dupliceren"/> 
		<context id="LayerComps/DuplicateLayerComp/context" value="Laagsamenstellingen &gt; Laagsamenstelling dupliceren"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDplc = charIDToTypeID( "Dplc" ); var desc32 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref33 = new ActionReference(); var idcompsClass = stringIDToTypeID( "compsClass" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref33.putEnumerated( idcompsClass, idOrdn, idTrgt ); desc32.putReference( idnull, ref33 ); executeAction( idDplc, desc32, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="LayerComps-DeleteLayerComp" type="Panel">
		<name id="LayerComps/DeleteLayerComp/name" value="Laagsamenstelling verwijderen"/> 
		<context id="LayerComps/DeleteLayerComp/context" value="Laagsamenstellingen &gt; Laagsamenstelling verwijderen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDlt = charIDToTypeID( "Dlt " ); var desc33 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref34 = new ActionReference(); var idcompsClass = stringIDToTypeID( "compsClass" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref34.putEnumerated( idcompsClass, idOrdn, idTrgt ); desc33.putReference( idnull, ref34 ); executeAction( idDlt, desc33, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="LayerComps-UpdateLayerComp" type="Panel">
		<name id="LayerComps/UpdateLayerComp/name" value="Laagsamenstelling bijwerken"/> 
		<context id="LayerComps/UpdateLayerComp/context" value="Laagsamenstellingen &gt; Laagsamenstelling bijwerken"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idrecapture = stringIDToTypeID( "recapture" ); var desc34 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref35 = new ActionReference(); var idcompsClass = stringIDToTypeID( "compsClass" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref35.putEnumerated( idcompsClass, idOrdn, idTrgt ); desc34.putReference( idnull, ref35 ); executeAction( idrecapture, desc34, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="LayerComps-ApplyLayerComp" type="Panel">
		<name id="LayerComps/ApplyLayerComp/name" value="Laagsamenstelling toepassen"/> 
		<context id="LayerComps/ApplyLayerComp/context" value="Laagsamenstellingen &gt; Laagsamenstelling toepassen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idapplyComp = stringIDToTypeID( "applyComp" ); var desc35 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref36 = new ActionReference(); var idcompsClass = stringIDToTypeID( "compsClass" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref36.putEnumerated( idcompsClass, idOrdn, idTrgt ); desc35.putReference( idnull, ref36 ); executeAction( idapplyComp, desc35, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="LayerComps-NextLayerComp" type="Panel">
		<name id="LayerComps/NextLayerComp/name" value="Volgende laagsamenstelling"/> 
		<context id="LayerComps/NextLayerComp/context" value="Laagsamenstellingen &gt; Volgende laagsamenstelling"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idapplyComp = stringIDToTypeID( "applyComp" ); var desc36 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref37 = new ActionReference(); var idcompsClass = stringIDToTypeID( "compsClass" ); var idOrdn = charIDToTypeID( "Ordn" ); var idNxt = charIDToTypeID( "Nxt " ); ref37.putEnumerated( idcompsClass, idOrdn, idNxt ); desc36.putReference( idnull, ref37 ); executeAction( idapplyComp, desc36, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="LayerComps-PreviousLayerComp" type="Panel">
		<name id="LayerComps/PreviousLayerComp/name" value="Vorige laagsamenstelling"/> 
		<context id="LayerComps/PreviousLayerComp/context" value="Laagsamenstellingen &gt; Vorige laagsamenstelling"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idapplyComp = stringIDToTypeID( "applyComp" ); var desc37 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref38 = new ActionReference(); var idcompsClass = stringIDToTypeID( "compsClass" ); var idOrdn = charIDToTypeID( "Ordn" ); var idPrvs = charIDToTypeID( "Prvs" ); ref38.putEnumerated( idcompsClass, idOrdn, idPrvs ); desc37.putReference( idnull, ref38 ); executeAction( idapplyComp, desc37, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="LayerComps-RestoreLastDocumentState" type="Panel">
		<name id="LayerComps/RestoreLastDocumentState/name" value="Laatste documentstatus herstellen"/> 
		<context id="LayerComps/RestoreLastDocumentState/context" value="Laagsamenstellingen &gt; Laatste documentstatus herstellen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idresetFromComp = stringIDToTypeID( "resetFromComp" ); var desc38 = new ActionDescriptor(); executeAction( idresetFromComp, desc38, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="LayerComps-LayerCompOptions" type="Panel">
		<name id="LayerComps/LayerCompOptions/name" value="Opties laagsamenstelling"/> 
		<context id="LayerComps/LayerCompOptions/context" value="Laagsamenstellingen &gt; Opties laagsamenstelling"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc39 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref39 = new ActionReference(); var idcompsClass = stringIDToTypeID( "compsClass" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref39.putEnumerated( idcompsClass, idOrdn, idTrgt ); desc39.putReference( idnull, ref39 ); executeAction( idsetd, desc39, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-NewLayer" type="Panel">
		<name id="Layers/NewLayer/name" value="Nieuwe laag"/> 
		<context id="Layers/NewLayer/context" value="Lagen &gt; Nieuwe laag"/>
		<desc id="Layers/NewLayer/desc" value="Een nieuwe laag maken"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id987 = charIDToTypeID( "Mk  " ); var desc185 = new ActionDescriptor(); var id988 = charIDToTypeID( "null" ); var ref144 = new ActionReference(); var id989 = charIDToTypeID( "Lyr " ); ref144.putClass( id989 ); desc185.putReference( id988, ref144 ); executeAction( id987, desc185, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-DuplicateLayer(Group)" type="Panel">
		<name id="Layers/DuplicateLayer(Group)/name" value="Laag/groep dupliceren"/> 
		<context id="Layers/DuplicateLayer(Group)/context" value="Lagen &gt; Laag/Groep dupliceren"/>
		<desc id="Layers/DuplicateLayer(Group)/desc" value="Dupliceer de geselecteerde la(a)g(en) of groep(en)"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id990 = charIDToTypeID( "Dplc" ); var desc186 = new ActionDescriptor(); var id991 = charIDToTypeID( "null" ); var ref145 = new ActionReference(); var id992 = charIDToTypeID( "Lyr " ); var id993 = charIDToTypeID( "Ordn" ); var id994 = charIDToTypeID( "Trgt" ); ref145.putEnumerated( id992, id993, id994 ); desc186.putReference( id991, ref145 ); executeAction( id990, desc186, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-DeleteLayer(Group)" type="Panel">
		<name id="Layers/DeleteLayer(Group)/name" value="Laag/groep verwijderen"/> 
		<context id="Layers/DeleteLayer(Group)/context" value="Lagen &gt; Laag/Groep verwijderen"/>
		<desc id="Layers/DeleteLayer(Group)/desc" value="Verwijder de geselecteerde la(a)g(en) of groep(en)"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id995 = charIDToTypeID( "Dlt " ); var desc187 = new ActionDescriptor(); var id996 = charIDToTypeID( "null" ); var ref146 = new ActionReference(); var id997 = charIDToTypeID( "Lyr " ); var id998 = charIDToTypeID( "Ordn" ); var id999 = charIDToTypeID( "Trgt" ); ref146.putEnumerated( id997, id998, id999 ); desc187.putReference( id996, ref146 ); executeAction( id995, desc187, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-DeleteHiddenLayers" type="Panel">
		<name id="Layers/DeleteHiddenLayers/name" value="Verborgen lagen verwijderen"/> 
		<context id="Layers/DeleteHiddenLayers/context" value="Lagen &gt; Verborgen lagen verwijderen"/>
		<desc id="Layers/DeleteHiddenLayers/desc" value="Verwijder verborgen lagen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id1000 = charIDToTypeID( "Dlt " ); var desc188 = new ActionDescriptor(); var id1001 = charIDToTypeID( "null" ); var ref147 = new ActionReference(); var id1002 = charIDToTypeID( "Lyr " ); var id1003 = charIDToTypeID( "Ordn" ); var id1004 = stringIDToTypeID( "hidden" ); ref147.putEnumerated( id1002, id1003, id1004 ); desc188.putReference( id1001, ref147 ); executeAction( id1000, desc188, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-NewGroup" type="Panel">
		<name id="Layers/NewGroup/name" value="Nieuwe groep"/> 
		<context id="Layers/NewGroup/context" value="Lagen &gt; Nieuwe groep"/>
		<desc id="Layers/NewGroup/desc" value="Maak een nieuwe laaggroep"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id1005 = charIDToTypeID( "slct" ); var desc189 = new ActionDescriptor(); var id1006 = charIDToTypeID( "null" ); var ref148 = new ActionReference(); var id1007 = charIDToTypeID( "Mn  " ); var id1008 = charIDToTypeID( "MnIt" ); var id1009 = stringIDToTypeID( "layerSection" ); ref148.putEnumerated( id1007, id1008, id1009 ); desc189.putReference( id1006, ref148 ); executeAction( id1005, desc189, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-NewGroupfromLayers" type="Panel">
		<name id="Layers/NewGroupfromLayers/name" value="Nieuwe groep van lagen"/> 
		<context id="Layers/NewGroupfromLayers/context" value="Lagen &gt; Nieuwe groep van lagen"/>
		<desc id="Layers/NewGroupfromLayers/desc" value="Maak een nieuwe laaggroep die de geselecteerde laag of lagen bevat"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id1010 = stringIDToTypeID( "groupLayersEvent" ); var desc190 = new ActionDescriptor(); var id1011 = charIDToTypeID( "null" ); var ref149 = new ActionReference(); var id1012 = charIDToTypeID( "Lyr " ); var id1013 = charIDToTypeID( "Ordn" ); var id1014 = charIDToTypeID( "Trgt" ); ref149.putEnumerated( id1012, id1013, id1014 ); desc190.putReference( id1011, ref149 ); executeAction( id1010, desc190, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-LockAllLayers" type="Panel">
		<name id="Layers/LockAllLayers/name" value="Alle lagen vergrendelen"/> 
		<context id="Layers/LockAllLayers/context" value="Lagen &gt; Alle lagen vergrendelen"/>
		<desc id="Layers/LockAllLayers/desc" value="Vergrendel alle geselecteerde lagen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id1015 = charIDToTypeID( "slct" ); var desc191 = new ActionDescriptor(); var id1016 = charIDToTypeID( "null" ); var ref150 = new ActionReference(); var id1017 = charIDToTypeID( "Mn  " ); var id1018 = charIDToTypeID( "MnIt" ); var id1019 = stringIDToTypeID( "applyLocking" ); ref150.putEnumerated( id1017, id1018, id1019 ); desc191.putReference( id1016, ref150 ); executeAction( id1015, desc191, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-ConverttoSmartObject" type="Panel">
		<name id="Layers/ConverttoSmartObject/name" value="Omzetten in slim object"/> 
		<context id="Layers/ConverttoSmartObject/context" value="Lagen &gt; Omzetten in slim object"/>
		<desc id="Layers/ConverttoSmartObject/desc" value="Zet de geselecteerde laag of lagen om in een slim object"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id1020 = charIDToTypeID( "slct" ); var desc192 = new ActionDescriptor(); var id1021 = charIDToTypeID( "null" ); var ref151 = new ActionReference(); var id1022 = charIDToTypeID( "Mn  " ); var id1023 = charIDToTypeID( "MnIt" ); var id1024 = stringIDToTypeID( "newPlacedLayer" ); ref151.putEnumerated( id1022, id1023, id1024 ); desc192.putReference( id1021, ref151 ); executeAction( id1020, desc192, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-EditContents" type="Panel">
		<name id="Layers/EditContents/name" value="Inhoud bewerken"/> 
		<context id="Layers/EditContents/context" value="Lagen &gt; Inhoud bewerken"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id1025 = charIDToTypeID( "slct" ); var desc193 = new ActionDescriptor(); var id1026 = charIDToTypeID( "null" ); var ref152 = new ActionReference(); var id1027 = charIDToTypeID( "Mn  " ); var id1028 = charIDToTypeID( "MnIt" ); var id1029 = stringIDToTypeID( "placedLayerEditContents" ); ref152.putEnumerated( id1027, id1028, id1029 ); desc193.putReference( id1026, ref152 ); executeAction( id1025, desc193, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-Layer(Group)Properties" type="Panel">
		<name id="Layers/Layer(Group)Properties/name" value="Laag-/Groepeigenschappen"/> 
		<context id="Layers/Layer(Group)Properties/context" value="Lagen &gt; Laageigenschappen/Groepeigenschappen"/>
		<desc id="Layers/Layer(Group)Properties/desc" value="Pas de eigenschappen van de geselecteerde laag of groep aan"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id1030 = charIDToTypeID( "slct" ); var desc194 = new ActionDescriptor(); var id1031 = charIDToTypeID( "null" ); var ref153 = new ActionReference(); var id1032 = charIDToTypeID( "Mn  " ); var id1033 = charIDToTypeID( "MnIt" ); var id1034 = charIDToTypeID( "LyrO" ); ref153.putEnumerated( id1032, id1033, id1034 ); desc194.putReference( id1031, ref153 ); executeAction( id1030, desc194, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-BlendingOptions" type="Panel">
		<name id="Layers/BlendingOptions/name" value="Opties voor overvloeien"/> 
		<context id="Layers/BlendingOptions/context" value="Lagen &gt; Opties voor overvloeien"/>
		<desc id="Layers/BlendingOptions/desc" value="Definieer de overvloeiopties van een geselecteerde laag"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id1035 = charIDToTypeID( "setd" ); var desc195 = new ActionDescriptor(); var id1036 = charIDToTypeID( "null" ); var ref154 = new ActionReference(); var id1037 = charIDToTypeID( "Prpr" ); var id1038 = stringIDToTypeID( "blendOptions" ); ref154.putProperty( id1037, id1038 ); var id1039 = charIDToTypeID( "Lyr " ); var id1040 = charIDToTypeID( "Ordn" ); var id1041 = charIDToTypeID( "Trgt" ); ref154.putEnumerated( id1039, id1040, id1041 ); desc195.putReference( id1036, ref154 ); var id1042 = charIDToTypeID( "T   " ); var desc196 = new ActionDescriptor(); var id1043 = stringIDToTypeID( "blendOptions" ); var id1044 = stringIDToTypeID( "blendOptions" ); desc196.putClass( id1043, id1044 ); var id1045 = stringIDToTypeID( "blendOptions" ); desc195.putObject( id1042, id1045, desc196 ); executeAction( id1035, desc195, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-Create/ReleaseClippingMask" type="Panel">
		<name id="Layers/Create/ReleaseClippingMask/name" value="Uitknipmasker maken/vrijgeven"/> 
		<context id="Layers/Create/ReleaseClippingMask/context" value="Lagen &gt; Uitknipmasker maken/opheffen"/>
		<desc id="Layers/Create/ReleaseClippingMask/desc" value="Maak een uitknipmasker of hef een uitknipmasker op"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id1046 = charIDToTypeID( "GrpL" ); executeAction( id1046, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-Link/UnlinkLayers" type="Panel">
		<name id="Layers/Link/UnlinkLayers/name" value="Lagen koppelen/ontkoppelen"/> 
		<context id="Layers/Link/UnlinkLayers/context" value="Lagen &gt; Lagen koppelen/ontkoppelen"/>
		<desc id="Layers/Link/UnlinkLayers/desc" value="De geselecteerde lagen koppelen of loskoppelen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id1047 = stringIDToTypeID( "linkSelectedLayers" ); var desc197 = new ActionDescriptor(); var id1048 = charIDToTypeID( "null" ); var ref155 = new ActionReference(); var id1049 = charIDToTypeID( "Lyr " ); var id1050 = charIDToTypeID( "Ordn" ); var id1051 = charIDToTypeID( "Trgt" ); ref155.putEnumerated( id1049, id1050, id1051 ); desc197.putReference( id1048, ref155 ); executeAction( id1047, desc197, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-SelectLinkedLayers" type="Panel">
		<name id="Layers/SelectLinkedLayers/name" value="Gekoppelde lagen selecteren"/> 
		<context id="Layers/SelectLinkedLayers/context" value="Lagen &gt; Gekoppelde lagen selecteren"/>
		<desc id="Layers/SelectLinkedLayers/desc" value="Selecteer alle gekoppelde lagen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id1052 = stringIDToTypeID( "selectLinkedLayers" ); var desc198 = new ActionDescriptor(); var id1053 = charIDToTypeID( "null" ); var ref156 = new ActionReference(); var id1054 = charIDToTypeID( "Lyr " ); var id1055 = charIDToTypeID( "Ordn" ); var id1056 = charIDToTypeID( "Trgt" ); ref156.putEnumerated( id1054, id1055, id1056 ); desc198.putReference( id1053, ref156 ); executeAction( id1052, desc198, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-MergeLayers" type="Panel">
		<name id="Layers/MergeLayers/name" value="Lagen verenigen"/> 
		<context id="Layers/MergeLayers/context" value="Lagen &gt; Lagen verenigen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id1057 = charIDToTypeID( "Mrg2" ); executeAction( id1057, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-MergeVisible" type="Panel">
		<name id="Layers/MergeVisible/name" value="Verenigen; zichtbaar"/> 
		<context id="Layers/MergeVisible/context" value="Lagen &gt; Verenigen; zichtbaar"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id1058 = charIDToTypeID( "MrgV" ); executeAction( id1058, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-FlattenImage" type="Panel">
		<name id="Layers/FlattenImage/name" value="Eén laag maken"/> 
		<context id="Layers/FlattenImage/context" value="Lagen &gt; Eén laag maken"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id1059 = charIDToTypeID( "FltI" ); executeAction( id1059, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-Automatic" type="Panel">
		<name id="Layers/Automatic/name" value="Automatisch"/> 
		<context id="Layers/Automatic/context" value="Lagen &gt; Animatieopties &gt; Automatisch"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id1060 = charIDToTypeID( "slct" ); var desc199 = new ActionDescriptor(); var id1061 = charIDToTypeID( "null" ); var ref157 = new ActionReference(); var id1062 = charIDToTypeID( "Mn  " ); var id1063 = charIDToTypeID( "MnIt" ); var id1064 = stringIDToTypeID( "animationOptionsAuto" ); ref157.putEnumerated( id1062, id1063, id1064 ); desc199.putReference( id1061, ref157 ); executeAction( id1060, desc199, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-AlwaysShow" type="Panel">
		<name id="Layers/AlwaysShow/name" value="Altijd tonen"/> 
		<context id="Layers/AlwaysShow/context" value="Lagen &gt; Animatieopties &gt; Altijd tonen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id1065 = charIDToTypeID( "slct" ); var desc200 = new ActionDescriptor(); var id1066 = charIDToTypeID( "null" ); var ref158 = new ActionReference(); var id1067 = charIDToTypeID( "Mn  " ); var id1068 = charIDToTypeID( "MnIt" ); var id1069 = stringIDToTypeID( "animationOptionsShow" ); ref158.putEnumerated( id1067, id1068, id1069 ); desc200.putReference( id1066, ref158 ); executeAction( id1065, desc200, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-AlwaysHide" type="Panel">
		<name id="Layers/AlwaysHide/name" value="Altijd verbergen"/> 
		<context id="Layers/AlwaysHide/context" value="Lagen &gt; Animatieopties &gt; Altijd verbergen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id1070 = charIDToTypeID( "slct" ); var desc201 = new ActionDescriptor(); var id1071 = charIDToTypeID( "null" ); var ref159 = new ActionReference(); var id1072 = charIDToTypeID( "Mn  " ); var id1073 = charIDToTypeID( "MnIt" ); var id1074 = stringIDToTypeID( "animationOptionsHide" ); ref159.putEnumerated( id1072, id1073, id1074 ); desc201.putReference( id1071, ref159 ); executeAction( id1070, desc201, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-PanelOptions" type="Panel">
		<name id="Layers/PanelOptions/name" value="Deelvensteropties"/> 
		<context id="Layers/PanelOptions/context" value="Lagen &gt; Deelvensteropties"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id1075 = charIDToTypeID( "slct" ); var desc202 = new ActionDescriptor(); var id1076 = charIDToTypeID( "null" ); var ref160 = new ActionReference(); var id1077 = charIDToTypeID( "Mn  " ); var id1078 = charIDToTypeID( "MnIt" ); var id1079 = charIDToTypeID( "LyrP" ); ref160.putEnumerated( id1077, id1078, id1079 ); desc202.putReference( id1076, ref160 ); executeAction( id1075, desc202, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="MeasurementLog-SetMeasurementScale-Default" type="Panel">
		<name id="MeasurementLog/SetMeasurementScale/Default/name" value="Standaard"/> 
		<context id="MeasurementLog/SetMeasurementScale/Default/context" value="Metingslogbestand &gt; Metingsschaal instellen &gt; Standaard"/>
		<desc id="MeasurementLog/SetMeasurementScale/Default/desc" value="Stel een standaardmetingsschaal in"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc40 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref40 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idmeasurementScaleDefault = stringIDToTypeID( "measurementScaleDefault" ); ref40.putEnumerated( idMn, idMnIt, idmeasurementScaleDefault ); desc40.putReference( idnull, ref40 ); executeAction( idslct, desc40, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="MeasurementLog-SetMeasurementScale-Custom" type="Panel">
		<name id="MeasurementLog/SetMeasurementScale/Custom/name" value="Aangepast"/> 
		<context id="MeasurementLog/SetMeasurementScale/Custom/context" value="Metingslogbestand &gt; Metingsschaal instellen &gt; Aangepast"/>
		<desc id="MeasurementLog/SetMeasurementScale/Custom/desc" value="Stel een aangepaste metingsschaal in"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc41 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref41 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idmeasurementScaleCustom = stringIDToTypeID( "measurementScaleCustom" ); ref41.putEnumerated( idMn, idMnIt, idmeasurementScaleCustom ); desc41.putReference( idnull, ref41 ); executeAction( idslct, desc41, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="MeasurementLog-Custom" type="Panel">
		<name id="MeasurementLog/Custom/name" value="Aangepast"/> 
		<context id="MeasurementLog/Custom/context" value="Metingslogbestand &gt; Gegevenspunten selecteren &gt; Aangepast"/>
		<desc id="MeasurementLog/Custom/desc" value="Selecteer aangepaste gegevenspunten voor het metingslogbestand"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc42 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref42 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idmeasurementDataPointsCustom = stringIDToTypeID( "measurementDataPointsCustom" ); ref42.putEnumerated( idMn, idMnIt, idmeasurementDataPointsCustom ); desc42.putReference( idnull, ref42 ); executeAction( idslct, desc42, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="MeasurementLog-RecordMeasurements" type="Panel">
		<name id="MeasurementLog/RecordMeasurements/name" value="Metingen opnemen"/> 
		<context id="MeasurementLog/RecordMeasurements/context" value="Metingslogbestand &gt; Metingen opnemen"/>
		<desc id="MeasurementLog/RecordMeasurements/desc" value="Neem metingen op naar het metingslogbestand"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc43 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref43 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idmeasurementRecordMeasurements = stringIDToTypeID( "measurementRecordMeasurements" ); ref43.putEnumerated( idMn, idMnIt, idmeasurementRecordMeasurements ); desc43.putReference( idnull, ref43 ); executeAction( idslct, desc43, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="MeasurementLog-SelectAll" type="Panel">
		<name id="MeasurementLog/SelectAll/name" value="Alles selecteren"/> 
		<context id="MeasurementLog/SelectAll/context" value="Metingslogbestand &gt; Alles selecteren"/>
		<desc id="MeasurementLog/SelectAll/desc" value="Selecteer alle metingslogbestandgegevens"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc44 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref44 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idmeasurementLogSelectAll = stringIDToTypeID( "measurementLogSelectAll" ); ref44.putEnumerated( idMn, idMnIt, idmeasurementLogSelectAll ); desc44.putReference( idnull, ref44 ); executeAction( idslct, desc44, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="MeasurementLog-DeselectAll" type="Panel">
		<name id="MeasurementLog/DeselectAll/name" value="Alle selecties opheffen"/> 
		<context id="MeasurementLog/DeselectAll/context" value="Metingslogbestand &gt; Alle selecties opheffen"/>
		<desc id="MeasurementLog/DeselectAll/desc" value="Hef de selectie van alle metingslogbestandgegevens op"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc45 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref45 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idmeasurementLogDeselectAll = stringIDToTypeID( "measurementLogDeselectAll" ); ref45.putEnumerated( idMn, idMnIt, idmeasurementLogDeselectAll ); desc45.putReference( idnull, ref45 ); executeAction( idslct, desc45, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="MeasurementLog-ExportSelected" type="Panel">
		<name id="MeasurementLog/ExportSelected/name" value="Geselecteerde elementen exporteren"/> 
		<context id="MeasurementLog/ExportSelected/context" value="Metingslogbestand &gt; Geselecteerde elementen exporteren"/>
		<desc id="MeasurementLog/ExportSelected/desc" value="Exporteer geselecteerde metingslogbestandgegevens"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc46 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref46 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idmeasurementLogExportSelected = stringIDToTypeID( "measurementLogExportSelected" ); ref46.putEnumerated( idMn, idMnIt, idmeasurementLogExportSelected ); desc46.putReference( idnull, ref46 ); executeAction( idslct, desc46, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="MeasurementLog-DeleteSelected" type="Panel">
		<name id="MeasurementLog/DeleteSelected/name" value="Selectie verwijderen"/> 
		<context id="MeasurementLog/DeleteSelected/context" value="Metingslogbestand &gt; Selectie verwijderen"/>
		<desc id="MeasurementLog/DeleteSelected/desc" value="Verwijder geselecteerde metingslogbestandgegevens"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc47 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref47 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idmeasurementLogDeleteSelected = stringIDToTypeID( "measurementLogDeleteSelected" ); ref47.putEnumerated( idMn, idMnIt, idmeasurementLogDeleteSelected ); desc47.putReference( idnull, ref47 ); executeAction( idslct, desc47, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="MeasurementLog-AutoDisplayPalette" type="Panel">
		<name id="MeasurementLog/AutoDisplayPalette/name" value="Deelvenster automatisch weergeven"/> 
		<context id="MeasurementLog/AutoDisplayPalette/context" value="Metingslogbestand &gt; Deelvenster automatisch weergeven"/>
		<desc id="MeasurementLog/AutoDisplayPalette/desc" value="Geef automatisch het deelvenster Metingslogbestand weer"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc48 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref48 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idmeasurementLogAutoDisplayPalette = stringIDToTypeID( "measurementLogAutoDisplayPalette" ); ref48.putEnumerated( idMn, idMnIt, idmeasurementLogAutoDisplayPalette ); desc48.putReference( idnull, ref48 ); executeAction( idslct, desc48, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Navigator-PanelOptions" type="Panel">
		<name id="Navigator/PanelOptions/name" value="Deelvensteropties"/> 
		<context id="Navigator/PanelOptions/context" value="Navigator &gt; Deelvensteropties"/>
		<desc id="Navigator/PanelOptions/desc" value="Bepaal de kleurrandopties voor het venster Navigator"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc49 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref49 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idNvgP = charIDToTypeID( "NvgP" ); ref49.putEnumerated( idMn, idMnIt, idNvgP ); desc49.putReference( idnull, ref49 ); executeAction( idslct, desc49, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Paths-NewPath" type="Panel">
		<name id="Paths/NewPath/name" value="Nieuw pad"/> 
		<context id="Paths/NewPath/context" value="Paden &gt; Nieuw pad"/>
		<desc id="Paths/NewPath/desc" value="Maak een nieuw pad"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMk = charIDToTypeID( "Mk  " ); var desc50 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref50 = new ActionReference(); var idPath = charIDToTypeID( "Path" ); ref50.putClass( idPath ); desc50.putReference( idnull, ref50 ); executeAction( idMk, desc50, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Paths-DuplicatePath" type="Panel">
		<name id="Paths/DuplicatePath/name" value="Pad dupliceren"/> 
		<context id="Paths/DuplicatePath/context" value="Paden &gt; Pad dupliceren"/>
		<desc id="Paths/DuplicatePath/desc" value="Dupliceer een bestaand pad"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDplc = charIDToTypeID( "Dplc" ); var desc51 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref51 = new ActionReference(); var idPath = charIDToTypeID( "Path" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref51.putEnumerated( idPath, idOrdn, idTrgt ); desc51.putReference( idnull, ref51 ); executeAction( idDplc, desc51, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Paths-DeletePath" type="Panel">
		<name id="Paths/DeletePath/name" value="Pad verwijderen"/> 
		<context id="Paths/DeletePath/context" value="Paden &gt; Pad verwijderen"/>
		<desc id="Paths/DeletePath/desc" value="Verwijder een bestaand pad"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDlt = charIDToTypeID( "Dlt " ); var desc52 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref52 = new ActionReference(); var idPath = charIDToTypeID( "Path" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref52.putEnumerated( idPath, idOrdn, idTrgt ); desc52.putReference( idnull, ref52 ); executeAction( idDlt, desc52, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Paths-MakeWorkPath" type="Panel">
		<name id="Paths/MakeWorkPath/name" value="Tijdelijk pad maken"/> 
		<context id="Paths/MakeWorkPath/context" value="Paden &gt; Tijdelijk pad maken"/>
		<desc id="Paths/MakeWorkPath/desc" value="Maak een tijdelijk pad"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMk = charIDToTypeID( "Mk  " ); var desc53 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref53 = new ActionReference(); var idPath = charIDToTypeID( "Path" ); ref53.putClass( idPath ); desc53.putReference( idnull, ref53 ); var idFrom = charIDToTypeID( "From" ); var ref54 = new ActionReference(); var idcsel = charIDToTypeID( "csel" ); var idfsel = charIDToTypeID( "fsel" ); ref54.putProperty( idcsel, idfsel ); desc53.putReference( idFrom, ref54 ); executeAction( idMk, desc53, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Paths-MakeSelection" type="Panel">
		<name id="Paths/MakeSelection/name" value="Selectie maken"/> 
		<context id="Paths/MakeSelection/context" value="Paden &gt; Selectie maken"/>
		<desc id="Paths/MakeSelection/desc" value="Maak een selectie van een pad"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc54 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref55 = new ActionReference(); var idChnl = charIDToTypeID( "Chnl" ); var idfsel = charIDToTypeID( "fsel" ); ref55.putProperty( idChnl, idfsel ); desc54.putReference( idnull, ref55 ); var idT = charIDToTypeID( "T   " ); var ref56 = new ActionReference(); var idPath = charIDToTypeID( "Path" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref56.putEnumerated( idPath, idOrdn, idTrgt ); desc54.putReference( idT, ref56 ); executeAction( idsetd, desc54, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Paths-FillPath" type="Panel">
		<name id="Paths/FillPath/name" value="Pad vullen"/> 
		<context id="Paths/FillPath/context" value="Paden &gt; Pad vullen"/>
		<desc id="Paths/FillPath/desc" value="Vul een pad"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idFl = charIDToTypeID( "Fl  " ); var desc55 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref57 = new ActionReference(); var idPath = charIDToTypeID( "Path" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref57.putEnumerated( idPath, idOrdn, idTrgt ); desc55.putReference( idnull, ref57 ); executeAction( idFl, desc55, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Paths-StrokePath" type="Panel">
		<name id="Paths/StrokePath/name" value="Pad omlijnen"/> 
		<context id="Paths/StrokePath/context" value="Paden &gt; Pad omlijnen"/>
		<desc id="Paths/StrokePath/desc" value="Omlijn de rand van een pad"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idStrk = charIDToTypeID( "Strk" ); var desc56 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref58 = new ActionReference(); var idPath = charIDToTypeID( "Path" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref58.putEnumerated( idPath, idOrdn, idTrgt ); desc56.putReference( idnull, ref58 ); executeAction( idStrk, desc56, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Paths-ClippingPath" type="Panel">
		<name id="Paths/ClippingPath/name" value="Uitknippad"/> 
		<context id="Paths/ClippingPath/context" value="Paden &gt; Uitknippad"/>
		<desc id="Paths/ClippingPath/desc" value="Maak een uitknippad"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc57 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref59 = new ActionReference(); var idPath = charIDToTypeID( "Path" ); var idClPt = charIDToTypeID( "ClPt" ); ref59.putProperty( idPath, idClPt ); desc57.putReference( idnull, ref59 ); executeAction( idsetd, desc57, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Paths-PanelOptions" type="Panel">
		<name id="Paths/PanelOptions/name" value="Deelvensteropties"/> 
		<context id="Paths/PanelOptions/context" value="Paden &gt; Deelvensteropties"/>
		<desc id="Paths/PanelOptions/desc" value="Wijzig de deelvensteropties voor paden"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc58 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref60 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idPthP = charIDToTypeID( "PthP" ); ref60.putEnumerated( idMn, idMnIt, idPthP ); desc58.putReference( idnull, ref60 ); executeAction( idslct, desc58, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Styles-NewStyle" type="Panel">
		<name id="Styles/NewStyle/name" value="Nieuwe stijl"/> 
		<context id="Styles/NewStyle/context" value="Stijlen &gt; Nieuwe stijl"/>
		<desc id="Styles/NewStyle/desc" value="Maak een nieuwe stijl"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc62 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref62 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idSlsN = charIDToTypeID( "SlsN" ); ref62.putEnumerated( idMn, idMnIt, idSlsN ); desc62.putReference( idnull, ref62 ); executeAction( idslct, desc62, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Styles-TextOnly" type="Panel">
		<name id="Styles/TextOnly/name" value="Alleen tekst"/> 
		<context id="Styles/TextOnly/context" value="Stijlen &gt; Alleen tekst"/>
		<desc id="Styles/TextOnly/desc" value="Geef stijlen weer in de vorm van een tekstbeschrijving"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc63 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref63 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idstylesTextView = stringIDToTypeID( "stylesTextView" ); ref63.putEnumerated( idMn, idMnIt, idstylesTextView ); desc63.putReference( idnull, ref63 ); executeAction( idslct, desc63, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Styles-SmallThumbnail" type="Panel">
		<name id="Styles/SmallThumbnail/name" value="Kleine miniaturen"/> 
		<context id="Styles/SmallThumbnail/context" value="Stijlen &gt; Kleine miniaturen"/>
		<desc id="Styles/SmallThumbnail/desc" value="Geef stijlen als kleine miniaturen weer"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc64 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref64 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idstylesSmallThumbnailView = stringIDToTypeID( "stylesSmallThumbnailView" ); ref64.putEnumerated( idMn, idMnIt, idstylesSmallThumbnailView ); desc64.putReference( idnull, ref64 ); executeAction( idslct, desc64, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Styles-LargeThumbnail" type="Panel">
		<name id="Styles/LargeThumbnail/name" value="Grote miniaturen"/> 
		<context id="Styles/LargeThumbnail/context" value="Stijlen &gt; Grote miniaturen"/>
		<desc id="Styles/LargeThumbnail/desc" value="Geef stijlen als grote miniaturen weer"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc65 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref65 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idstylesThumbnailView = stringIDToTypeID( "stylesThumbnailView" ); ref65.putEnumerated( idMn, idMnIt, idstylesThumbnailView ); desc65.putReference( idnull, ref65 ); executeAction( idslct, desc65, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Styles-SmallList" type="Panel">
		<name id="Styles/SmallList/name" value="Kleine lijst"/> 
		<context id="Styles/SmallList/context" value="Stijlen &gt; Kleine lijst"/>
		<desc id="Styles/SmallList/desc" value="Geef stijlen als een kleine lijst weer"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc66 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref66 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idstylesSmallTextView = stringIDToTypeID( "stylesSmallTextView" ); ref66.putEnumerated( idMn, idMnIt, idstylesSmallTextView ); desc66.putReference( idnull, ref66 ); executeAction( idslct, desc66, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Styles-LargeList" type="Panel">
		<name id="Styles/LargeList/name" value="Grote lijst"/> 
		<context id="Styles/LargeList/context" value="Stijlen &gt; Grote lijst"/>
		<desc id="Styles/LargeList/desc" value="Geef stijlen als een grote lijst weer"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc67 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref67 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idstylesTextThumbnailView = stringIDToTypeID( "stylesTextThumbnailView" ); ref67.putEnumerated( idMn, idMnIt, idstylesTextThumbnailView ); desc67.putReference( idnull, ref67 ); executeAction( idslct, desc67, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Styles-ResetStyles" type="Panel">
		<name id="Styles/ResetStyles/name" value="Stijlen herstellen"/> 
		<context id="Styles/ResetStyles/context" value="Stijlen &gt; Stijlen herstellen"/>
		<desc id="Styles/ResetStyles/desc" value="Herstel standaardstijlen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc68 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref68 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idSlsR = charIDToTypeID( "SlsR" ); ref68.putEnumerated( idMn, idMnIt, idSlsR ); desc68.putReference( idnull, ref68 ); executeAction( idslct, desc68, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Styles-LoadStyles" type="Panel">
		<name id="Styles/LoadStyles/name" value="Stijlen laden"/> 
		<context id="Styles/LoadStyles/context" value="Stijlen &gt; Stijlen laden"/>
		<desc id="Styles/LoadStyles/desc" value="Laad stijlen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc69 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref69 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idSlsA = charIDToTypeID( "SlsA" ); ref69.putEnumerated( idMn, idMnIt, idSlsA ); desc69.putReference( idnull, ref69 ); executeAction( idslct, desc69, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Styles-SaveStyles" type="Panel">
		<name id="Styles/SaveStyles/name" value="Stijlen opslaan"/> 
		<context id="Styles/SaveStyles/context" value="Stijlen &gt; Stijlen opslaan"/>
		<desc id="Styles/SaveStyles/desc" value="Sla stijlen op"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc70 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref70 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idSlsv = charIDToTypeID( "Slsv" ); ref70.putEnumerated( idMn, idMnIt, idSlsv ); desc70.putReference( idnull, ref70 ); executeAction( idslct, desc70, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Styles-ReplaceStyles" type="Panel">
		<name id="Styles/ReplaceStyles/name" value="Stijlen vervangen"/> 
		<context id="Styles/ReplaceStyles/context" value="Stijlen &gt; Stijlen vervangen"/>
		<desc id="Styles/ReplaceStyles/desc" value="Vervang bestaande stijlen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc71 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref71 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idSlsd = charIDToTypeID( "Slsd" ); ref71.putEnumerated( idMn, idMnIt, idSlsd ); desc71.putReference( idnull, ref71 ); executeAction( idslct, desc71, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Swatches-NewSwatch" type="Panel">
		<name id="Swatches/NewSwatch/name" value="Nieuw staal"/> 
		<context id="Swatches/NewSwatch/context" value="Stalen &gt; Nieuwe staal"/>
		<desc id="Swatches/NewSwatch/desc" value="Maak een nieuwe staal"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc72 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref72 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idswatchesNew = stringIDToTypeID( "swatchesNew" ); ref72.putEnumerated( idMn, idMnIt, idswatchesNew ); desc72.putReference( idnull, ref72 ); executeAction( idslct, desc72, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Swatches-SmallThumbnail" type="Panel">
		<name id="Swatches/SmallThumbnail/name" value="Kleine miniaturen"/> 
		<context id="Swatches/SmallThumbnail/context" value="Stalen &gt; Kleine miniaturen"/>
		<desc id="Swatches/SmallThumbnail/desc" value="Geef stalen als kleine miniaturen weer"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc73 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref73 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idswatchesThumbnailView = stringIDToTypeID( "swatchesThumbnailView" ); ref73.putEnumerated( idMn, idMnIt, idswatchesThumbnailView ); desc73.putReference( idnull, ref73 ); executeAction( idslct, desc73, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Swatches-LargeThumbnail" type="Panel">
		<name id="Swatches/LargeThumbnail/name" value="Grote miniaturen"/> 
		<context id="Swatches/LargeThumbnail/context" value="Stalen &gt; Grote miniaturen"/>
		<desc id="Swatches/LargeThumbnail/desc" value="Geef stalen als grote miniaturen weer"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc74 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref74 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idswatchesLargeThumbnailView = stringIDToTypeID( "swatchesLargeThumbnailView" ); ref74.putEnumerated( idMn, idMnIt, idswatchesLargeThumbnailView ); desc74.putReference( idnull, ref74 ); executeAction( idslct, desc74, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Swatches-SmallList" type="Panel">
		<name id="Swatches/SmallList/name" value="Kleine lijst"/> 
		<context id="Swatches/SmallList/context" value="Stalen &gt; Kleine lijst"/>
		<desc id="Swatches/SmallList/desc" value="Geef stalen als een kleine lijst weer"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc75 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref75 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idswatchesTextThumbnailView = stringIDToTypeID( "swatchesTextThumbnailView" ); ref75.putEnumerated( idMn, idMnIt, idswatchesTextThumbnailView ); desc75.putReference( idnull, ref75 ); executeAction( idslct, desc75, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Swatches-LargeList" type="Panel">
		<name id="Swatches/LargeList/name" value="Grote lijst"/> 
		<context id="Swatches/LargeList/context" value="Stalen &gt; Grote lijst"/>
		<desc id="Swatches/LargeList/desc" value="Geef stalen als een grote lijst weer"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc76 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref76 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idswatchesLargeListView = stringIDToTypeID( "swatchesLargeListView" ); ref76.putEnumerated( idMn, idMnIt, idswatchesLargeListView ); desc76.putReference( idnull, ref76 ); executeAction( idslct, desc76, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Swatches-ResetSwatches" type="Panel">
		<name id="Swatches/ResetSwatches/name" value="Stalen herstellen"/> 
		<context id="Swatches/ResetSwatches/context" value="Stalen &gt; Stalen herstellen"/>
		<desc id="Swatches/ResetSwatches/desc" value="Herstel de standaardwaarden van stalen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc77 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref77 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idSwtR = charIDToTypeID( "SwtR" ); ref77.putEnumerated( idMn, idMnIt, idSwtR ); desc77.putReference( idnull, ref77 ); executeAction( idslct, desc77, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Swatches-LoadSwatches" type="Panel">
		<name id="Swatches/LoadSwatches/name" value="Stalen laden"/> 
		<context id="Swatches/LoadSwatches/context" value="Stalen &gt; Stalen laden"/>
		<desc id="Swatches/LoadSwatches/desc" value="Laad stalen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc78 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref78 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idSwtA = charIDToTypeID( "SwtA" ); ref78.putEnumerated( idMn, idMnIt, idSwtA ); desc78.putReference( idnull, ref78 ); executeAction( idslct, desc78, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Swatches-SaveSwatches" type="Panel">
		<name id="Swatches/SaveSwatches/name" value="Stalen opslaan"/> 
		<context id="Swatches/SaveSwatches/context" value="Stalen &gt; Stalen opslaan"/>
		<desc id="Swatches/SaveSwatches/desc" value="Sla stalen op"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc79 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref79 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idSwtS = charIDToTypeID( "SwtS" ); ref79.putEnumerated( idMn, idMnIt, idSwtS ); desc79.putReference( idnull, ref79 ); executeAction( idslct, desc79, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Swatches-ReplaceSwatches" type="Panel">
		<name id="Swatches/ReplaceSwatches/name" value="Stalen vervangen"/> 
		<context id="Swatches/ReplaceSwatches/context" value="Stalen &gt; Stalen vervangen"/>
		<desc id="Swatches/ReplaceSwatches/desc" value="Vervang stalen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc80 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref80 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idSwtp = charIDToTypeID( "Swtp" ); ref80.putEnumerated( idMn, idMnIt, idSwtp ); desc80.putReference( idnull, ref80 ); executeAction( idslct, desc80, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-CreateNewReview" type="Main">
		<name id="File/CreateNewReview/name" value="Nieuwe revisie maken"/> 
		<context id="File/CreateNewReview/context" value="Bestand &gt; Nieuwe revisie maken"/>
		<desc id="File/CreateNewReview/desc" value="Beginnen met de revisie van bestanden aan de hand van de service CS Review"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc166 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref48 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idstartMyReview = stringIDToTypeID( "startMyReview" ); ref48.putEnumerated( idMn, idMnIt, idstartMyReview ); desc166.putReference( idnull, ref48 ); executeAction( idslct, desc166, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Scripts-DeleteAllEmptyLayers" type="Main">
		<name id="File/Scripts/DeleteAllEmptyLayers/name" value="Alle lege lagen verwijderen"/> 
		<context id="File/Scripts/DeleteAllEmptyLayers/context" value="Bestand &gt; Scripts &gt; Alle lege lagen verwijderen"/>
		<desc id="File/Scripts/DeleteAllEmptyLayers/desc" value="Alle lagen zonder pixel- of padgegevens verwijderen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idazerosevenfivefourdftwoninecsixzerofourbsixfouraninefourzerosixatwobboneonezerotwosixfivetwo = stringIDToTypeID( "a0754df2-9c60-4b64-a940-6a2bb1102652" ); executeAction( idazerosevenfivefourdftwoninecsixzerofourbsixfouraninefourzerosixatwobboneonezerotwosixfivetwo, undefined, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Scripts-FlattenAllLayerEffects" type="Main">
		<name id="File/Scripts/FlattenAllLayerEffects/name" value="Alle laageffecten samenvoegen"/> 
		<context id="File/Scripts/FlattenAllLayerEffects/context" value="Bestand &gt; Scripts &gt; Alle laageffecten samenvoegen"/>
		<desc id="File/Scripts/FlattenAllLayerEffects/desc" value="Alle laageffecten omzetten in standaardpixels"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var ideightasevensixonecsevenfourfthreesixtwofouraonebathreefsevenesevensevennineabthreeonenineazeroeight = stringIDToTypeID( "8a761c74-f362-4a1b-a3f7-e779ab319a08" ); executeAction( ideightasevensixonecsevenfourfthreesixtwofouraonebathreefsevenesevensevennineabthreeonenineazeroeight, undefined, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Scripts-FlattenAllMasks" type="Main">
		<name id="File/Scripts/FlattenAllMasks/name" value="Alle maskers samenvoegen"/> 
		<context id="File/Scripts/FlattenAllMasks/context" value="Bestand &gt; Scripts &gt; Alle maskers samenvoegen"/>
		<desc id="File/Scripts/FlattenAllMasks/desc" value="Alle laagmaskers verwijderen en waar nodig omzetten in transparantiegegevens"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var ideeightzerofiveasixeesixdsevenfivefourbsixtwobsixfeffiveeightseventhreebfivefdftwozero = stringIDToTypeID( "e805a6ee-6d75-4b62-b6fe-f5873b5fdf20" ); executeAction( ideeightzerofiveasixeesixdsevenfivefourbsixtwobsixfeffiveeightseventhreebfivefdftwozero, undefined, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-PasteSpecial-PasteInPlace" type="Main">
		<name id="Edit/PasteSpecial/PasteInPlace/name" value="Op locatie plakken"/> 
		<context id="Edit/PasteSpecial/PasteInPlace/context" value="Bewerken &gt; Speciaal plakken &gt; Op locatie plakken"/>
		<desc id="Edit/PasteSpecial/PasteInPlace/desc" value="Plakken en pixelcoördinaten behouden"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idpast = charIDToTypeID( "past" ); executeAction( idpast, undefined, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-PasteSpecial-PasteInto" type="Main">
		<name id="Edit/PasteSpecial/PasteInto/name" value="Plakken in"/> 
		<context id="Edit/PasteSpecial/PasteInto/context" value="Bewerken &gt; Speciaal plakken &gt; Plakken in"/>
		<desc id="Edit/PasteSpecial/PasteInto/desc" value="In de actieve selectie plakken en een laagmasker maken"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idPstI = charIDToTypeID( "PstI" ); executeAction( idPstI, undefined, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-PasteSpecial-PasteOutside" type="Main">
		<name id="Edit/PasteSpecial/PasteOutside/name" value="Plakken buiten"/> 
		<context id="Edit/PasteSpecial/PasteOutside/context" value="Bewerken &gt; Speciaal plakken &gt; Plakken buiten"/>
		<desc id="Edit/PasteSpecial/PasteOutside/desc" value="Buiten de actieve selectie plakken en een laagmasker maken"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idPstO = charIDToTypeID( "PstO" ); executeAction( idPstO, undefined, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-PuppetWarp" type="Main">
		<name id="Edit/PuppetWarp/name" value="Marionet verdraaien"/> 
		<context id="Edit/PuppetWarp/context" value="Bewerken &gt; Marionet verdraaien"/>
		<desc id="Edit/PuppetWarp/desc" value="Punten gebruiken voor een flexibele, natuurlijke transformatie"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc167 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref49 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idrigidTransform = stringIDToTypeID( "rigidTransform" ); ref49.putEnumerated( idMn, idMnIt, idrigidTransform ); desc167.putReference( idnull, ref49 ); executeAction( idslct, desc167, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-LayerMask-FromTransparency" type="Main">
		<name id="Layer/LayerMask/FromTransparency/name" value="Van transparantie"/> 
		<context id="Layer/LayerMask/FromTransparency/context" value="Laag &gt; Laagmasker &gt; Van transparantie"/>
		<desc id="Layer/LayerMask/FromTransparency/desc" value="De transparantiegegevens van de huidige laag omzetten in een laagmasker"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMk = charIDToTypeID( "Mk  " ); var desc168 = new ActionDescriptor(); var idNw = charIDToTypeID( "Nw  " ); var idChnl = charIDToTypeID( "Chnl" ); desc168.putClass( idNw, idChnl ); var idAt = charIDToTypeID( "At  " ); var ref50 = new ActionReference(); var idChnl = charIDToTypeID( "Chnl" ); var idChnl = charIDToTypeID( "Chnl" ); var idMsk = charIDToTypeID( "Msk " ); ref50.putEnumerated( idChnl, idChnl, idMsk ); desc168.putReference( idAt, ref50 ); var idUsng = charIDToTypeID( "Usng" ); var idUsrM = charIDToTypeID( "UsrM" ); var idTrns = charIDToTypeID( "Trns" ); desc168.putEnumerated( idUsng, idUsrM, idTrns ); executeAction( idMk, desc168, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Matting-ColorDecontaminate" type="Main">
		<name id="Layer/Matting/ColorDecontaminate/name" value="Kleuren zuiveren"/> 
		<context id="Layer/Matting/ColorDecontaminate/context" value="Laag &gt; Matting &gt; Kleuren zuiveren"/>
		<desc id="Layer/Matting/ColorDecontaminate/desc" value="Niet-relevante kleurgegevens uit de randen van de huidige laag verwijderen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var iddecontaminate = stringIDToTypeID( "decontaminate" ); ����var desc5 = new ActionDescriptor(); ����var idweight = stringIDToTypeID( "weight" ); ����var idPrc = charIDToTypeID( "#Prc" ); ����desc5.putUnitDouble( idweight, idPrc, 50.000000 ); executeAction( iddecontaminate, desc5, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-LensCorrection" type="Main">
		<name id="Filter/LensCorrection/name" value="Lenscorrectie (^0%)"/> 
		<context id="Filter/LensCorrection/context" value="Filter &gt; Lenscorrectie"/>
		<desc id="Filter/LensCorrection/desc" value="Geometrische vervorming, kleurafwijkingen en vignetten verwijderen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idLnCr = charIDToTypeID( "LnCr" ); executeAction( idLnCr, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-AddLights" type="Panel">
		<name id="3D/AddLights/name" value="Voorinstelling voor lichten toevoegen"/> 
		<context id="3D/AddLights/context" value="3D &gt; Lichten toevoegen"/>
		<desc id="3D/AddLights/desc" value="Een voorinstelling voor lichten toevoegen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc192 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref60 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idthreeDAddLights = stringIDToTypeID( "3DAddLights" ); ref60.putEnumerated( idMn, idMnIt, idthreeDAddLights ); desc192.putReference( idnull, ref60 ); executeAction( idslct, desc192, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-ReplaceLights" type="Panel">
		<name id="3D/ReplaceLights/name" value="Voorinstelling voor lichten vervangen"/> 
		<context id="3D/ReplaceLights/context" value="3D &gt; Lichten vervangen"/>
		<desc id="3D/ReplaceLights/desc" value="Een voorinstelling voor lichten vervangen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc193 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref61 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idthreeDReplaceLights = stringIDToTypeID( "3DReplaceLights" ); ref61.putEnumerated( idMn, idMnIt, idthreeDReplaceLights ); desc193.putReference( idnull, ref61 ); executeAction( idslct, desc193, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-SaveLightsPreset" type="Panel">
		<name id="3D/SaveLightsPreset/name" value="Voorinstelling voor lichten opslaan"/> 
		<context id="3D/SaveLightsPreset/context" value="3D &gt; Voorinstelling voor lichten opslaan"/>
		<desc id="3D/SaveLightsPreset/desc" value="Een voorinstelling voor lichten opslaan"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc194 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref62 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idthreeDSaveLightPreset = stringIDToTypeID( "3DSaveLightPreset" ); ref62.putEnumerated( idMn, idMnIt, idthreeDSaveLightPreset ); desc194.putReference( idnull, ref62 ); executeAction( idslct, desc194, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-DeleteLight" type="Panel">
		<name id="3D/DeleteLight/name" value="Voorinstelling voor lichten verwijderen"/> 
		<context id="3D/DeleteLight/context" value="3D &gt; Licht verwijderen"/>
		<desc id="3D/DeleteLight/desc" value="Een voorinstelling voor lichten verwijderen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc195 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref63 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var iddeletethreeDLightsPreset = stringIDToTypeID( "delete3DLightsPreset" ); ref63.putEnumerated( idMn, idMnIt, iddeletethreeDLightsPreset ); desc195.putReference( idnull, ref63 ); executeAction( idslct, desc195, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-Repousse-TextLayer" type="Main">
		<name id="3D/Repousse/TextLayer/name" value="Tekstlaag"/> 
		<context id="3D/Repousse/TextLayer/context" value="3D &gt; Repoussé &gt; Tekstlaag"/>
		<desc id="3D/Repousse/TextLayer/desc" value="Repoussé gebruiken om de huidige tekstlaag op te blazen of diepte te geven"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idcreatethreeDFromRepousseText = stringIDToTypeID( "create3DFromRepousseText" ); var desc191 = new ActionDescriptor(); executeAction( idcreatethreeDFromRepousseText, desc191, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-Repousse-LayerMask" type="Main">
		<name id="3D/Repousse/LayerMask/name" value="Laagmasker"/> 
		<context id="3D/Repousse/LayerMask/context" value="3D &gt; Repoussé &gt; Laagmasker"/>
		<desc id="3D/Repousse/LayerMask/desc" value="Repoussé gebruiken om het huidige laagmasker op te blazen of diepte te geven"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idcreatethreeDFromRepousseSheetMask = stringIDToTypeID( "create3DFromRepousseSheetMask" ); var desc190 = new ActionDescriptor(); executeAction( idcreatethreeDFromRepousseSheetMask, desc190, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-Repousse-SelectedPath" type="Main">
		<name id="3D/Repousse/SelectedPath/name" value="Geselecteerd pad"/> 
		<context id="3D/Repousse/SelectedPath/context" value="3D &gt; Repoussé &gt; Geselecteerd pad"/>
		<desc id="3D/Repousse/SelectedPath/desc" value="Repoussé gebruiken om het geselecteerde pad op te blazen of diepte te geven"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idcreatethreeDFromRepousseWorkPath = stringIDToTypeID( "create3DFromRepousseWorkPath" ); var desc189 = new ActionDescriptor(); executeAction( idcreatethreeDFromRepousseWorkPath, desc189, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-Repousse-CurrentSelection" type="Main">
		<name id="3D/Repousse/CurrentSelection/name" value="Huidige selectie"/> 
		<context id="3D/Repousse/CurrentSelection/context" value="3D &gt; Repoussé &gt; Huidige selectie"/>
		<desc id="3D/Repousse/CurrentSelection/desc" value="Repoussé gebruiken om de huidige selectie op te blazen of diepte te geven"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idcreatethreeDFromRepousseSelection = stringIDToTypeID( "create3DFromRepousseSelection" ); var desc188 = new ActionDescriptor(); executeAction( idcreatethreeDFromRepousseSelection, desc188, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-Repousse-CreateConstraint(s)FromSelection" type="Main">
		<name id="3D/Repousse/CreateConstraint(s)FromSelection/name" value="Restrictie(s) maken van selectie"/> 
		<context id="3D/Repousse/CreateConstraint(s)FromSelection/context" value="3D &gt; Repoussé &gt; Restrictie(s) maken van selectie"/>
		<desc id="3D/Repousse/CreateConstraint(s)FromSelection/desc" value="Actieve selectie omzetten in een restrictie in Repoussé"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idcreateConstraintFromSelection = stringIDToTypeID( "createConstraintFromSelection" ); var desc186 = new ActionDescriptor(); executeAction( idcreateConstraintFromSelection, desc186, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-Repousse-CreateConstraint(s)FromSelectedPath" type="Main">
		<name id="3D/Repousse/CreateConstraint(s)FromSelectedPath/name" value="Restrictie(s) maken van geselecteerd pad"/> 
		<context id="3D/Repousse/CreateConstraint(s)FromSelectedPath/context" value="3D &gt; Repoussé &gt; Restrictie(s) maken van geselecteerd pad"/>
		<desc id="3D/Repousse/CreateConstraint(s)FromSelectedPath/desc" value="Geselecteerde pad omzetten in een restrictie in Repoussé"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idcreateConstraintFromWorkPath = stringIDToTypeID( "createConstraintFromWorkPath" ); var desc187 = new ActionDescriptor(); executeAction( idcreateConstraintFromWorkPath, desc187, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-Repousse-EditinRepousse" type="Main">
		<name id="3D/Repousse/EditinRepousse/name" value="Bewerken in repoussé"/> 
		<context id="3D/Repousse/EditinRepousse/context" value="3D &gt; Repoussé &gt; Bewerken in repoussé"/>
		<desc id="3D/Repousse/EditinRepousse/desc" value="Repoussé gebruiken om de momenteel geselecteerde 3D-laag te bewerken"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var ideditthreeDInRepousse = stringIDToTypeID( "edit3DInRepousse" ); var desc185 = new ActionDescriptor(); executeAction( ideditthreeDInRepousse, desc185, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-GroundPlaneShadowCatcher" type="Main">
		<name id="3D/GroundPlaneShadowCatcher/name" value="Opgevangen schaduw van grondvlak"/> 
		<context id="3D/GroundPlaneShadowCatcher/context" value="3D &gt; Opgevangen schaduw van grondvlak"/>
		<desc id="3D/GroundPlaneShadowCatcher/desc" value="Een schaduw van het geselecteerde 3D-object genereren op het grondvlak (vereist raytracering)"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idtoggleGroundPlaneShadowCatcher = stringIDToTypeID( "toggleGroundPlaneShadowCatcher" ); var desc183 = new ActionDescriptor(); executeAction( idtoggleGroundPlaneShadowCatcher, desc183, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-SnapObjectToGroundPlane" type="Main">
		<name id="3D/SnapObjectToGroundPlane/name" value="Object magnetisch ten opzichte van grondvlak"/> 
		<context id="3D/SnapObjectToGroundPlane/context" value="3D &gt; Object magnetisch ten opzichte van grondvlak"/>
		<desc id="3D/SnapObjectToGroundPlane/desc" value="Een geselecteerd 3D-object rechtstreeks op het grondvlak plaatsen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var iddropTothreeDGroundPlane = stringIDToTypeID( "dropTo3DGroundPlane" ); var desc184 = new ActionDescriptor(); executeAction( iddropTothreeDGroundPlane, desc184, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-ProofSetup-LegacyMacintoshRGB(Gamma1.8)" type="Main">
		<name id="View/ProofSetup/LegacyMacintoshRGB(Gamma1.8)/name" value="Verouderde Macintosh RGB (Gamma 1.8)"/> 
		<context id="View/ProofSetup/LegacyMacintoshRGB(Gamma1.8)/context" value="Weergeven &gt; Instellen proef &gt; Verouderde Macintosh RGB (Gamma 1.8)"/>
		<desc id="View/ProofSetup/LegacyMacintoshRGB(Gamma1.8)/desc" value="Weergeven met gebruik van gamma ouder dan Snow Leopard (1.8)"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idproofSetup = stringIDToTypeID( "proofSetup" ); var desc182 = new ActionDescriptor(); var idBltn = charIDToTypeID( "Bltn" ); var idbuiltinProof = stringIDToTypeID( "builtinProof" ); var idproofMacintosh = stringIDToTypeID( "proofMacintosh" ); desc182.putEnumerated( idBltn, idbuiltinProof, idproofMacintosh ); executeAction( idproofSetup, desc182, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-ProofSetup-InternetStandardRGB(sRGB)" type="Main">
		<name id="View/ProofSetup/InternetStandardRGB(sRGB)/name" value="Internet-standaard RGB (sRGB)"/> 
		<context id="View/ProofSetup/InternetStandardRGB(sRGB)/context" value="Weergeven &gt; Instellen proef &gt; Internet-standaard RGB (sRGB)"/>
		<desc id="View/ProofSetup/InternetStandardRGB(sRGB)/desc" value="Weergeven met gebruik van kleuren en gamma van sRGB-standaard (2.2)"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idproofSetup = stringIDToTypeID( "proofSetup" ); var desc181 = new ActionDescriptor(); var idBltn = charIDToTypeID( "Bltn" ); var idbuiltinProof = stringIDToTypeID( "builtinProof" ); var idproofWindows = stringIDToTypeID( "proofWindows" ); desc181.putEnumerated( idBltn, idbuiltinProof, idproofWindows ); executeAction( idproofSetup, desc181, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="View-Show-3DAxis" type="Main">
		<name id="View/Show/3DAxis/name" value="3D-as"/> 
		<context id="View/Show/3DAxis/context" value="Weergeven &gt; Tonen &gt; 3D-as"/>
		<desc id="View/Show/3DAxis/desc" value="3D-asbesturing weergeven op scherm"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc180 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref59 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtogglethreeDAxis = stringIDToTypeID( "toggle3DAxis" ); ref59.putEnumerated( idMn, idMnIt, idtogglethreeDAxis ); desc180.putReference( idnull, ref59 ); executeAction( idslct, desc180, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-Show-BrushPreview" type="Main">
		<name id="View/Show/BrushPreview/name" value="Voorvertoning penseel"/> 
		<context id="View/Show/BrushPreview/context" value="Weergeven &gt; Tonen &gt; Voorvertoning penseel"/>
		<desc id="View/Show/BrushPreview/desc" value="Voorvertoning van actieve kwasten van penselen weergeven "/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc179 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref58 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtoggleBrushPreview = stringIDToTypeID( "toggleBrushPreview" ); ref58.putEnumerated( idMn, idMnIt, idtoggleBrushPreview ); desc179.putReference( idnull, ref58 ); executeAction( idslct, desc179, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="View-Show-Mesh" type="Main">
		<name id="View/Show/Mesh/name" value="Net"/> 
		<context id="View/Show/Mesh/context" value="Weergeven &gt; Tonen &gt; Net"/>
		<desc id="View/Show/Mesh/desc" value="Net tonen tijdens Marionet verdraaien-bewerkingen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Brush" type="Main">
		<name id="Window/Brush/name" value="Penseel"/> 
		<context id="Window/Brush/context" value="Venster &gt; Penseel"/>
		<desc id="Window/Brush/desc" value="De parameters van het momenteel geselecteerde penseel bewerken"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc176 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref56 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTglB = charIDToTypeID( "TglB" ); ref56.putEnumerated( idMn, idMnIt, idTglB ); desc176.putReference( idnull, ref56 ); executeAction( idslct, desc176, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-BrushPresets" type="Main">
		<name id="Window/BrushPresets/name" value="Voorinstellingen penseel"/> 
		<context id="Window/BrushPresets/context" value="Venster &gt; Voorinstellingen penseel"/>
		<desc id="Window/BrushPresets/desc" value="Een optie kiezen in een lijst met voorinstellingen voor Photoshop-penselen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc177 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref57 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtoggleBrushPresetsPalette = stringIDToTypeID( "toggleBrushPresetsPalette" ); ref57.putEnumerated( idMn, idMnIt, idtoggleBrushPresetsPalette ); desc177.putReference( idnull, ref57 ); executeAction( idslct, desc177, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Color-CopyColor'sHexCode" type="Panel">
		<name id="Color/CopyColor'sHexCode/name" value="Hexadecimale code van kleur kopiëren"/> 
		<context id="Color/CopyColor'sHexCode/context" value="Kleur &gt; Hexadecimale code van kleur kopiëren"/>
		<desc id="Color/CopyColor'sHexCode/desc" value="Alleen de hexadecimale code van zes tekens kopiëren voor de voorgrondkleur"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc174 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref54 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idcopyAsHex = stringIDToTypeID( "copyAsHex" ); ref54.putEnumerated( idMn, idMnIt, idcopyAsHex ); desc174.putReference( idnull, ref54 ); executeAction( idslct, desc174, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Help-GPUUtility" type="Main">
		<name id="Help/GPUUtility/name" value="GPU-hulpprogramma"/> 
		<context id="Help/GPUUtility/context" value="Help &gt; GPU-hulpprogramma"/>
		<desc id="Help/GPUUtility/desc" value="Het gebruik van de grafische processor door Photoshop optimaliseren en eventuele problemen oplossen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc173 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref53 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idgpuHelpInfo = stringIDToTypeID( "gpuHelpInfo" ); ref53.putEnumerated( idMn, idMnIt, idgpuHelpInfo ); desc173.putReference( idnull, ref53 ); executeAction( idslct, desc173, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Adjustments-Auto-Auto-SelectTargetedAdjustmentTool" type="Panel">
		<name id="Adjustments/Auto-Auto-SelectTargetedAdjustmentTool/name" value="Gericht aanpassingsgereedschap automatisch selecteren"/> 
		<context id="Adjustments/Auto-Auto-SelectTargetedAdjustmentTool/context" value="Aanpassingen &gt; Gericht aanpassingsgereedschap automatisch selecteren"/>
		<desc id="Adjustments/Auto-Auto-SelectTargetedAdjustmentTool/desc" value="Het gerichte aanpassingsgereedschap automatisch inschakelen wanneer een aanpassingslaag wordt geselecteerd"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc20 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref9 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idadjustmentSelectOnscreenAdjustor = stringIDToTypeID( "adjustmentSelectOnscreenAdjustor" ); ref9.putEnumerated( idMn, idMnIt, idadjustmentSelectOnscreenAdjustor ); desc20.putReference( idnull, ref9 ); executeAction( idslct, desc20, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Adjustments-Auto-SelectParameter" type="Panel">
		<name id="Adjustments/Auto-SelectParameter/name" value="Parameter automatisch selecteren"/> 
		<context id="Adjustments/Auto-SelectParameter/context" value="Aanpassingen &gt; Parameter automatisch selecteren"/>
		<desc id="Adjustments/Auto-SelectParameter/desc" value="Toetsenbordfocus op deelvenster Aanpassingen richten wanneer een aanpassingslaag wordt geselecteerd"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc172 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref52 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idadjustmentAutoSelectParameter = stringIDToTypeID( "adjustmentAutoSelectParameter" ); ref52.putEnumerated( idMn, idMnIt, idadjustmentAutoSelectParameter ); desc172.putReference( idnull, ref52 ); executeAction( idslct, desc172, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="MoveTool" type="Tool">
		<name id="MoveTool/name" value="Verplaatsen"/> 
		<context id="MoveTool/context" value="Verplaatsen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('moveTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="RectangularMarqueeTool" type="Tool">
		<name id="RectangularMarqueeTool/name" value="Rechthoekig selectiekader"/> 
		<context id="RectangularMarqueeTool/context" value="Rechthoekig selectiekader"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('marqueeRectTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="EllipticalMarqueeTool" type="Tool">
		<name id="EllipticalMarqueeTool/name" value="Ovaal selectiekader"/> 
		<context id="EllipticalMarqueeTool/context" value="Ovaal selectiekader"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('marqueeEllipTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="SingleRowMarqueeTool" type="Tool">
		<name id="SingleRowMarqueeTool/name" value="Selectiekader één rij"/> 
		<context id="SingleRowMarqueeTool/context" value="Selectiekader één rij"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('marqueeSingleRowTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="SingleColumnMarqueeTool" type="Tool">
		<name id="SingleColumnMarqueeTool/name" value="Selectiekader één kolom"/> 
		<context id="SingleColumnMarqueeTool/context" value="Selectiekader één kolom"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('marqueeSingleColumnTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="LassoTool" type="Tool">
		<name id="LassoTool/name" value="Lasso"/> 
		<context id="LassoTool/context" value="Lasso"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('lassoTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="PolygonalLassoTool" type="Tool">
		<name id="PolygonalLassoTool/name" value="Veelhoeklasso"/> 
		<context id="PolygonalLassoTool/context" value="Veelhoeklasso"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('polySelTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="MagneticLassoTool" type="Tool">
		<name id="MagneticLassoTool/name" value="Magnetische lasso"/> 
		<context id="MagneticLassoTool/context" value="Magnetische lasso"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('magneticLassoTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="QuickSelectionTool" type="Tool">
		<name id="QuickSelectionTool/name" value="Snelle selectie"/> 
		<context id="QuickSelectionTool/context" value="Snelle selectie"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('quickSelectTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="MagicWandTool" type="Tool">
		<name id="MagicWandTool/name" value="Toverstaf"/> 
		<context id="MagicWandTool/context" value="Toverstaf"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('magicWandTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="CropTool" type="Tool">
		<name id="CropTool/name" value="Uitsnijden"/> 
		<context id="CropTool/context" value="Uitsnijden"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('cropTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="SliceTool" type="Tool">
		<name id="SliceTool/name" value="Segment"/> 
		<context id="SliceTool/context" value="Segment"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('sliceTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="SliceSelectTool" type="Tool">
		<name id="SliceSelectTool/name" value="Segmentselectie"/> 
		<context id="SliceSelectTool/context" value="Segmentselectie"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('sliceSelectTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="EyedropperTool" type="Tool">
		<name id="EyedropperTool/name" value="Pipet"/> 
		<context id="EyedropperTool/context" value="Pipet"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('eyedropperTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="ColorSamplerTool" type="Tool">
		<name id="ColorSamplerTool/name" value="Kleurenpipet"/> 
		<context id="ColorSamplerTool/context" value="Kleurenpipet"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('colorSamplerTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="RulerTool" type="Tool">
		<name id="RulerTool/name" value="Liniaal"/> 
		<context id="RulerTool/context" value="Liniaal"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('rulerTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="NoteTool" type="Tool">
		<name id="NoteTool/name" value="Notitie"/> 
		<context id="NoteTool/context" value="Notitie"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('textAnnotTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="CountTool" type="Tool">
		<name id="CountTool/name" value="Tellen"/> 
		<context id="CountTool/context" value="Tellen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('countTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="SpotHealingBrushTool" type="Tool">
		<name id="SpotHealingBrushTool/name" value="Snel retoucheerpenseel"/> 
		<context id="SpotHealingBrushTool/context" value="Snel retoucheerpenseel"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('spotHealingBrushTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="HealingBrushTool" type="Tool">
		<name id="HealingBrushTool/name" value="Retoucheerpenseel"/> 
		<context id="HealingBrushTool/context" value="Retoucheerpenseel"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('magicStampTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="PatchTool" type="Tool">
		<name id="PatchTool/name" value="Reparatie"/> 
		<context id="PatchTool/context" value="Reparatie"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('patchSelection');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="RedEyeTool" type="Tool">
		<name id="RedEyeTool/name" value="Rode ogen verwijderen"/> 
		<context id="RedEyeTool/context" value="Rode ogen verwijderen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('redEyeTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="BrushTool" type="Tool">
		<name id="BrushTool/name" value="Penseel"/> 
		<context id="BrushTool/context" value="Penseel"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = charIDToTypeID('PbTl');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="PencilTool" type="Tool">
		<name id="PencilTool/name" value="Potlood"/> 
		<context id="PencilTool/context" value="Potlood"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = charIDToTypeID('PcTl');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="ColorReplacementTool" type="Tool">
		<name id="ColorReplacementTool/name" value="Kleur vervangen"/> 
		<context id="ColorReplacementTool/context" value="Kleur vervangen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('colorReplacementBrushTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="MixerBrushTool" type="Tool">
		<name id="MixerBrushTool/name" value="Mixerpenseel"/> 
		<context id="MixerBrushTool/context" value="Mixerpenseel"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('wetBrushTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="CloneStampTool" type="Tool">
		<name id="CloneStampTool/name" value="Kloonstempel"/> 
		<context id="CloneStampTool/context" value="Kloonstempel"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = charIDToTypeID('ClTl');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="PatternStampTool" type="Tool">
		<name id="PatternStampTool/name" value="Patroonstempel"/> 
		<context id="PatternStampTool/context" value="Patroonstempel"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = charIDToTypeID('PaTl');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="HistoryBrushTool" type="Tool">
		<name id="HistoryBrushTool/name" value="Historiepenseel"/> 
		<context id="HistoryBrushTool/context" value="Historiepenseel"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = charIDToTypeID('HBTl');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="ArtHistoryBrushTool" type="Tool">
		<name id="ArtHistoryBrushTool/name" value="Penseel Tekeninghistorie"/> 
		<context id="ArtHistoryBrushTool/context" value="Penseel Tekeninghistorie"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = charIDToTypeID('ABTl');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="EraserTool" type="Tool">
		<name id="EraserTool/name" value="Gummetje"/> 
		<context id="EraserTool/context" value="Gummetje"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = charIDToTypeID('ErTl');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="BackgroundEraserTool" type="Tool">
		<name id="BackgroundEraserTool/name" value="Achtergrondgummetje"/> 
		<context id="BackgroundEraserTool/context" value="Achtergrondgummetje"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = charIDToTypeID('SETl');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="MagicEraserTool" type="Tool">
		<name id="MagicEraserTool/name" value="Tovergummetje"/> 
		<context id="MagicEraserTool/context" value="Tovergummetje"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = charIDToTypeID('MgEr');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="GradientTool" type="Tool">
		<name id="GradientTool/name" value="Verloop"/> 
		<context id="GradientTool/context" value="Verloop"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = charIDToTypeID('GrTl');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="PaintBucketTool" type="Tool">
		<name id="PaintBucketTool/name" value="Emmertje"/> 
		<context id="PaintBucketTool/context" value="Emmertje"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('bucketTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="BlurTool" type="Tool">
		<name id="BlurTool/name" value="Vervagen"/> 
		<context id="BlurTool/context" value="Vervagen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = charIDToTypeID('BlTl');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="SharpenTool" type="Tool">
		<name id="SharpenTool/name" value="Verscherpen"/> 
		<context id="SharpenTool/context" value="Verscherpen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = charIDToTypeID('ShTl');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="SmudgeTool" type="Tool">
		<name id="SmudgeTool/name" value="Natte vinger"/> 
		<context id="SmudgeTool/context" value="Natte vinger"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = charIDToTypeID('SmTl');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="DodgeTool" type="Tool">
		<name id="DodgeTool/name" value="Tegenhouden"/> 
		<context id="DodgeTool/context" value="Tegenhouden"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = charIDToTypeID('DdTl');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="BurnTool" type="Tool">
		<name id="BurnTool/name" value="Doordrukken"/> 
		<context id="BurnTool/context" value="Doordrukken"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = charIDToTypeID('BrTl');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="SpongeTool" type="Tool">
		<name id="SpongeTool/name" value="Spons"/> 
		<context id="SpongeTool/context" value="Spons"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = charIDToTypeID('SrTl');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="PenTool" type="Tool">
		<name id="PenTool/name" value="Pen"/> 
		<context id="PenTool/context" value="Pen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('penTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="FreeformPenTool" type="Tool">
		<name id="FreeformPenTool/name" value="Pen voor vrije vorm"/> 
		<context id="FreeformPenTool/context" value="Pen voor vrije vorm"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('freeformPenTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="AddAnchorPointTool" type="Tool">
		<name id="AddAnchorPointTool/name" value="Ankerpunt toevoegen"/> 
		<context id="AddAnchorPointTool/context" value="Ankerpunt toevoegen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('addKnotTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="DeleteAnchorPointTool" type="Tool">
		<name id="DeleteAnchorPointTool/name" value="Ankerpunt verwijderen"/> 
		<context id="DeleteAnchorPointTool/context" value="Ankerpunt verwijderen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('deleteKnotTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="ConvertPointTool" type="Tool">
		<name id="ConvertPointTool/name" value="Ankerpunt omzetten"/> 
		<context id="ConvertPointTool/context" value="Ankerpunt omzetten"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('convertKnotTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="HorizontalTypeTool" type="Tool">
		<name id="HorizontalTypeTool/name" value="Horizontale tekst"/> 
		<context id="HorizontalTypeTool/context" value="Horizontale tekst"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('typeCreateOrEditTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="VerticalTypeTool" type="Tool">
		<name id="VerticalTypeTool/name" value="Verticale tekst"/> 
		<context id="VerticalTypeTool/context" value="Verticale tekst"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('typeVerticalCreateOrEditTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="HorizontalTypeMaskTool" type="Tool">
		<name id="HorizontalTypeMaskTool/name" value="Masker voor horizontale tekst"/> 
		<context id="HorizontalTypeMaskTool/context" value="Masker voor horizontale tekst"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('typeCreateMaskTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="VerticalTypeMaskTool" type="Tool">
		<name id="VerticalTypeMaskTool/name" value="Verticaal tekstmasker"/> 
		<context id="VerticalTypeMaskTool/context" value="Verticaal tekstmasker"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('typeVerticalCreateMaskTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="PathSelectionTool" type="Tool">
		<name id="PathSelectionTool/name" value="Padselectie"/> 
		<context id="PathSelectionTool/context" value="Padselectie"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('pathComponentSelectTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="DirectSelectionTool" type="Tool">
		<name id="DirectSelectionTool/name" value="Direct selecteren"/> 
		<context id="DirectSelectionTool/context" value="Direct selecteren"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('directSelectTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="RectangleTool" type="Tool">
		<name id="RectangleTool/name" value="Rechthoek"/> 
		<context id="RectangleTool/context" value="Rechthoek"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('rectangleTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="RoundedRectangleTool" type="Tool">
		<name id="RoundedRectangleTool/name" value="Afgeronde rechthoek"/> 
		<context id="RoundedRectangleTool/context" value="Afgeronde rechthoek"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('roundedRectangleTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="EllipseTool" type="Tool">
		<name id="EllipseTool/name" value="Ovaal"/> 
		<context id="EllipseTool/context" value="Ovaal"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('ellipseTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="PolygonTool" type="Tool">
		<name id="PolygonTool/name" value="Veelhoek"/> 
		<context id="PolygonTool/context" value="Veelhoek"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('polygonTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="LineTool" type="Tool">
		<name id="LineTool/name" value="Lijn"/> 
		<context id="LineTool/context" value="Lijn"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('lineTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="CustomShapeTool" type="Tool">
		<name id="CustomShapeTool/name" value="Aangepaste vormen"/> 
		<context id="CustomShapeTool/context" value="Aangepaste vormen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('customShapeTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="3DRotateTool" type="Tool">
		<name id="3DRotateTool/name" value="3D roteren"/> 
		<context id="3DRotateTool/context" value="3D roteren"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('3DObjectRotateTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="3DRollTool" type="Tool">
		<name id="3DRollTool/name" value="3D rollen"/> 
		<context id="3DRollTool/context" value="3D rollen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('3DObjectRollTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="3DPanTool" type="Tool">
		<name id="3DPanTool/name" value="Panoramisch 3D"/> 
		<context id="3DPanTool/context" value="Panoramisch 3D"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('3DObjectPanTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="3DSlideTool" type="Tool">
		<name id="3DSlideTool/name" value="3D schuiven"/> 
		<context id="3DSlideTool/context" value="3D schuiven"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('3DObjectSlideTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="3DScaleTool" type="Tool">
		<name id="3DScaleTool/name" value="3D schalen"/> 
		<context id="3DScaleTool/context" value="3D schalen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('3DObjectScaleTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="3DOrbitTool" type="Tool">
		<name id="3DOrbitTool/name" value="3D draaien"/> 
		<context id="3DOrbitTool/context" value="3D draaien"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('3DOrbitCameraTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="3DRollViewTool" type="Tool">
		<name id="3DRollViewTool/name" value="3D-rolweergave"/> 
		<context id="3DRollViewTool/context" value="3D-rolweergave"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('3DRollCameraTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="3DPanViewTool" type="Tool">
		<name id="3DPanViewTool/name" value="3D-panweergave"/> 
		<context id="3DPanViewTool/context" value="3D-panweergave"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('3DPanCameraTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="3DWalkViewTool" type="Tool">
		<name id="3DWalkViewTool/name" value="3D-loopweergave"/> 
		<context id="3DWalkViewTool/context" value="3D-loopweergave"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('3DWalkCameraTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="3DZoomTool" type="Tool">
		<name id="3DZoomTool/name" value="3D zoomen"/> 
		<context id="3DZoomTool/context" value="3D zoomen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('3DFOVTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="HandTool" type="Tool">
		<name id="HandTool/name" value="Handje"/> 
		<context id="HandTool/context" value="Handje"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('handTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="RotateViewTool" type="Tool">
		<name id="RotateViewTool/name" value="Weergave roteren"/> 
		<context id="RotateViewTool/context" value="Weergave roteren"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('rotateTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="ZoomTool" type="Tool">
		<name id="ZoomTool/name" value="Zoomen"/> 
		<context id="ZoomTool/context" value="Zoomen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id = stringIDToTypeID('zoomTool');var id93 = charIDToTypeID('slct');var desc32 = new ActionDescriptor(); var id94 = charIDToTypeID('null'); var ref30 = new ActionReference(); ref30.putClass(id);    desc32.putReference( id94, ref30 ); executeAction( id93, desc32, DialogModes.NO ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="ResetColorTool" type="Tool">
		<name id="ResetColorTool/name" value="Gereedschap Kleur opnieuw instellen"/> 
		<context id="ResetColorTool/context" value="Gereedschap Kleur opnieuw instellen"/>
		<desc id="ResetColorTool/desc" value="Voor- en achtergrondkleuren instellen op standaardkleuren (zwart-wit)"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idRset = charIDToTypeID( 'Rset' );    var desc2 = new ActionDescriptor();    var idnull = charIDToTypeID( 'null' );        var ref2 = new ActionReference();        var idClr = charIDToTypeID( 'Clr ' );        var idClrs = charIDToTypeID( 'Clrs' );        ref2.putProperty( idClr, idClrs );    desc2.putReference( idnull, ref2 );executeAction( idRset, desc2, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="SwapColorTool" type="Tool">
		<name id="SwapColorTool/name" value="Gereedschap Kleur omwisselen"/> 
		<context id="SwapColorTool/context" value="Gereedschap Kleur omwisselen"/>
		<desc id="SwapColorTool/desc" value="Voor- en achtergrondkleuren verwisselen"/> 
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idExch = charIDToTypeID( 'Exch' );    var desc3 = new ActionDescriptor();    var idnull = charIDToTypeID( 'null' );        var ref3 = new ActionReference();        var idClr = charIDToTypeID( 'Clr ' );        var idClrs = charIDToTypeID( 'Clrs' );        ref3.putProperty( idClr, idClrs );    desc3.putReference( idnull, ref3 );executeAction( idExch, desc3, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Utility-ColorPicker" type="Script">
		<name id="Utility/ColorPicker/name" value="Kleurkiezer"/> 
		<context id="Utility/ColorPicker/context" value="Hulpprogramma &gt; Kleurkiezer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {showColorPicker(true);} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-HideLayers" type="Script">
		<name id="Panel/HideLayers/name" value="Lagen verbergen"/> 
		<context id="Panel/HideLayers/context" value="Deelvenster &gt; Lagen verbergen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.layers' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "hide" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-HideToolbar" type="Script">
		<name id="Panel/HideToolbar/name" value="Gereedschapsbalk verbergen"/> 
		<context id="Panel/HideToolbar/context" value="Deelvenster &gt; Gereedschapsbalk verbergen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.toolbar' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "hide" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-HideOptionsBar" type="Script">
		<name id="Panel/HideOptionsBar/name" value="Optiebalk verbergen"/> 
		<context id="Panel/HideOptionsBar/context" value="Deelvenster &gt; Optiebalk verbergen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.options' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "hide" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-HideActions" type="Script">
		<name id="Panel/HideActions/name" value="Handelingen verbergen"/> 
		<context id="Panel/HideActions/context" value="Deelvenster &gt; Handelingen verbergen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.actions' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "hide" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-HideStyles" type="Script">
		<name id="Panel/HideStyles/name" value="Stijlen verbergen"/> 
		<context id="Panel/HideStyles/context" value="Deelvenster &gt; Stijlen verbergen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.styles' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "hide" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-HideSwatches" type="Script">
		<name id="Panel/HideSwatches/name" value="Stalen verbergen"/> 
		<context id="Panel/HideSwatches/context" value="Deelvenster &gt; Stalen verbergen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.swatches' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "hide" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-HideHistogram" type="Script">
		<name id="Panel/HideHistogram/name" value="Histogram verbergen"/> 
		<context id="Panel/HideHistogram/context" value="Deelvenster &gt; Histogram verbergen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.histogram' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "hide" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-HideInfo" type="Script">
		<name id="Panel/HideInfo/name" value="Info verbergen"/> 
		<context id="Panel/HideInfo/context" value="Deelvenster &gt; Info verbergen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.info' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "hide" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-HidePaths" type="Script">
		<name id="Panel/HidePaths/name" value="Paden verbergen"/> 
		<context id="Panel/HidePaths/context" value="Deelvenster &gt; Paden verbergen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.paths' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "hide" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-HideToolPresets" type="Script">
		<name id="Panel/HideToolPresets/name" value="Voorinstellingen gereedschap verbergen"/> 
		<context id="Panel/HideToolPresets/context" value="Deelvenster &gt; Voorinstellingen gereedschap verbergen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.toolpresets' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "hide" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-HideColor" type="Script">
		<name id="Panel/HideColor/name" value="Kleur verbergen"/> 
		<context id="Panel/HideColor/context" value="Deelvenster &gt; Kleur verbergen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.picker' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "hide" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-HideChannels" type="Script">
		<name id="Panel/HideChannels/name" value="Kanalen verbergen"/> 
		<context id="Panel/HideChannels/context" value="Deelvenster &gt; Kanalen verbergen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.channels' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "hide" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-HideLayerComps" type="Script">
		<name id="Panel/HideLayerComps/name" value="Laagsamenstellingen verbergen"/> 
		<context id="Panel/HideLayerComps/context" value="Deelvenster &gt; Laagsamenstellingen verbergen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.comps' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "hide" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-HideAnimation" type="Script">
		<name id="Panel/HideAnimation/name" value="Animatie verbergen"/> 
		<context id="Panel/HideAnimation/context" value="Deelvenster &gt; Animatie verbergen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.animation' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "hide" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-HideCloneSource" type="Script">
		<name id="Panel/HideCloneSource/name" value="Kloonbron verbergen"/> 
		<context id="Panel/HideCloneSource/context" value="Deelvenster &gt; Kloonbron verbergen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.clonesource' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "hide" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-HideAdjustment" type="Script">
		<name id="Panel/HideAdjustment/name" value="Aanpassing verbergen"/> 
		<context id="Panel/HideAdjustment/context" value="Deelvenster &gt; Aanpassing verbergen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.adjustment' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "hide" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-HideMasks" type="Script">
		<name id="Panel/HideMasks/name" value="Maskers verbergen"/> 
		<context id="Panel/HideMasks/context" value="Deelvenster &gt; Maskers verbergen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.mask' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "hide" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-HideMeasurementLog" type="Script">
		<name id="Panel/HideMeasurementLog/name" value="Metingslogbestand verbergen"/> 
		<context id="Panel/HideMeasurementLog/context" value="Deelvenster &gt; Metingslogbestand verbergen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.measurement' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "hide" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-HideHistory" type="Script">
		<name id="Panel/HideHistory/name" value="Historie verbergen"/> 
		<context id="Panel/HideHistory/context" value="Deelvenster &gt; Historie verbergen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.history' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "hide" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-HideNavigator" type="Script">
		<name id="Panel/HideNavigator/name" value="Navigator verbergen"/> 
		<context id="Panel/HideNavigator/context" value="Deelvenster &gt; Navigator verbergen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.navigator' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "hide" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-HideCharacter" type="Script">
		<name id="Panel/HideCharacter/name" value="Teken verbergen"/> 
		<context id="Panel/HideCharacter/context" value="Deelvenster &gt; Teken verbergen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.textcharacter' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "hide" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-HideParagraph" type="Script">
		<name id="Panel/HideParagraph/name" value="Alinea verbergen"/> 
		<context id="Panel/HideParagraph/context" value="Deelvenster &gt; Alinea verbergen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.textparagraph' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "hide" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-Hide3D" type="Script">
		<name id="Panel/Hide3D/name" value="3D verbergen"/> 
		<context id="Panel/Hide3D/context" value="Deelvenster &gt; 3D verbergen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.3d' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "hide" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-HideBrush" type="Script">
		<name id="Panel/HideBrush/name" value="Penseel verbergen"/> 
		<context id="Panel/HideBrush/context" value="Deelvenster &gt; Penseel verbergen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.brushstyler' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "hide" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-HideBrushPresets" type="Script">
		<name id="Panel/HideBrushPresets/name" value="Voorinstellingen penseel verbergen"/> 
		<context id="Panel/HideBrushPresets/context" value="Deelvenster &gt; Voorinstellingen penseel verbergen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.brushpresets' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "hide" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-HideMiniBridge" type="Script">
		<name id="Panel/HideMiniBridge/name" value="Mini Bridge verbergen"/> 
		<context id="Panel/HideMiniBridge/context" value="Deelvenster &gt; Mini Bridge verbergen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.dynamic.swf.csxs.MINIBR' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "hide" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-HideCSNewsAndResources" type="Script">
		<name id="Panel/HideCSNewsAndResources/name" value="CS Nieuws en bronnen verbergen"/> 
		<context id="Panel/HideCSNewsAndResources/context" value="Deelvenster &gt; CS Nieuws en bronnen verbergen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.dynamic.swf.csxs.com.adobe.rc.mymessages' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "hide" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-HideCSReview" type="Script">
		<name id="Panel/HideCSReview/name" value="CS Review verbergen"/> 
		<context id="Panel/HideCSReview/context" value="Deelvenster &gt; CS Review verbergen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.dynamic.swf.csxs.CSREVIEW' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "hide" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-HideAccessCSLive" type="Script">
		<name id="Panel/HideAccessCSLive/name" value="Toegang tot CS Live verbergen"/> 
		<context id="Panel/HideAccessCSLive/context" value="Deelvenster &gt; Toegang tot CS Live verbergen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.dynamic.swf.csxs.CHWE' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "hide" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-HideKuler" type="Script">
		<name id="Panel/HideKuler/name" value="Kuler verbergen"/> 
		<context id="Panel/HideKuler/context" value="Deelvenster &gt; Kuler verbergen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.dynamic.swf.csxs.KLR' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "hide" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-HideGPU" type="Script">
		<name id="Panel/HideGPU/name" value="GPU verbergen"/> 
		<context id="Panel/HideGPU/context" value="Deelvenster &gt; GPU verbergen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.dynamic.swf.local.swfpanel-gpu' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "hide" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-HideWatermark" type="Script">
		<name id="Panel/HideWatermark/name" value="Watermerk verbergen"/> 
		<context id="Panel/HideWatermark/context" value="Deelvenster &gt; Watermerk verbergen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.dynamic.swf.local.swfpanel-Watermark' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "hide" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-ShowLayers" type="Script">
		<name id="Panel/ShowLayers/name" value="Lagen tonen"/> 
		<context id="Panel/ShowLayers/context" value="Deelvenster &gt; Lagen tonen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.layers' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "show" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-ShowToolbar" type="Script">
		<name id="Panel/ShowToolbar/name" value="Gereedschapsbalk tonen"/> 
		<context id="Panel/ShowToolbar/context" value="Deelvenster &gt; Gereedschapsbalk tonen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.toolbar' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "show" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-ShowOptionsBar" type="Script">
		<name id="Panel/ShowOptionsBar/name" value="Optiebalk tonen"/> 
		<context id="Panel/ShowOptionsBar/context" value="Deelvenster &gt; Optiebalk tonen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.options' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "show" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-ShowActions" type="Script">
		<name id="Panel/ShowActions/name" value="Handelingen tonen"/> 
		<context id="Panel/ShowActions/context" value="Deelvenster &gt; Handelingen tonen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.actions' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "show" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-ShowStyles" type="Script">
		<name id="Panel/ShowStyles/name" value="Stijlen tonen"/> 
		<context id="Panel/ShowStyles/context" value="Deelvenster &gt; Stijlen tonen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.styles' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "show" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-ShowSwatches" type="Script">
		<name id="Panel/ShowSwatches/name" value="Stalen tonen"/> 
		<context id="Panel/ShowSwatches/context" value="Deelvenster &gt; Stalen tonen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.swatches' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "show" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-ShowHistogram" type="Script">
		<name id="Panel/ShowHistogram/name" value="Histogram tonen"/> 
		<context id="Panel/ShowHistogram/context" value="Deelvenster &gt; Histogram tonen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.histogram' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "show" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-ShowInfo" type="Script">
		<name id="Panel/ShowInfo/name" value="Info tonen"/> 
		<context id="Panel/ShowInfo/context" value="Deelvenster &gt; Info tonen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.info' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "show" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-ShowPaths" type="Script">
		<name id="Panel/ShowPathsq/name" value="Paden tonen"/> 
		<context id="Panel/ShowPathsq/context" value="Deelvenster &gt; Paden tonen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.paths' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "show" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-ShowToolPresets" type="Script">
		<name id="Panel/ShowToolPresets/name" value="Voorinstellingen gereedschap tonen"/> 
		<context id="Panel/ShowToolPresets/context" value="Deelvenster &gt; Voorinstellingen gereedschap tonen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.toolpresets' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "show" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-ShowColor" type="Script">
		<name id="Panel/ShowColor/name" value="Kleur tonen"/> 
		<context id="Panel/ShowColor/context" value="Deelvenster &gt; Kleur tonen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.picker' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "show" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-ShowChannels" type="Script">
		<name id="Panel/ShowChannels/name" value="Kanalen tonen"/> 
		<context id="Panel/ShowChannels/context" value="Deelvenster &gt; Kanalen tonen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.channels' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "show" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-ShowLayerComps" type="Script">
		<name id="Panel/ShowLayerComps/name" value="Laagsamenstellingen tonen"/> 
		<context id="Panel/ShowLayerComps/context" value="Deelvenster &gt; Laagsamenstellingen tonen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.comps' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "show" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-ShowAnimation" type="Script">
		<name id="Panel/ShowAnimation/name" value="Animatie tonen"/> 
		<context id="Panel/ShowAnimation/context" value="Deelvenster &gt; Animatie tonen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.animation' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "show" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-ShowCloneSource" type="Script">
		<name id="Panel/ShowCloneSource/name" value="Kloonbron tonen"/> 
		<context id="Panel/ShowCloneSource/context" value="Deelvenster &gt; Kloonbron tonen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.clonesource' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "show" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-ShowAdjustment" type="Script">
		<name id="Panel/ShowAdjustment/name" value="Aanpassing tonen"/> 
		<context id="Panel/ShowAdjustment/context" value="Deelvenster &gt; Aanpassing tonen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.adjustment' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "show" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-ShowMasks" type="Script">
		<name id="Panel/ShowMasks/name" value="Maskers tonen"/> 
		<context id="Panel/ShowMasks/context" value="Deelvenster &gt; Maskers tonen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.mask' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "show" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-ShowMeasurementLog" type="Script">
		<name id="Panel/ShowMeasurementLog/name" value="Metingslogbestand tonen"/> 
		<context id="Panel/ShowMeasurementLog/context" value="Deelvenster &gt; Metingslogbestand tonen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.measurement' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "show" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-ShowHistory" type="Script">
		<name id="Panel/ShowHistory/name" value="Historie tonen"/> 
		<context id="Panel/ShowHistory/context" value="Deelvenster &gt; Historie tonen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.history' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "show" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-ShowNavigator" type="Script">
		<name id="Panel/ShowNavigator/name" value="Navigator tonen"/> 
		<context id="Panel/ShowNavigator/context" value="Deelvenster &gt; Navigator tonen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.navigator' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "show" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-ShowCharacter" type="Script">
		<name id="Panel/ShowCharacter/name" value="Teken tonen"/> 
		<context id="Panel/ShowCharacter/context" value="Deelvenster &gt; Teken tonen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.textcharacter' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "show" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-ShowParagraph" type="Script">
		<name id="Panel/ShowParagraph/name" value="Alinea tonen"/> 
		<context id="Panel/ShowParagraph/context" value="Deelvenster &gt; Alinea tonen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.textparagraph' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "show" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-Show3D" type="Script">
		<name id="Panel/Show3D/name" value="3D tonen"/> 
		<context id="Panel/Show3D/context" value="Deelvenster &gt; 3D tonen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.3d' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "show" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-ShowBrush" type="Script">
		<name id="Panel/ShowBrush/name" value="Penseel tonen"/> 
		<context id="Panel/ShowBrush/context" value="Deelvenster &gt; Penseel tonen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.brushstyler' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "show" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-ShowBrushPresets" type="Script">
		<name id="Panel/ShowBrushPresets/name" value="Voorinstellingen penseel tonen"/> 
		<context id="Panel/ShowBrushPresets/context" value="Deelvenster &gt; Voorinstellingen penseel tonen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.static.brushpresets' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "show" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-ShowMiniBridge" type="Script">
		<name id="Panel/ShowMiniBridge/name" value="Mini Bridge tonen"/> 
		<context id="Panel/ShowMiniBridge/context" value="Deelvenster &gt; Mini Bridge tonen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.dynamic.swf.csxs.MINIBR' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "show" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-ShowCSNewsAndResources" type="Script">
		<name id="Panel/ShowCSNewsAndResources/name" value="CS Nieuws en bronnen tonen"/> 
		<context id="Panel/ShowCSNewsAndResources/context" value="Deelvenster &gt; CS Nieuws en bronnen tonen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.dynamic.swf.csxs.com.adobe.rc.mymessages' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "show" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-ShowCSReview" type="Script">
		<name id="Panel/ShowCSReview/name" value="CS Review tonen"/> 
		<context id="Panel/ShowCSReview/context" value="Deelvenster &gt; CS Review tonen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.dynamic.swf.csxs.CSREVIEW' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "show" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-ShowAccessCSLive" type="Script">
		<name id="Panel/ShowAccessCSLive/name" value="Toegang tot CS Live tonen"/> 
		<context id="Panel/ShowAccessCSLive/context" value="Deelvenster &gt; Toegang tot CS Live tonen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.dynamic.swf.csxs.CHWE' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "show" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-ShowKuler" type="Script">
		<name id="Panel/ShowKuler/name" value="Kuler tonen"/> 
		<context id="Panel/ShowKuler/context" value="Deelvenster &gt; Kuler tonen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.dynamic.swf.csxs.KLR' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "show" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-ShowGPU" type="Script">
		<name id="Panel/ShowGPU/name" value="GPU tonen"/> 
		<context id="Panel/ShowGPU/context" value="Deelvenster &gt; GPU tonen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.dynamic.swf.local.swfpanel-gpu' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "show" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Panel-ShowWatermark" type="Script">
		<name id="Panel/ShowWatermark/name" value="Watermerk tonen"/> 
		<context id="Panel/ShowWatermark/context" value="Deelvenster &gt; Watermerk tonen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var desc = new ActionDescriptor(); var ref = new ActionReference(); ref.putName( stringIDToTypeID( "classPanel" ), 'panelid.dynamic.swf.local.swfpanel-Watermark' ); desc.putReference( charIDToTypeID( "null" ), ref ); executeAction( stringIDToTypeID( "show" ), desc, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
</afd>
