<?xml version="1.0" encoding="utf-8"?>
<afd locale="zh_TW" version="1.0" xmlns="http://ns.adobe.com/afd">
	<feature application="PHSP" id="File-New" type="Main">
		<name id="File/New/name" value="開新檔案"/> 
		<context id="File/New/context" value="檔案 &gt; 開新檔案"/>
		<desc id="File/New/desc" value="建立新 Photoshop 文件"/> 
		<keywords>
			<keyword id="File/New/keywords/New" value="開新檔案"/> 
			<keyword id="File/New/keywords/Create" value=" 建立"/>
			<keyword id="File/New/keywords/Start" value=" 起始"/> 
			<keyword id="File/New/keywords/Begin" value=" 開始"/>
		</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="開啟舊檔"/> 
		<context id="File/Open/context" value="檔案 &gt; 開啟舊檔"/>
		<desc id="File/Open/desc" value="開啟 Photoshop 文件"/> 
		<keywords>
			<keyword id="File/Open/keywords/Open" value="開啟舊檔"/> 
			<keyword id="File/Open/keywords/File" value=" 檔案"/>
			<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="瀏覽"/> 
		<context id="File/Browse/context" value="檔案 &gt; 瀏覽"/>
		<desc id="File/Browse/desc" value="開啟 Adobe Bridge 瀏覽文件"/> 
		<keywords>
			<keyword id="File/Browse/keywords/Bridge" value="Bridge"/> 
			<keyword id="File/Browse/keywords/FileBrowser" value=" 檔案瀏覽器"/>
		</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="在 Mini Bridge 中瀏覽"/> 
		<context id="File/BrowseInMiniBridge/context" value="檔案 &gt; 在 Mini Bridge 中瀏覽"/>
		<desc id="File/BrowseInMiniBridge/desc" value="使用 Mini Bridge 面板瀏覽文件"/> 
		<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=" 檔案瀏覽器"/> 
		</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="開啟為智慧型物件"/> 
		<context id="File/OpenAsSmartObject/context" value="檔案 &gt; 開啟為智慧型物件"/>
		<desc id="File/OpenAsSmartObject/desc" value="開啟為智慧型物件，適合進行非破壞性編輯"/> 
		<keywords>
			<keyword id="File/OpenAsSmartObject/keywords/OpenasSmartObject" value="開啟為智慧型物件"/> 
			<keyword id="File/OpenAsSmartObject/keywords/OpenasSO,OpenSO" value=" 開啟為智慧型物件，開啟智慧型物件"/>
		</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="清除最近使用的記錄"/> 
		<context id="File/ClearRecent/context" value="檔案 &gt; 最近使用的檔案 &gt; 清除最近使用的記錄"/>
		<desc id="File/ClearRecent/desc" value="清除最近開啟檔案的清單"/> 
		<keywords>
			<keyword id="File/ClearRecent/keywords/ClearRecentlyopenedfiles" value="清除最近開啟的檔案記錄"/> 
			<keyword id="File/ClearRecent/keywords/ClearRecentFiles" value=" 清除最近使用的檔案記錄"/>
			<keyword id="File/ClearRecent/keywords/ClearRecent" value=" 清除最近使用的記錄"/> 
		</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="共享我的螢幕"/> 
		<context id="File/ShareMyScreen/context" value="檔案 &gt; 共享我的螢幕"/>
		<desc id="File/ShareMyScreen/desc" value="透過 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="檔案 &gt; Device Central"/>
		<desc id="File/DeviceCentral/desc" value="開啟 Adobe Device Central 以建立或預視為行動裝置而撰寫的文件"/> 
		<keywords>
			<keyword id="File/DeviceCentral/keywords/OpenDeviceCentral" value="開啟 Device Central"/> 
			<keyword id="File/DeviceCentral/keywords/OpenAdobeDeviceCentral,OpenADC" value=" 開啟 Adobe Device Central，開啟 ADC"/>
		</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="關閉"/> 
		<context id="File/Close/context" value="檔案 &gt; 關閉"/>
		<desc id="File/Close/desc" value="關閉目前文件"/> 
		<keywords>
			<keyword id="File/Close/keywords/Close" value="關閉"/> 
			<keyword id="File/Close/keywords/Closecurrentdocument" value=" 關閉目前文件"/>
			<keyword id="File/Close/keywords/Closecurrentdoc" value=" 關閉目前文件"/> 
		</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="全部關閉"/> 
		<context id="File/CloseAll/context" value="檔案 &gt; 全部關閉"/>
		<desc id="File/CloseAll/desc" value="關閉所有文件"/> 
		<keywords>
			<keyword id="File/CloseAll/keywords/Closeall" value="全部關閉"/> 
			<keyword id="File/CloseAll/keywords/Closealldocuments" value=" 關閉所有文件"/>
			<keyword id="File/CloseAll/keywords/closealldocs" value=" 關閉所有文件"/> 
		</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="關閉並跳至 Bridge"/> 
		<context id="File/CloseandGoToBridge/context" value="檔案 &gt; 關閉並跳至 Bridge"/>
		<desc id="File/CloseandGoToBridge/desc" value="關閉目前文件並切換至 Adobe Bridge"/> 
		<keywords>
			<keyword id="File/CloseandGoToBridge/keywords/CloseandswitchtoBridge" value="關閉並切換至 Bridge"/> 
			<keyword id="File/CloseandGoToBridge/keywords/CloseswitchBridge" value=" 關閉切換 Bridge"/>
			<keyword id="File/CloseandGoToBridge/keywords/CloseandswitchFileBrowser" value=" 關閉並切換檔案檔案瀏覽器"/> 
		</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="儲存檔案"/> 
		<context id="File/Save/context" value="檔案 &gt; 儲存檔案"/>
		<desc id="File/Save/desc" value="儲存目前的文件"/> 
		<keywords>
			<keyword id="File/Save/keywords/Save" value="儲存"/> 
			<keyword id="File/Save/keywords/Savecurrent" value=" 儲存目前"/>
			<keyword id="File/Save/keywords/SaveDocument" value=" 儲存文件"/> 
			<keyword id="File/Save/keywords/Savefile" value=" 儲存檔案"/>
		</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="另存新檔"/> 
		<context id="File/SaveAs/context" value="檔案 &gt; 另存新檔"/>
		<desc id="File/SaveAs/desc" value="以不同選項儲存目前的文件"/> 
		<keywords>
			<keyword id="File/SaveAs/keywords/Savewithdifferentoptions" value="以不同選項儲存"/> 
			<keyword id="File/SaveAs/keywords/savew/differentoptions" value=" 以不同選項儲存"/>
		</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="存回"/> 
		<context id="File/CheckIn/context" value="檔案 &gt; 存回"/>
		<desc id="File/CheckIn/desc" value="將目前檔案存回受管理工作流程"/> 
		<keywords>
			<keyword id="File/CheckIn/keywords/Checkintomanagedworkflow" value="存回受管理工作流程"/> 
			<keyword id="File/CheckIn/keywords/checkintomanagedworkflow" value=" 存回受管理工作流程"/>
			<keyword id="File/CheckIn/keywords/checkintomanagedworkflow" value=" 存回受管理工作流程"/> 
			<keyword id="File/CheckIn/keywords/checkintomanagedworkflow" value=" 存回受管理工作流程"/>
		</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="儲存為網頁與裝置用"/> 
		<context id="File/SaveforWebandDevices/context" value="檔案 &gt; 儲存為網頁與裝置用"/>
		<desc id="File/SaveforWebandDevices/desc" value="最佳化目前文件為適合網頁或行動輸出"/> 
		<keywords>
			<keyword id="File/SaveforWebandDevices/keywords/Optimizeforweb" value="根據網頁最佳化"/> 
			<keyword id="File/SaveforWebandDevices/keywords/Optimizeformobile" value=" 根據行動裝置最佳化"/>
			<keyword id="File/SaveforWebandDevices/keywords/Mobile" value=" 行動"/> 
			<keyword id="File/SaveforWebandDevices/keywords/WebOptimize" value=" 網頁最佳化"/>
		</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="回復至前次儲存"/> 
		<context id="File/Revert/context" value="檔案 &gt; 回復至前次儲存"/>
		<desc id="File/Revert/desc" value="將目前文件回復到先前儲存的狀態"/> 
		<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="置入"/> 
		<context id="File/Place/context" value="檔案 &gt; 置入"/>
		<desc id="File/Place/desc" value="將檔案置入目前文件做為智慧型物件"/> 
		<keywords>
			<keyword id="File/Place/keywords/PlaceindocumentasSmartObject" value="置入文件中做為智慧型物件"/> 
			<keyword id="File/Place/keywords/PlaceasSmartObject" value=" 置入做為智慧型物件"/>
			<keyword id="File/Place/keywords/PlaceSO" value=" 置入智慧型物件"/> 
		</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="變數資料集"/> 
		<context id="File/Import/VariableDataSets/context" value="檔案 &gt; 讀入 &gt; 變數資料集"/>
		<desc id="File/Import/VariableDataSets/desc" value="讀入逗號分隔或 Tab 字元分隔的資料檔案，批次建立影像"/> 
		<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="視訊影格到圖層"/> 
		<context id="File/Import/VideoFramestoLayers/context" value="檔案 &gt; 讀入 &gt; 視訊影格到圖層"/>
		<desc id="File/Import/VideoFramestoLayers/desc" value="將視訊檔案的部份或全部影格轉換為 Photoshop 圖層"/> 
		<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="備註"/> 
		<context id="File/Import/Annotations/context" value="檔案 &gt; 讀入 &gt; 備註"/>
		<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="資料集做為檔案"/> 
		<context id="File/Export/DataSetsasFiles/context" value="檔案 &gt; 轉存 &gt; 資料集做為檔案"/>
		<desc id="File/Export/DataSetsasFiles/desc" value="轉存多個檔案，目前文件中的每個變數資料集各存為一個檔案"/> 
		<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="路徑到 Illustrator"/> 
		<context id="File/Export/PathstoIllustrator/context" value="檔案 &gt; 轉存 &gt; 路徑到 Illustrator"/>
		<desc id="File/Export/PathstoIllustrator/desc" value="轉存向量圖路徑以便用於 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="演算視訊"/> 
		<context id="File/Export/RenderVideo/context" value="檔案 &gt; 轉存 &gt; 演算視訊"/>
		<desc id="File/Export/RenderVideo/desc" value="將目前文件演算為視訊格式"/> 
		<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="將視訊預視傳送至裝置"/> 
		<context id="File/Export/SendVideoPreviewtoDevice/context" value="檔案 &gt; 轉存 &gt; 將視訊預視傳送至裝置"/>
		<desc id="File/Export/SendVideoPreviewtoDevice/desc" value="在外部視訊監視器上預視目前文件"/> 
		<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="視訊預視"/> 
		<context id="File/Export/VideoPreview/context" value="檔案 &gt; 轉存 &gt; 視訊預視"/>
		<desc id="File/Export/VideoPreview/desc" value="設定在外部視訊監視器上預視目前文件的選項"/> 
		<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="檔案 &gt; 轉存 &gt; Zoomify"/>
		<desc id="File/Export/Zoomify/desc" value="將目前檔案轉存至網路上，做為可透過 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="批次處理"/> 
		<context id="File/Automate/Batch/context" value="檔案 &gt; 自動 &gt; 批次處理"/>
		<desc id="File/Automate/Batch/desc" value="使用動作來處理多個檔案"/> 
		<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="建立快捷批次處理"/> 
		<context id="File/Automate/CreateDroplet/context" value="檔案 &gt; 自動 &gt; 建立快捷批次處理"/>
		<desc id="File/Automate/CreateDroplet/desc" value="將動作轉換為可攜式快捷批次處理檔案"/> 
		<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="裁切及拉直相片"/> 
		<context id="File/Automate/CropandStraightenPhotos/context" value="檔案 &gt; 自動 &gt; 裁切及拉直相片"/>
		<desc id="File/Automate/CropandStraightenPhotos/desc" value="從多影像掃描建立個別影像檔案"/> 
		<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="縮圖目錄 II"/> 
		<context id="File/Automate/ContactSheetII/context" value="檔案 &gt; 自動 &gt; 縮圖目錄 II"/>
		<desc id="File/Automate/ContactSheetII/desc" value="在單一頁面上顯示一系列縮圖，預視和分類一組影像"/> 
		<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="組合版面"/> 
		<context id="File/Automate/PicturePackage/context" value="檔案 &gt; 自動 &gt; 組合版面"/>
		<desc id="File/Automate/PicturePackage/desc" value="在單一頁面上放置多份源影像的拷貝"/> 
		<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="條件模式更改"/> 
		<context id="File/Automate/ConditionalModeChange/context" value="檔案 &gt; 自動 &gt; 條件模式更改"/>
		<desc id="File/Automate/ConditionalModeChange/desc" value="將指定色彩模式的影像轉換為另一個色彩模式"/> 
		<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="符合影像"/> 
		<context id="File/Automate/FitImage/context" value="檔案 &gt; 自動 &gt; 符合影像"/>
		<desc id="File/Automate/FitImage/desc" value="重新調整目前影像的尺寸以符合指定的尺寸大小"/> 
		<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="合併為 HDR Pro"/> 
		<context id="File/Automate/MergetoHDRPro/context" value="檔案 &gt; 自動 &gt; 合併為 HDR Pro"/>
		<desc id="File/Automate/MergetoHDRPro/desc" value="透過組合多個影像，建立 32 位元高動態範圍影像"/> 
		<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="檔案 &gt; 自動 &gt; Photomerge"/>
		<desc id="File/Automate/Photomerge/desc" value="將多個重疊影像聯結為單一文件"/> 
		<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="影像處理器"/> 
		<context id="File/Scripts/ImageProcessor/context" value="檔案 &gt; 指令碼 &gt; 影像處理器"/>
		<desc id="File/Scripts/ImageProcessor/desc" value="將多個影像轉換為 JPEG、PSD 和/或 TIFF 格式"/> 
		<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="將圖層構圖轉存成檔案"/> 
		<context id="File/Scripts/LayerCompstoFiles/context" value="檔案 &gt; 指令碼 &gt; 將圖層構圖轉存成檔案"/>
		<desc id="File/Scripts/LayerCompstoFiles/desc" value="將圖層構圖轉換為個別檔案"/> 
		<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="將圖層構圖轉存成 WPG"/> 
		<context id="File/Scripts/LayerCompstoWPG/context" value="檔案 &gt; 指令碼 &gt; 將圖層構圖轉存成 WPG"/>
		<desc id="File/Scripts/LayerCompstoWPG/desc" value="將圖層構圖轉換為網路相片收藏館"/> 
		<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="將圖層轉存成檔案"/> 
		<context id="File/Scripts/ExportLayerstoFiles/context" value="檔案 &gt; 指令碼 &gt; 將圖層轉存成檔案"/>
		<desc id="File/Scripts/ExportLayerstoFiles/desc" value="將目前文件轉換為多個檔案"/> 
		<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="指令碼事件管理員"/> 
		<context id="File/Scripts/ScriptEventsManager/context" value="檔案 &gt; 指令碼 &gt; 指令碼事件管理員"/>
		<desc id="File/Scripts/ScriptEventsManager/desc" value="Photoshop 中發生諸如開啟、儲存或轉存檔案等事件時，會觸發 JavaScript 或 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="將檔案載入堆疊"/> 
		<context id="File/Scripts/LoadFilesintoStack/context" value="檔案 &gt; 指令碼 &gt; 將檔案載入堆疊"/>
		<desc id="File/Scripts/LoadFilesintoStack/desc" value="將多個影像組合成影像堆疊，以便進行額外處理"/> 
		<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="載入多個 DICOM 檔案"/> 
		<context id="File/Scripts/LoadMultipleDICOMFiles/context" value="檔案 &gt; 指令碼 &gt; 載入多個 DICOM 檔案"/>
		<desc id="File/Scripts/LoadMultipleDICOMFiles/desc" value="載入多個 DICOM 檔案"/> 
		<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="統計資料"/> 
		<context id="File/Scripts/Statistics/context" value="檔案 &gt; 指令碼 &gt; 統計資料"/>
		<desc id="File/Scripts/Statistics/desc" value="在兩個或多個影像上執行統計操作 (中間值、平均值等)"/> 
		<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="檔案資訊"/> 
		<context id="File/FileInfo/context" value="檔案 &gt; 檔案資訊"/>
		<desc id="File/FileInfo/desc" value="檢閱並編輯目前檔案的註解、關鍵字和其他中繼資料"/> 
		<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="列印"/> 
		<context id="File/Print/context" value="檔案 &gt; 列印"/>
		<desc id="File/Print/desc" value="列印目前文件"/> 
		<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="結束"/> 
		<context id="File/Exit/context" value="檔案 &gt; 結束"/>
		<desc id="File/Exit/desc" value="結束 Photoshop"/> 
		<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="還原/重做"/> 
		<context id="Edit/Undo/Redo/context" value="編輯 &gt; 還原/重做"/>
		<desc id="Edit/Undo/Redo/desc" value="還原上一個動作 | 重做上一個動作"/> 
		<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="向前"/> 
		<context id="Edit/StepForward/context" value="編輯 &gt; 向前"/>
		<desc id="Edit/StepForward/desc" value="在文件步驟記錄中向前"/> 
		<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="退後"/> 
		<context id="Edit/StepBackward/context" value="編輯 &gt; 退後"/>
		<desc id="Edit/StepBackward/desc" value="在文件步驟記錄中退後"/> 
		<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="淡化"/> 
		<context id="Edit/Fade/context" value="編輯 &gt; 淡化"/>
		<desc id="Edit/Fade/desc" value="調整先前套用動作的不透明度和混合選項"/> 
		<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="剪下"/> 
		<context id="Edit/Cut/context" value="編輯 &gt; 剪下"/>
		<desc id="Edit/Cut/desc" value="將目前選取的內容移動至剪貼簿"/> 
		<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="拷貝"/> 
		<context id="Edit/Copy/context" value="編輯 &gt; 拷貝"/>
		<desc id="Edit/Copy/desc" value="將目前選取的內容拷貝至剪貼簿"/> 
		<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="拷貝合併"/> 
		<context id="Edit/CopyMerged/context" value="編輯 &gt; 拷貝合併"/>
		<desc id="Edit/CopyMerged/desc" value="合併拷貝選取區域中的所有可見圖層。"/> 
		<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="貼上"/> 
		<context id="Edit/Paste/context" value="編輯 &gt; 貼上"/>
		<desc id="Edit/Paste/desc" value="將剪下或拷貝的選取項目貼到影像的另一個部份或貼到另一個影像中，做為新圖層"/> 
		<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="清除"/> 
		<context id="Edit/Clear/context" value="編輯 &gt; 清除"/>
		<desc id="Edit/Clear/desc" value="刪除選取的像素"/> 
		<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="檢查拼字"/> 
		<context id="Edit/CheckSpelling/context" value="編輯 &gt; 檢查拼字"/>
		<desc id="Edit/CheckSpelling/desc" value="檢查目前文件中文字圖層的拼字"/> 
		<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="尋找與取代文字"/> 
		<context id="Edit/FindandReplaceText/context" value="編輯 &gt; 尋找與取代文字"/>
		<desc id="Edit/FindandReplaceText/desc" value="尋找與取代目前文件中文字圖層的文字"/> 
		<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="填滿"/> 
		<context id="Edit/Fill/context" value="編輯 &gt; 填滿"/>
		<desc id="Edit/Fill/desc" value="使用顏色、圖樣或文件步驟記錄，填滿目前圖層或選取範圍"/> 
		<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="筆畫"/> 
		<context id="Edit/Stroke/context" value="編輯 &gt; 筆畫"/>
		<desc id="Edit/Stroke/desc" value="沿著選取範圍、路徑或圖層繪製彩色邊界"/> 
		<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="內容感知比率"/> 
		<context id="Edit/ContentAwareScale/context" value="編輯 &gt; 內容感知比率"/>
		<desc id="Edit/ContentAwareScale/desc" value="以智慧方式重新調整影像尺寸並保留基本細節"/> 
		<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="任意變形"/> 
		<context id="Edit/FreeTransform/context" value="編輯 &gt; 任意變形"/>
		<desc id="Edit/FreeTransform/desc" value="套用一個或多個變形 (旋轉、縮放、傾斜、扭曲、透視) 至目前選取的圖層或選取範圍"/> 
		<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="再一次"/> 
		<context id="Edit/Transform/Again/context" value="編輯 &gt; 變形 &gt; 再一次"/>
		<desc id="Edit/Transform/Again/desc" value="重複最近套用的變形"/> 
		<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="縮放"/> 
		<context id="Edit/Transform/Scale/context" value="編輯 &gt; 變形 &gt; 縮放"/>
		<desc id="Edit/Transform/Scale/desc" value="縮放目前選取的圖層或選取範圍"/> 
		<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="旋轉"/> 
		<context id="Edit/Transform/Rotate/context" value="編輯 &gt; 變形 &gt; 旋轉"/>
		<desc id="Edit/Transform/Rotate/desc" value="旋轉目前選取的圖層或選取範圍"/> 
		<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="傾斜"/> 
		<context id="Edit/Transform/Skew/context" value="編輯 &gt; 變形 &gt; 傾斜"/>
		<desc id="Edit/Transform/Skew/desc" value="套用傾斜變形至目前選取的圖層或選取範圍"/> 
		<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="扭曲"/> 
		<context id="Edit/Transform/Distort/context" value="編輯 &gt; 變形 &gt; 扭曲"/>
		<desc id="Edit/Transform/Distort/desc" value="推、拉、延伸目前選取的圖層或選取範圍，以進行扭曲"/> 
		<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="透視"/> 
		<context id="Edit/Transform/Perspective/context" value="編輯 &gt; 變形 &gt; 透視"/>
		<desc id="Edit/Transform/Perspective/desc" value="套用透視變形至目前選取的圖層或選取範圍"/> 
		<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="彎曲"/> 
		<context id="Edit/Transform/Warp/context" value="編輯 &gt; 變形 &gt; 彎曲"/>
		<desc id="Edit/Transform/Warp/desc" value="彎曲目前選取的圖層或選取範圍"/> 
		<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 度 "/> 
		<context id="Edit/Transform/Rotate180degrees/context" value="編輯 &gt; 變形 &gt; 旋轉 180 度"/>
		<desc id="Edit/Transform/Rotate180degrees/desc" value="將目前選取的圖層或選取範圍旋轉 180 度"/> 
		<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 度"/> 
		<context id="Edit/Transform/Rotate90degreesCW/context" value="編輯 &gt; 變形 &gt; 順時針旋轉 90 度"/>
		<desc id="Edit/Transform/Rotate90degreesCW/desc" value="將目前選取的圖層或選取範圍順時針旋轉 90 度"/> 
		<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 度"/> 
		<context id="Edit/Transform/Rotate90degreesCCW/context" value="編輯 &gt; 變形 &gt; 逆時針旋轉 90 度"/>
		<desc id="Edit/Transform/Rotate90degreesCCW/desc" value="將目前選取的圖層或選取範圍逆時針旋轉 90 度"/> 
		<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="水平翻轉"/> 
		<context id="Edit/Transform/FlipHorizontal/context" value="編輯 &gt; 變形 &gt; 水平翻轉"/>
		<desc id="Edit/Transform/FlipHorizontal/desc" value="水平翻轉目前選取的圖層或選取範圍"/> 
		<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="垂直翻轉"/> 
		<context id="Edit/Transform/FlipVertical/context" value="編輯 &gt; 變形 &gt; 垂直翻轉"/>
		<desc id="Edit/Transform/FlipVertical/desc" value="垂直翻轉目前選取的圖層或選取範圍"/> 
		<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="自動對齊圖層"/> 
		<context id="Edit/Auto-AlignLayers/context" value="編輯 &gt; 自動對齊圖層"/>
		<desc id="Edit/Auto-AlignLayers/desc" value="根據兩個或多個已選取圖層的像素內容，對齊這些圖層"/> 
		<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="自動混合圖層"/> 
		<context id="Edit/Auto-BlendLayers/context" value="編輯 &gt; 自動混合圖層"/>
		<desc id="Edit/Auto-BlendLayers/desc" value="混合兩個或多個已選取圖層的內容"/> 
		<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="定義筆刷預設集"/> 
		<context id="Edit/DefineBrushPreset/context" value="編輯 &gt; 定義筆刷預設集"/>
		<desc id="Edit/DefineBrushPreset/desc" value="將目前的筆尖和筆刷選項儲存為新的筆刷預設集"/> 
		<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="定義圖樣"/> 
		<context id="Edit/DefinePattern/context" value="編輯 &gt; 定義圖樣"/>
		<desc id="Edit/DefinePattern/desc" value="從目前選取範圍建立可重複使用的圖樣"/> 
		<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="定義自訂形狀"/> 
		<context id="Edit/DefineCustomShape/context" value="編輯 &gt; 定義自訂形狀"/>
		<desc id="Edit/DefineCustomShape/desc" value="將目前選取的路徑儲存為可重複使用的自訂形狀"/> 
		<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="還原"/> 
		<context id="Edit/Purge/Undo/context" value="編輯 &gt; 清除記憶 &gt; 還原"/>
		<desc id="Edit/Purge/Undo/desc" value="清除 Photoshop 還原清單的資料，以便釋放記憶體 (RAM)。"/> 
		<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="剪貼簿"/> 
		<context id="Edit/Purge/Clipboard/context" value="編輯 &gt; 清除記憶 &gt; 剪貼簿"/>
		<desc id="Edit/Purge/Clipboard/desc" value="清除剪貼簿的資料，以便釋放記憶體 (RAM)"/> 
		<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="步驟記錄"/> 
		<context id="Edit/Purge/Histories/context" value="編輯 &gt; 清除記憶 &gt; 步驟記錄"/>
		<desc id="Edit/Purge/Histories/desc" value="清除 Photoshop 還原清單的資料，以便釋放記憶體 (RAM)。"/> 
		<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="全部"/> 
		<context id="Edit/Purge/All/context" value="編輯 &gt; 清除記憶 &gt; 全部"/>
		<desc id="Edit/Purge/All/desc" value="清除剪貼簿以及 Photoshop 還原清單的資料，以便釋放記憶體 (RAM)。"/> 
		<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 預設集"/> 
		<context id="Edit/AdobePDFPresets/context" value="編輯 &gt; Adobe PDF 預設集"/>
		<desc id="Edit/AdobePDFPresets/desc" value="建立與編輯 PDF 預設集"/> 
		<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="預設集管理員"/> 
		<context id="Edit/PresetManager/context" value="編輯 &gt; 預設集管理員"/>
		<desc id="Edit/PresetManager/desc" value="管理筆刷、色票、樣式的組合和其他預設集"/> 
		<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="顏色設定"/> 
		<context id="Edit/ColorSettings/context" value="編輯 &gt; 顏色設定"/>
		<desc id="Edit/ColorSettings/desc" value="編輯 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="指定描述檔"/> 
		<context id="Edit/AssignProfile/context" value="編輯 &gt; 指定描述檔"/>
		<desc id="Edit/AssignProfile/desc" value="變更指定給目前文件的色彩管理描述檔"/> 
		<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="轉換為描述檔"/> 
		<context id="Edit/ConverttoProfile/context" value="編輯 &gt; 轉換為描述檔"/>
		<desc id="Edit/ConverttoProfile/desc" value="將目前文件的顏色轉換為符合另一個色彩描述檔"/> 
		<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="鍵盤快速鍵"/> 
		<context id="Edit/KeyboardShortcuts/context" value="編輯 &gt; 鍵盤快速鍵"/>
		<desc id="Edit/KeyboardShortcuts/desc" value="調整指定給 Photoshop 工具和指令的鍵盤快速鍵 "/> 
		<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="選單"/> 
		<context id="Edit/Menus/context" value="編輯 &gt; 選單"/>
		<desc id="Edit/Menus/desc" value="透過啟動、關閉 Photoshop 選單項目以及改變其顏色，微調 Photoshop 介面"/> 
		<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="一般"/> 
		<context id="Edit/Preferences/General/context" value="編輯 &gt; 偏好設定 &gt; 一般"/>
		<desc id="Edit/Preferences/General/desc" value="編輯一般 Photoshop 應用程式偏好設定"/> 
		<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="介面"/> 
		<context id="Edit/Preferences/Interface/context" value="編輯 &gt; 偏好設定 &gt; 介面"/>
		<desc id="Edit/Preferences/Interface/desc" value="調整 Photoshop 的介面選項"/> 
		<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="檔案處理"/> 
		<context id="Edit/Preferences/FileHandling/context" value="編輯 &gt; 偏好設定 &gt; 檔案處理"/>
		<desc id="Edit/Preferences/FileHandling/desc" value="設定 Photoshop 的檔案處理選項"/> 
		<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="效能"/> 
		<context id="Edit/Preferences/Performance/context" value="編輯 &gt; 偏好設定 &gt; 效能"/>
		<desc id="Edit/Preferences/Performance/desc" value="微調 Photoshop 效能"/> 
		<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="游標"/> 
		<context id="Edit/Preferences/Cursors/context" value="編輯 &gt; 偏好設定 &gt; 游標"/>
		<desc id="Edit/Preferences/Cursors/desc" value="定義游標顯示選項"/> 
		<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="透明和色域"/> 
		<context id="Edit/Preferences/TransparencyandGamut/context" value="編輯 &gt; 偏好設定 &gt; 透明和色域"/>
		<desc id="Edit/Preferences/TransparencyandGamut/desc" value="調整 Photoshop 處理透明顯示和色域警告的選項"/> 
		<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="單位和尺標"/> 
		<context id="Edit/Preferences/UnitsandRulers/context" value="編輯 &gt; 偏好設定 &gt; 單位和尺標"/>
		<desc id="Edit/Preferences/UnitsandRulers/desc" value="設定 Photoshop 中使用的度量單位"/> 
		<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="參考線、格點與切片"/> 
		<context id="Edit/Preferences/Guides,Grid,SlicesandCount/context" value="編輯 &gt; 偏好設定 &gt; 參考線、格點與切片"/>
		<desc id="Edit/Preferences/Guides,Grid,SlicesandCount/desc" value="設定 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="增效模組"/> 
		<context id="Edit/Preferences/Plug-Ins/context" value="編輯 &gt; 偏好設定 &gt; 增效模組"/>
		<desc id="Edit/Preferences/Plug-Ins/desc" value="視需要設定 Photoshop 為使用額外的增效模組檔案夾"/> 
		<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="編輯 &gt; 偏好設定 &gt; 3D"/>
		<desc id="Edit/Preferences/3D/desc" value="設定 Photoshop 的 3D 顯示和互動選項"/> 
		<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="編輯 &gt; 偏好設定 &gt; Camera Raw"/>
		<desc id="Edit/Preferences/CameraRaw/desc" value="設定 Camera Raw 的效能和檔案處理選項"/> 
		<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="文字"/> 
		<context id="Edit/Preferences/Type/context" value="編輯 &gt; 偏好設定 &gt; 文字"/>
		<desc id="Edit/Preferences/Type/desc" value="設定 Photoshop 的文字處理偏好設定"/> 
		<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="點陣圖"/> 
		<context id="Image/Mode/Bitmap/context" value="影像 &gt; 模式 &gt; 點陣圖"/>
		<desc id="Image/Mode/Bitmap/desc" value="將目前文件設定為點陣圖色彩模式"/> 
		<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="灰階"/> 
		<context id="Image/Mode/Grayscale/context" value="影像 &gt; 模式 &gt; 灰階"/>
		<desc id="Image/Mode/Grayscale/desc" value="將目前文件設定為灰階色彩模式"/> 
		<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="雙色調"/> 
		<context id="Image/Mode/Duotone/context" value="影像 &gt; 模式 &gt; 雙色調"/>
		<desc id="Image/Mode/Duotone/desc" value="將灰階影像轉換為雙色調、三色調和四色調，設定以兩、三及四種油墨列印灰階影像"/> 
		<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="索引色"/> 
		<context id="Image/Mode/IndexedColor/context" value="影像 &gt; 模式 &gt; 索引色"/>
		<desc id="Image/Mode/IndexedColor/desc" value="將目前檔案轉換為 8 位元影像檔案 (最多包含 256 色)"/> 
		<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 色彩"/> 
		<context id="Image/Mode/RGBColor/context" value="影像 &gt; 模式 &gt; RGB 色彩"/>
		<desc id="Image/Mode/RGBColor/desc" value="將目前文件轉換為 RGB 色彩模式"/> 
		<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 色彩"/> 
		<context id="Image/Mode/CMYKColor/context" value="影像 &gt; 模式 &gt; CMYK 色彩"/>
		<desc id="Image/Mode/CMYKColor/desc" value="將目前文件轉換為 CMYK 色彩模式"/> 
		<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 色彩"/> 
		<context id="Image/Mode/LabColor/context" value="影像 &gt; 模式 &gt; Lab 色彩"/>
		<desc id="Image/Mode/LabColor/desc" value="將目前文件轉換為 Lab 色彩模式"/> 
		<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="多重色版"/> 
		<context id="Image/Mode/Multichannel/context" value="影像 &gt; 模式 &gt; 多重色版"/>
		<desc id="Image/Mode/Multichannel/desc" value="將目前文件轉換為多重色版模式，每個色版包含 256 個灰階"/> 
		<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 位元/色版"/> 
		<context id="Image/Mode/8Bits/Channel/context" value="影像 &gt; 模式 &gt; 8 位元/色版"/>
		<desc id="Image/Mode/8Bits/Channel/desc" value="將目前文件的位元深度轉換為每個色版 8 位元"/> 
		<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 位元/色版"/> 
		<context id="Image/Mode/16Bits/Channel/context" value="影像 &gt; 模式 &gt; 16 位元/色版"/>
		<desc id="Image/Mode/16Bits/Channel/desc" value="將目前文件的位元深度轉換為每個色版 16 位元"/> 
		<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 位元/色版"/> 
		<context id="Image/Mode/32Bits/Channel/context" value="影像 &gt; 模式 &gt; 32 位元/色版"/>
		<desc id="Image/Mode/32Bits/Channel/desc" value="將目前文件的位元深度轉換為每個色版 32 位元"/> 
		<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="色彩表"/> 
		<context id="Image/Mode/ColorTable/context" value="影像 &gt; 模式 &gt; 色彩表"/>
		<desc id="Image/Mode/ColorTable/desc" value="編輯索引色模式影像的色彩表"/> 
		<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="色階"/> 
		<context id="Image/Adjustments/Levels/context" value="影像 &gt; 調整 &gt; 色階"/>
		<desc id="Image/Adjustments/Levels/desc" value="透過調整影像陰影、中間調和亮部的明暗程度，校正影像的色調範圍和色彩平衡"/> 
		<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="自動色階"/> 
		<context id="Image/Adjustments/AutoLevels/context" value="影像 &gt; 調整 &gt; 自動色階"/>
		<desc id="Image/Adjustments/AutoLevels/desc" value="自動調整影像中的最暗點和最亮點，增加影像對比"/> 
		<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="自動對比"/> 
		<context id="Image/Adjustments/AutoContrast/context" value="影像 &gt; 調整 &gt; 自動對比"/>
		<desc id="Image/Adjustments/AutoContrast/desc" value="自動調整影像對比，將陰影和亮部區域對應至純黑和純白 "/> 
		<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="自動色彩"/> 
		<context id="Image/Adjustments/AutoColor/context" value="影像 &gt; 調整 &gt; 自動色彩"/>
		<desc id="Image/Adjustments/AutoColor/desc" value="經由分析目前影像的顏色和對比，中和顏色投射"/> 
		<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="曲線"/> 
		<context id="Image/Adjustments/Curves/context" value="影像 &gt; 調整 &gt; 曲線"/>
		<desc id="Image/Adjustments/Curves/desc" value="調整目前影像的色調範圍，最多可設定 14 個控制點"/> 
		<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="色彩平衡"/> 
		<context id="Image/Adjustments/ColorBalance/context" value="影像 &gt; 調整 &gt; 色彩平衡"/>
		<desc id="Image/Adjustments/ColorBalance/desc" value="變更影像的整體色彩混合，進行一般化色彩校正"/> 
		<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="亮度/對比"/> 
		<context id="Image/Adjustments/Brightness/Contrast/context" value="影像 &gt; 調整 &gt; 亮度/對比"/>
		<desc id="Image/Adjustments/Brightness/Contrast/desc" value="簡單調整影像的色調範圍"/> 
		<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="黑白"/> 
		<context id="Image/Adjustments/BlackandWhite/context" value="影像 &gt; 調整 &gt; 黑白"/>
		<desc id="Image/Adjustments/BlackandWhite/desc" value="使用一組滑桿和預設集，控制從彩色轉換為黑白"/> 
		<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="自然飽和度"/> 
		<context id="Image/Adjustments/Vibrance/context" value="影像 &gt; 調整 &gt; 自然飽和度"/>
		<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="色相/飽和度"/> 
		<context id="Image/Adjustments/Hue/Saturation/context" value="影像 &gt; 調整 &gt; 色相/飽和度"/>
		<desc id="Image/Adjustments/Hue/Saturation/desc" value="調整影像中特定顏色元素的色相、飽和度和亮度，或同時調整影像中的所有顏色"/> 
		<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="去除飽和度"/> 
		<context id="Image/Adjustments/Desaturate/context" value="影像 &gt; 調整 &gt; 去除飽和度"/>
		<desc id="Image/Adjustments/Desaturate/desc" value="將彩色影像轉換為灰階值，但不改變影像的色彩模式"/> 
		<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="符合顏色"/> 
		<context id="Image/Adjustments/MatchColor/context" value="影像 &gt; 調整 &gt; 符合顏色"/>
		<desc id="Image/Adjustments/MatchColor/desc" value="在多個影像、多個圖層或多個選取範圍間符合顏色"/> 
		<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="取代顏色"/> 
		<context id="Image/Adjustments/ReplaceColor/context" value="影像 &gt; 調整 &gt; 取代顏色"/>
		<desc id="Image/Adjustments/ReplaceColor/desc" value="建立遮色片來選取影像中的特定顏色，然後取代這些顏色"/> 
		<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="選取顏色"/> 
		<context id="Image/Adjustments/SelectiveColor/context" value="影像 &gt; 調整 &gt; 選取顏色"/>
		<desc id="Image/Adjustments/SelectiveColor/desc" value="調整影像的特定顏色區域"/> 
		<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="色版混合器"/> 
		<context id="Image/Adjustments/ChannelMixer/context" value="影像 &gt; 調整 &gt; 色版混合器"/>
		<desc id="Image/Adjustments/ChannelMixer/desc" value="建立灰階、深褐色調或其他色調的影像，或發揮創造力自行調整影像的顏色"/> 
		<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="漸層對應"/> 
		<context id="Image/Adjustments/GradientMap/context" value="影像 &gt; 調整 &gt; 漸層對應"/>
		<desc id="Image/Adjustments/GradientMap/desc" value="套用色彩至灰階影像，或調整影像的現有顏色"/> 
		<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="相片濾鏡"/> 
		<context id="Image/Adjustments/PhotoFilter/context" value="影像 &gt; 調整 &gt; 相片濾鏡"/>
		<desc id="Image/Adjustments/PhotoFilter/desc" value="調整透過鏡頭傳送之光源的色彩平衡和色溫"/> 
		<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="陰影/亮部"/> 
		<context id="Image/Adjustments/Shadow/Highlight/context" value="影像 &gt; 調整 &gt; 陰影/亮部"/>
		<desc id="Image/Adjustments/Shadow/Highlight/desc" value="調整影像的陰影和亮部區域"/> 
		<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 色調"/> 
		<context id="Image/Adjustments/HDRToning/context" value="影像 &gt; 調整 &gt; HDR 色調"/>
		<desc id="Image/Adjustments/HDRToning/desc" value="將 HDR 樣式的影像調整套用至目前影像"/> 
		<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="曝光度"/> 
		<context id="Image/Adjustments/Exposure/context" value="影像 &gt; 調整 &gt; 曝光度"/>
		<desc id="Image/Adjustments/Exposure/desc" value="調整影像的曝光度"/> 
		<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="負片效果"/> 
		<context id="Image/Adjustments/Invert/context" value="影像 &gt; 調整 &gt; 負片效果"/>
		<desc id="Image/Adjustments/Invert/desc" value="反轉影像的色彩"/> 
		<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="均勻分配"/> 
		<context id="Image/Adjustments/Equalize/context" value="影像 &gt; 調整 &gt; 均勻分配"/>
		<desc id="Image/Adjustments/Equalize/desc" value="重新分配影像的亮度值"/> 
		<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="臨界值"/> 
		<context id="Image/Adjustments/Threshold/context" value="影像 &gt; 調整 &gt; 臨界值"/>
		<desc id="Image/Adjustments/Threshold/desc" value="將影像轉換為高對比黑白"/> 
		<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="色調分離"/> 
		<context id="Image/Adjustments/Posterize/context" value="影像 &gt; 調整 &gt; 色調分離"/>
		<desc id="Image/Adjustments/Posterize/desc" value="指定每個色版的色調色階"/> 
		<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="綜觀變量"/> 
		<context id="Image/Adjustments/Variations/context" value="影像 &gt; 調整 &gt; 綜觀變量"/>
		<desc id="Image/Adjustments/Variations/desc" value="在各種影像調整的預視顯示中進行選擇"/> 
		<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="複製"/> 
		<context id="Image/Duplicate/context" value="影像 &gt; 複製"/>
		<desc id="Image/Duplicate/desc" value="複製影像內容"/> 
		<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="套用影像"/> 
		<context id="Image/ApplyImage/context" value="影像 &gt; 套用影像"/>
		<desc id="Image/ApplyImage/desc" value="混合影像圖層的色版"/> 
		<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="運算"/> 
		<context id="Image/Calculations/context" value="影像 &gt; 運算"/>
		<desc id="Image/Calculations/desc" value="將兩個色版混合為一個影像"/> 
		<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="影像尺寸"/> 
		<context id="Image/ImageSize/context" value="影像 &gt; 影像尺寸"/>
		<desc id="Image/ImageSize/desc" value="變更影像的尺寸"/> 
		<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="版面尺寸"/> 
		<context id="Image/CanvasSize/context" value="影像 &gt; 版面尺寸"/>
		<desc id="Image/CanvasSize/desc" value="變更影像之外的區域大小"/> 
		<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 度"/> 
		<context id="Image/ImageRotation/180degrees/context" value="影像 &gt; 影像旋轉 &gt; 180 度"/>
		<desc id="Image/ImageRotation/180degrees/desc" value="將影像版面旋轉 180 度"/> 
		<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 度"/> 
		<context id="Image/ImageRotation/90degreesCW/context" value="影像 &gt; 影像旋轉 &gt; 順時針 90 度"/>
		<desc id="Image/ImageRotation/90degreesCW/desc" value="將影像版面順時針旋轉 90 度"/> 
		<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 度"/> 
		<context id="Image/ImageRotation/90degreesCCW/context" value="影像 &gt; 影像旋轉 &gt; 逆時針 90 度"/>
		<desc id="Image/ImageRotation/90degreesCCW/desc" value="將影像版面逆時針旋轉 90 度"/> 
		<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="任意"/> 
		<context id="Image/ImageRotation/Arbitrary/context" value="影像 &gt; 影像旋轉 &gt; 任意"/>
		<desc id="Image/ImageRotation/Arbitrary/desc" value="將影像版面旋轉任意角度"/> 
		<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="水平翻轉版面"/> 
		<context id="Image/ImageRotation/FlipCanvasHorizontal/context" value="影像 &gt; 影像旋轉 &gt; 水平翻轉版面"/>
		<desc id="Image/ImageRotation/FlipCanvasHorizontal/desc" value="水平翻轉影像版面"/> 
		<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="垂直翻轉版面"/> 
		<context id="Image/ImageRotation/FlipCanvasVertical/context" value="影像 &gt; 影像旋轉 &gt; 垂直翻轉版面"/>
		<desc id="Image/ImageRotation/FlipCanvasVertical/desc" value="垂直翻轉影像版面 "/> 
		<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="裁切"/> 
		<context id="Image/Crop/context" value="影像 &gt; 裁切"/>
		<desc id="Image/Crop/desc" value="裁切影像"/> 
		<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="修剪"/> 
		<context id="Image/Trim/context" value="影像 &gt; 修剪"/>
		<desc id="Image/Trim/desc" value="根據大小和位置移除小部份影像"/> 
		<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="全部顯現"/> 
		<context id="Image/RevealAll/context" value="影像 &gt; 全部顯現"/>
		<desc id="Image/RevealAll/desc" value="顯示影像的所有層面"/> 
		<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="定義"/> 
		<context id="Image/Variables/Define/context" value="影像 &gt; 變數 &gt; 定義"/>
		<desc id="Image/Variables/Define/desc" value="定義圖層變數的特定設定和參數"/> 
		<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="資料集"/> 
		<context id="Image/Variables/DataSets/context" value="影像 &gt; 變數 &gt; 資料集"/>
		<desc id="Image/Variables/DataSets/desc" value="定義資料集的特定變數，以便搭配變數使用"/> 
		<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="套用資料集"/> 
		<context id="Image/ApplyDataSet/context" value="影像 &gt; 套用資料集"/>
		<desc id="Image/ApplyDataSet/desc" value="套用特定的已儲存資料集"/> 
		<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="補漏白"/> 
		<context id="Image/Trap/context" value="影像 &gt; 補漏白"/>
		<desc id="Image/Trap/desc" value="建立印刷機的預防式重疊"/> 
		<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="圖層"/> 
		<context id="Layer/New/Layer/context" value="圖層 &gt; 新增 &gt; 圖層"/>
		<desc id="Layer/New/Layer/desc" value="增加新圖層至影像"/> 
		<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="背景圖層"/> 
		<context id="Layer/New/Background/context" value="圖層 &gt; 新增 &gt; 背景圖層"/>
		<desc id="Layer/New/Background/desc" value="套用新背景圖層至影像"/> 
		<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="背景圖層"/> 
		<context id="Layer/New/LayerFromBackground/context" value="圖層 &gt; 新增 &gt; 背景圖層"/>
		<desc id="Layer/New/LayerFromBackground/desc" value="透過複製目前背景圖層，建立新的圖層"/> 
		<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="群組"/> 
		<context id="Layer/New/Group/context" value="圖層 &gt; 新增 &gt; 群組"/>
		<desc id="Layer/New/Group/desc" value="定義圖層集合的新父群組"/> 
		<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="從圖層建立群組"/> 
		<context id="Layer/New/GroupfromLayers/context" value="圖層 &gt; 新增 &gt; 從圖層建立群組"/>
		<desc id="Layer/New/GroupfromLayers/desc" value="從選取的圖層建立新群組"/> 
		<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="拷貝的圖層"/> 
		<context id="Layer/New/LayerviaCopy/context" value="圖層 &gt; 新增 &gt; 拷貝的圖層"/>
		<desc id="Layer/New/LayerviaCopy/desc" value="從拷貝的資料建立圖層"/> 
		<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="剪下的圖層"/> 
		<context id="Layer/New/LayerviaCut/context" value="圖層 &gt; 新增 &gt; 剪下的圖層"/>
		<desc id="Layer/New/LayerviaCut/desc" value="從其他影像剪下資料，藉以建立新圖層"/> 
		<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="複製圖層/群組"/> 
		<context id="Layer/DuplicateLayer/Group/context" value="圖層 &gt; 複製圖層/群組"/>
		<desc id="Layer/DuplicateLayer/Group/desc" value="複製選取的圖層或群組"/> 
		<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="刪除圖層/群組"/> 
		<context id="Layer/Delete/DeleteLayer/Group/context" value="圖層 &gt; 刪除 &gt; 刪除圖層/群組"/>
		<desc id="Layer/Delete/DeleteLayer/Group/desc" value="刪除選取的圖層或群組"/> 
		<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="隱藏圖層"/> 
		<context id="Layer/Delete/HiddenLayers/context" value="圖層 &gt; 刪除 &gt; 隱藏圖層"/>
		<desc id="Layer/Delete/HiddenLayers/desc" value="刪除隱藏圖層"/> 
		<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="圖層/群組屬性"/> 
		<context id="Layer/Layer/GroupProperties/context" value="圖層 &gt; 圖層/群組屬性"/>
		<desc id="Layer/Layer/GroupProperties/desc" value="調整所選取圖層或群組的屬性"/> 
		<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="混合選項"/> 
		<context id="Layer/LayerStyle/BlendingOptions/context" value="圖層 &gt; 圖層樣式 &gt; 混合選項"/>
		<desc id="Layer/LayerStyle/BlendingOptions/desc" value="定義已選取圖層的混合選項"/> 
		<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="陰影"/> 
		<context id="Layer/LayerStyle/DropShadow/context" value="圖層 &gt; 圖層樣式 &gt; 陰影"/>
		<desc id="Layer/LayerStyle/DropShadow/desc" value="增加陰影至圖層"/> 
		<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="內陰影"/> 
		<context id="Layer/LayerStyle/InnerShadow/context" value="圖層 &gt; 圖層樣式 &gt; 內陰影"/>
		<desc id="Layer/LayerStyle/InnerShadow/desc" value="增加內陰影至圖層"/> 
		<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="外光暈"/> 
		<context id="Layer/LayerStyle/OuterGlow/context" value="圖層 &gt; 圖層樣式 &gt; 外光暈"/>
		<desc id="Layer/LayerStyle/OuterGlow/desc" value="增加外光暈至圖層"/> 
		<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="內光暈"/> 
		<context id="Layer/LayerStyle/InnerGlow/context" value="圖層 &gt; 圖層樣式 &gt; 內光暈"/>
		<desc id="Layer/LayerStyle/InnerGlow/desc" value="增加內光暈至圖層"/> 
		<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="斜角和浮雕"/> 
		<context id="Layer/LayerStyle/BevelandEmboss/context" value="圖層 &gt; 圖層樣式 &gt; 斜角和浮雕"/>
		<desc id="Layer/LayerStyle/BevelandEmboss/desc" value="套用斜角和浮雕樣式至圖層"/> 
		<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="緞面"/> 
		<context id="Layer/LayerStyle/Satin/context" value="圖層 &gt; 圖層樣式 &gt; 緞面"/>
		<desc id="Layer/LayerStyle/Satin/desc" value="套用內部陰影至圖層"/> 
		<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="顏色覆蓋"/> 
		<context id="Layer/LayerStyle/ColorOverlay/context" value="圖層 &gt; 圖層樣式 &gt; 顏色覆蓋"/>
		<desc id="Layer/LayerStyle/ColorOverlay/desc" value="覆蓋圖層的顏色"/> 
		<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="漸層覆蓋"/> 
		<context id="Layer/LayerStyle/GradientOverlay/context" value="圖層 &gt; 圖層樣式 &gt; 漸層覆蓋"/>
		<desc id="Layer/LayerStyle/GradientOverlay/desc" value="以漸層覆蓋圖層的內容"/> 
		<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="圖樣覆蓋"/> 
		<context id="Layer/LayerStyle/PatternOverlay/context" value="圖層 &gt; 圖層樣式 &gt; 圖樣覆蓋"/>
		<desc id="Layer/LayerStyle/PatternOverlay/desc" value="以圖樣覆蓋圖層的內容"/> 
		<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="筆畫"/> 
		<context id="Layer/LayerStyle/Stroke/context" value="圖層 &gt; 圖層樣式 &gt; 筆畫"/>
		<desc id="Layer/LayerStyle/Stroke/desc" value="以所定義顏色劃出圖層的邊界"/> 
		<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="拷貝圖層樣式"/> 
		<context id="Layer/LayerStyle/CopyLayerStyle/context" value="圖層 &gt; 圖層樣式 &gt; 拷貝圖層樣式"/>
		<desc id="Layer/LayerStyle/CopyLayerStyle/desc" value="拷貝其他的圖層樣式"/> 
		<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="貼上圖層樣式"/> 
		<context id="Layer/LayerStyle/PasteLayerStyle/context" value="圖層 &gt; 圖層樣式 &gt; 貼上圖層樣式"/>
		<desc id="Layer/LayerStyle/PasteLayerStyle/desc" value="貼上拷貝的圖層樣式"/> 
		<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="清除圖層樣式"/> 
		<context id="Layer/LayerStyle/ClearLayerStyle/context" value="圖層 &gt; 圖層樣式 &gt; 清除圖層樣式"/>
		<desc id="Layer/LayerStyle/ClearLayerStyle/desc" value="清除圖層樣式"/> 
		<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="整體光源"/> 
		<context id="Layer/LayerStyle/GlobalLight/context" value="圖層 &gt; 圖層樣式 &gt; 整體光源"/>
		<desc id="Layer/LayerStyle/GlobalLight/desc" value="與多個圖層共用通用光源的效果"/> 
		<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="建立圖層"/> 
		<context id="Layer/LayerStyle/CreateLayers/context" value="圖層 &gt; 圖層樣式 &gt; 建立圖層"/>
		<desc id="Layer/LayerStyle/CreateLayers/desc" value="將選取圖層的圖層樣式轉換為新圖層"/> 
		<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="顯示/隱藏全部效果"/> 
		<context id="Layer/LayerStyle/Show/HideAllEffects/context" value="圖層 &gt; 圖層樣式 &gt; 顯示/隱藏全部效果"/>
		<desc id="Layer/LayerStyle/Show/HideAllEffects/desc" value="顯示和隱藏圖層樣式"/> 
		<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="縮放效果"/> 
		<context id="Layer/LayerStyle/ScaleEffects/context" value="圖層 &gt; 圖層樣式 &gt; 縮放效果"/>
		<desc id="Layer/LayerStyle/ScaleEffects/desc" value="縮放圖層樣式效果"/> 
		<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="關閉智慧型濾鏡"/> 
		<context id="Layer/SmartFilter/DisableSmartFilters/context" value="圖層 &gt; 智慧型濾鏡 &gt; 關閉智慧型濾鏡"/>
		<desc id="Layer/SmartFilter/DisableSmartFilters/desc" value="關閉智慧型濾鏡"/> 
		<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="刪除濾鏡遮色片"/> 
		<context id="Layer/SmartFilter/DeleteFilterMask/context" value="圖層 &gt; 智慧型濾鏡 &gt; 刪除濾鏡遮色片"/>
		<desc id="Layer/SmartFilter/DeleteFilterMask/desc" value="刪除智慧型濾鏡的濾鏡遮色片"/> 
		<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="關閉濾鏡遮色片"/> 
		<context id="Layer/SmartFilter/DisableFilterMask/context" value="圖層 &gt; 智慧型濾鏡 &gt; 關閉濾鏡遮色片"/>
		<desc id="Layer/SmartFilter/DisableFilterMask/desc" value="關閉智慧型濾鏡的濾鏡遮色片"/> 
		<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="清除智慧型濾鏡"/> 
		<context id="Layer/SmartFilter/ClearSmartFilters/context" value="圖層 &gt; 智慧型濾鏡 &gt; 清除智慧型濾鏡"/>
		<desc id="Layer/SmartFilter/ClearSmartFilters/desc" value="清除智慧型濾鏡"/> 
		<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="純色"/> 
		<context id="Layer/NewFillLayer/SolidColor/context" value="圖層 &gt; 新增填滿圖層 &gt; 純色"/>
		<desc id="Layer/NewFillLayer/SolidColor/desc" value="建立新純色填色圖層"/> 
		<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="漸層"/> 
		<context id="Layer/NewFillLayer/Gradient/context" value="圖層 &gt; 新增填滿圖層 &gt; 漸層"/>
		<desc id="Layer/NewFillLayer/Gradient/desc" value="建立新漸層填色圖層"/> 
		<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="圖樣"/> 
		<context id="Layer/NewFillLayer/Pattern/context" value="圖層 &gt; 新增填滿圖層 &gt; 圖樣"/>
		<desc id="Layer/NewFillLayer/Pattern/desc" value="建立新圖樣填滿圖層"/> 
		<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="色階"/> 
		<context id="Layer/NewAdjustmentLayer/Levels/context" value="圖層 &gt; 新增調整圖層 &gt; 色階"/>
		<desc id="Layer/NewAdjustmentLayer/Levels/desc" value="建立新色階調整圖層"/> 
		<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="曲線"/> 
		<context id="Layer/NewAdjustmentLayer/Curves/context" value="圖層 &gt; 新增調整圖層 &gt; 曲線"/>
		<desc id="Layer/NewAdjustmentLayer/Curves/desc" value="建立新曲線調整圖層"/> 
		<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="色彩平衡"/> 
		<context id="Layer/NewAdjustmentLayer/ColorBalance/context" value="圖層 &gt; 新增調整圖層 &gt; 色彩平衡"/>
		<desc id="Layer/NewAdjustmentLayer/ColorBalance/desc" value="建立新色彩平衡調整圖層"/> 
		<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="亮度/對比"/> 
		<context id="Layer/NewAdjustmentLayer/Brightness/Contrast/context" value="圖層 &gt; 新增調整圖層 &gt; 亮度/對比"/>
		<desc id="Layer/NewAdjustmentLayer/Brightness/Contrast/desc" value="建立新亮度/對比調整圖層"/> 
		<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="黑白"/> 
		<context id="Layer/NewAdjustmentLayer/BlackandWhite/context" value="圖層 &gt; 新增調整圖層 &gt; 黑白"/>
		<desc id="Layer/NewAdjustmentLayer/BlackandWhite/desc" value="建立新黑白調整圖層"/> 
		<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="自然飽和度"/> 
		<context id="Layer/NewAdjustmentLayer/Vibrance/context" value="圖層 &gt; 新增調整圖層 &gt; 自然飽和度"/>
		<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="色相/飽和度"/> 
		<context id="Layer/NewAdjustmentLayer/Hue/Saturation/context" value="圖層 &gt; 新增調整圖層 &gt; 色相/飽和度"/>
		<desc id="Layer/NewAdjustmentLayer/Hue/Saturation/desc" value="建立新色相/飽和度調整圖層"/> 
		<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="選取顏色"/> 
		<context id="Layer/NewAdjustmentLayer/SelectiveColor/context" value="圖層 &gt; 新增調整圖層 &gt; 選取顏色"/>
		<desc id="Layer/NewAdjustmentLayer/SelectiveColor/desc" value="建立新選取顏色調整圖層"/> 
		<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="色版混合器"/> 
		<context id="Layer/NewAdjustmentLayer/ChannelMixer/context" value="圖層 &gt; 新增調整圖層 &gt; 色版混合器"/>
		<desc id="Layer/NewAdjustmentLayer/ChannelMixer/desc" value="建立新色版混合器調整圖層"/> 
		<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="漸層對應"/> 
		<context id="Layer/NewAdjustmentLayer/GradientMap/context" value="圖層 &gt; 新增調整圖層 &gt; 漸層對應"/>
		<desc id="Layer/NewAdjustmentLayer/GradientMap/desc" value="建立新漸層對應調整圖層"/> 
		<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="相片濾鏡"/> 
		<context id="Layer/NewAdjustmentLayer/PhotoFilter/context" value="圖層 &gt; 新增調整圖層 &gt; 相片濾鏡"/>
		<desc id="Layer/NewAdjustmentLayer/PhotoFilter/desc" value="建立新相片濾鏡調整圖層"/> 
		<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="曝光度"/> 
		<context id="Layer/NewAdjustmentLayer/Exposure/context" value="圖層 &gt; 新增調整圖層 &gt; 曝光度"/>
		<desc id="Layer/NewAdjustmentLayer/Exposure/desc" value="建立新曝光度調整圖層"/> 
		<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="負片效果"/> 
		<context id="Layer/NewAdjustmentLayer/Invert/context" value="圖層 &gt; 新增調整圖層 &gt; 負片效果"/>
		<desc id="Layer/NewAdjustmentLayer/Invert/desc" value="建立新負片效果調整圖層"/> 
		<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="臨界值"/> 
		<context id="Layer/NewAdjustmentLayer/Threshold/context" value="圖層 &gt; 新增調整圖層 &gt; 臨界值"/>
		<desc id="Layer/NewAdjustmentLayer/Threshold/desc" value="建立新臨界值調整圖層"/> 
		<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="色調分離"/> 
		<context id="Layer/NewAdjustmentLayer/Posterize/context" value="圖層 &gt; 新增調整圖層 &gt; 色調分離"/>
		<desc id="Layer/NewAdjustmentLayer/Posterize/desc" value="建立新色調分離調整圖層"/> 
		<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="純色"/> 
		<context id="Layer/SolidColor/context" value="圖層 &gt; 更改圖層內容 &gt; 純色"/>
		<desc id="Layer/SolidColor/desc" value="變更圖層內容為純色"/> 
		<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="漸層"/> 
		<context id="Layer/Gradient/context" value="圖層 &gt; 更改圖層內容 &gt; 漸層"/>
		<desc id="Layer/Gradient/desc" value="變更圖層內容為漸層"/> 
		<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="圖樣"/> 
		<context id="Layer/Pattern/context" value="圖層 &gt; 更改圖層內容 &gt; 圖樣"/>
		<desc id="Layer/Pattern/desc" value="變更圖層內容為圖樣"/> 
		<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="色階"/> 
		<context id="Layer/Levels/context" value="圖層 &gt; 更改圖層內容 &gt; 色階"/>
		<desc id="Layer/Levels/desc" value="變更圖層內容為色階"/> 
		<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="曲線"/> 
		<context id="Layer/Curves/context" value="圖層 &gt; 更改圖層內容 &gt; 曲線"/>
		<desc id="Layer/Curves/desc" value="變更圖層內容為曲線"/> 
		<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="色彩平衡"/> 
		<context id="Layer/ColorBalance/context" value="圖層 &gt; 更改圖層內容 &gt; 色彩平衡"/>
		<desc id="Layer/ColorBalance/desc" value="變更圖層內容為色彩平衡"/> 
		<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="亮度/對比"/> 
		<context id="Layer/Brightness/Contrast/context" value="圖層 &gt; 更改圖層內容 &gt; 亮度/對比"/>
		<desc id="Layer/Brightness/Contrast/desc" value="變更圖層內容為亮度/對比"/> 
		<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="黑白"/> 
		<context id="Layer/BlackandWhite/context" value="圖層 &gt; 更改圖層內容 &gt; 黑白"/>
		<desc id="Layer/BlackandWhite/desc" value="變更圖層內容為黑白"/> 
		<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="色相/飽和度"/> 
		<context id="Layer/Hue/Saturation/context" value="圖層 &gt; 更改圖層內容 &gt; 色相/飽和度"/>
		<desc id="Layer/Hue/Saturation/desc" value="變更圖層內容為色相/飽和度"/> 
		<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="選取顏色"/> 
		<context id="Layer/SelectiveColor/context" value="圖層 &gt; 更改圖層內容 &gt; 選取顏色"/>
		<desc id="Layer/SelectiveColor/desc" value="變更圖層內容為選取顏色"/> 
		<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="色版混合器"/> 
		<context id="Layer/ChannelMixer/context" value="圖層 &gt; 更改圖層內容 &gt; 色版混合器"/>
		<desc id="Layer/ChannelMixer/desc" value="變更圖層內容為色版混合器"/> 
		<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="漸層對應"/> 
		<context id="Layer/GradientMap/context" value="圖層 &gt; 更改圖層內容 &gt; 漸層對應"/>
		<desc id="Layer/GradientMap/desc" value="變更圖層內容為漸層對應"/> 
		<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="相片濾鏡"/> 
		<context id="Layer/PhotoFilter/context" value="圖層 &gt; 更改圖層內容 &gt; 相片濾鏡"/>
		<desc id="Layer/PhotoFilter/desc" value="變更圖層內容為相片濾鏡"/> 
		<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="曝光度"/> 
		<context id="Layer/Exposure/context" value="圖層 &gt; 更改圖層內容 &gt; 曝光度"/>
		<desc id="Layer/Exposure/desc" value="變更圖層內容為曝光度"/> 
		<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="負片效果"/> 
		<context id="Layer/Invert/context" value="圖層 &gt; 更改圖層內容 &gt; 負片效果"/>
		<desc id="Layer/Invert/desc" value="變更圖層內容為負片效果"/> 
		<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="臨界值"/> 
		<context id="Layer/Threshold/context" value="圖層 &gt; 更改圖層內容 &gt; 臨界值"/>
		<desc id="Layer/Threshold/desc" value="變更圖層內容為臨界值"/> 
		<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="色調分離"/> 
		<context id="Layer/Posterize/context" value="圖層 &gt; 更改圖層內容 &gt; 色調分離"/>
		<desc id="Layer/Posterize/desc" value="變更圖層內容為色調分離"/> 
		<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="圖層內容選項"/> 
		<context id="Layer/LayerContentOptions/context" value="圖層 &gt; 圖層內容選項"/>
		<desc id="Layer/LayerContentOptions/desc" value="定義圖層內容選項"/> 
		<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="全部顯現"/> 
		<context id="Layer/LayerMask/RevealAll/context" value="圖層 &gt; 圖層遮色片 &gt; 全部顯現"/>
		<desc id="Layer/LayerMask/RevealAll/desc" value="顯現所有圖層遮色片資訊"/> 
		<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="全部隱藏"/> 
		<context id="Layer/LayerMask/HideAll/context" value="圖層 &gt; 圖層遮色片 &gt; 全部隱藏"/>
		<desc id="Layer/LayerMask/HideAll/desc" value="隱藏所有圖層遮色片資訊"/> 
		<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="顯現選取範圍"/> 
		<context id="Layer/LayerMask/RevealSelection/context" value="圖層 &gt; 圖層遮色片 &gt; 顯現選取範圍"/>
		<desc id="Layer/LayerMask/RevealSelection/desc" value="透過圖層遮色片顯現選取範圍"/> 
		<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="隱藏選取範圍"/> 
		<context id="Layer/LayerMask/HideSelection/context" value="圖層 &gt; 圖層遮色片 &gt; 隱藏選取範圍"/>
		<desc id="Layer/LayerMask/HideSelection/desc" value="透過圖層遮色片隱藏選取範圍"/> 
		<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="套用"/> 
		<context id="Layer/LayerMask/Apply/context" value="圖層 &gt; 圖層遮色片 &gt; 套用"/>
		<desc id="Layer/LayerMask/Apply/desc" value="套用圖層遮色片至影像"/> 
		<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="刪除"/> 
		<context id="Layer/LayerMask/Delete/context" value="圖層 &gt; 圖層遮色片 &gt; 刪除"/>
		<desc id="Layer/LayerMask/Delete/desc" value="刪除影像的圖層遮色片"/> 
		<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="啟動/關閉圖層遮色片"/> 
		<context id="Layer/LayerMask/Enable/DisableLayerMask/context" value="圖層 &gt; 圖層遮色片 &gt; 啟動/關閉圖層遮色片"/>
		<desc id="Layer/LayerMask/Enable/DisableLayerMask/desc" value="啟動或關閉影像上的圖層遮色片"/> 
		<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="連結/解除連結圖層遮色片"/> 
		<context id="Layer/LayerMask/Link/UnlinkLayerMask/context" value="圖層 &gt; 圖層遮色片 &gt; 連結/解除連結圖層遮色片"/>
		<desc id="Layer/LayerMask/Link/UnlinkLayerMask/desc" value="連結或解除連結影像的圖層遮色片"/> 
		<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="全部顯現"/> 
		<context id="Layer/VectorMask/RevealAll/context" value="圖層 &gt; 向量圖遮色片 &gt; 全部顯現"/>
		<desc id="Layer/VectorMask/RevealAll/desc" value="顯現所有向量圖遮色片資訊"/> 
		<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="全部隱藏"/> 
		<context id="Layer/VectorMask/HideAll/context" value="圖層 &gt; 向量圖遮色片 &gt; 全部隱藏"/>
		<desc id="Layer/VectorMask/HideAll/desc" value="隱藏所有向量圖遮色片資訊"/> 
		<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="目前路徑"/> 
		<context id="Layer/VectorMask/CurrentPath/context" value="圖層 &gt; 向量圖遮色片 &gt; 目前路徑"/>
		<desc id="Layer/VectorMask/CurrentPath/desc" value="根據目前的作用中路徑建立向量圖遮色片"/> 
		<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="刪除"/> 
		<context id="Layer/VectorMask/Delete/context" value="圖層 &gt; 向量圖遮色片 &gt; 刪除"/>
		<desc id="Layer/VectorMask/Delete/desc" value="刪除影像的向量圖遮色片"/> 
		<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="啟動/關閉向量圖遮色片"/> 
		<context id="Layer/VectorMask/Enable/DisableVectorMask/context" value="圖層 &gt; 向量圖遮色片 &gt; 啟動/關閉向量圖遮色片"/>
		<desc id="Layer/VectorMask/Enable/DisableVectorMask/desc" value="啟動或關閉影像上的向量圖遮色片"/> 
		<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="連結/解除連結向量圖遮色片"/> 
		<context id="Layer/VectorMask/Link/UnlinkVectorMask/context" value="圖層 &gt; 向量圖遮色片 &gt; 連結/解除連結向量圖遮色片"/>
		<desc id="Layer/VectorMask/Link/UnlinkVectorMask/desc" value="連結或解除連結影像的向量圖遮色片"/> 
		<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="建立/解除剪裁遮色片"/> 
		<context id="Layer/Create/ReleaseClippingMask/context" value="圖層 &gt; 建立/解除剪裁遮色片"/>
		<desc id="Layer/Create/ReleaseClippingMask/desc" value="解除圖層的剪裁遮色片"/> 
		<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="轉換為智慧型物件"/> 
		<context id="Layer/SmartObjects/ConverttoSmartObject/context" value="圖層 &gt; 智慧型物件 &gt; 轉換為智慧型物件"/>
		<desc id="Layer/SmartObjects/ConverttoSmartObject/desc" value="將圖層轉換為智慧型物件"/> 
		<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="透過拷貝新增智慧型物件"/> 
		<context id="Layer/SmartObjects/NewSmartObjectviaCopy/context" value="圖層 &gt; 智慧型物件 &gt; 透過拷貝新增智慧型物件"/>
		<desc id="Layer/SmartObjects/NewSmartObjectviaCopy/desc" value="透過拷貝的剪貼簿資料，建立新智慧型物件"/> 
		<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="編輯內容"/> 
		<context id="Layer/SmartObjects/EditContents/context" value="圖層 &gt; 智慧型物件 &gt; 編輯內容"/>
		<desc id="Layer/SmartObjects/EditContents/desc" value="編輯智慧型物件的內容"/> 
		<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="轉存內容"/> 
		<context id="Layer/SmartObjects/ExportContents/context" value="圖層 &gt; 智慧型物件 &gt; 轉存內容"/>
		<desc id="Layer/SmartObjects/ExportContents/desc" value="轉存智慧型物件的內容"/> 
		<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="取代內容"/> 
		<context id="Layer/SmartObjects/ReplaceContents/context" value="圖層 &gt; 智慧型物件 &gt; 取代內容"/>
		<desc id="Layer/SmartObjects/ReplaceContents/desc" value="取代智慧型物件的內容"/> 
		<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="無"/> 
		<context id="Layer/SmartObjects/StackMode/None/context" value="圖層 &gt; 智慧型物件 &gt; 堆疊模式 &gt; 無"/>
		<desc id="Layer/SmartObjects/StackMode/None/desc" value="智慧型物件資料未套用堆疊模式"/> 
		<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="熵"/> 
		<context id="Layer/SmartObjects/StackMode/Entropy/context" value="圖層 &gt; 智慧型物件 &gt; 堆疊模式 &gt; 熵"/>
		<desc id="Layer/SmartObjects/StackMode/Entropy/desc" value="根據熵來過濾智慧型物件圖層堆疊資料"/> 
		<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="峰度"/> 
		<context id="Layer/SmartObjects/StackMode/Kurtosis/context" value="圖層 &gt; 智慧型物件 &gt; 堆疊模式 &gt; 峰度"/>
		<desc id="Layer/SmartObjects/StackMode/Kurtosis/desc" value="根據峰度來過濾智慧型物件圖層堆疊資料"/> 
		<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="最大值"/> 
		<context id="Layer/SmartObjects/StackMode/Maximum/context" value="圖層 &gt; 智慧型物件 &gt; 堆疊模式 &gt; 最大值"/>
		<desc id="Layer/SmartObjects/StackMode/Maximum/desc" value="根據最大值來過濾智慧型物件圖層堆疊資料"/> 
		<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="平均值"/> 
		<context id="Layer/SmartObjects/StackMode/Mean/context" value="圖層 &gt; 智慧型物件 &gt; 堆疊模式 &gt; 平均值"/>
		<desc id="Layer/SmartObjects/StackMode/Mean/desc" value="根據平均值來過濾智慧型物件圖層堆疊資料"/> 
		<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="中間值"/> 
		<context id="Layer/SmartObjects/StackMode/Median/context" value="圖層 &gt; 智慧型物件 &gt; 堆疊模式 &gt; 中間值"/>
		<desc id="Layer/SmartObjects/StackMode/Median/desc" value="根據中間值來過濾智慧型物件圖層堆疊資料"/> 
		<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="最小值"/> 
		<context id="Layer/SmartObjects/StackMode/Minimum/context" value="圖層 &gt; 智慧型物件 &gt; 堆疊模式 &gt; 最小值"/>
		<desc id="Layer/SmartObjects/StackMode/Minimum/desc" value="根據最小值來過濾智慧型物件圖層堆疊資料"/> 
		<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="範圍"/> 
		<context id="Layer/SmartObjects/StackMode/Range/context" value="圖層 &gt; 智慧型物件 &gt; 堆疊模式 &gt; 範圍"/>
		<desc id="Layer/SmartObjects/StackMode/Range/desc" value="根據範圍來過濾智慧型物件圖層堆疊資料"/> 
		<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="偏度"/> 
		<context id="Layer/SmartObjects/StackMode/Skewness/context" value="圖層 &gt; 智慧型物件 &gt; 堆疊模式 &gt; 偏度"/>
		<desc id="Layer/SmartObjects/StackMode/Skewness/desc" value="根據傾斜來過濾智慧型物件圖層堆疊資料"/> 
		<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="標準差"/> 
		<context id="Layer/SmartObjects/StackMode/StandardDeviation/context" value="圖層 &gt; 智慧型物件 &gt; 堆疊模式 &gt; 標準差"/>
		<desc id="Layer/SmartObjects/StackMode/StandardDeviation/desc" value="根據標準差來過濾智慧型物件圖層堆疊資料"/> 
		<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="總和"/> 
		<context id="Layer/SmartObjects/StackMode/Summation/context" value="圖層 &gt; 智慧型物件 &gt; 堆疊模式 &gt; 總和"/>
		<desc id="Layer/SmartObjects/StackMode/Summation/desc" value="根據總和來過濾智慧型物件圖層堆疊資料"/> 
		<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="變異數"/> 
		<context id="Layer/SmartObjects/StackMode/Variance/context" value="圖層 &gt; 智慧型物件 &gt; 堆疊模式 &gt; 變異數"/>
		<desc id="Layer/SmartObjects/StackMode/Variance/desc" value="根據變異數來過濾智慧型物件圖層堆疊資料"/> 
		<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="點陣化"/> 
		<context id="Layer/SmartObjects/Rasterize/context" value="圖層 &gt; 智慧型物件 &gt; 點陣化"/>
		<desc id="Layer/SmartObjects/Rasterize/desc" value="根據點陣化來過濾智慧型物件圖層堆疊資料"/> 
		<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="從檔案新增視訊圖層"/> 
		<context id="Layer/VideoLayers/NewVideoLayerfromFile/context" value="圖層 &gt; 視訊圖層 &gt; 從檔案新增視訊圖層"/>
		<desc id="Layer/VideoLayers/NewVideoLayerfromFile/desc" value="從檔案建立新的視訊圖層"/> 
		<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="新增空白視訊圖層"/> 
		<context id="Layer/VideoLayers/NewBlankVideoLayer/context" value="圖層 &gt; 視訊圖層 &gt; 新增空白視訊圖層"/>
		<desc id="Layer/VideoLayers/NewBlankVideoLayer/desc" value="建立新的空白視訊圖層"/> 
		<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="插入空白影格"/> 
		<context id="Layer/VideoLayers/InsertBlankFrame/context" value="圖層 &gt; 視訊圖層 &gt; 插入空白影格"/>
		<desc id="Layer/VideoLayers/InsertBlankFrame/desc" value="插入空白的視訊圖層影格"/> 
		<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="複製影格"/> 
		<context id="Layer/VideoLayers/DuplicateFrame/context" value="圖層 &gt; 視訊圖層 &gt; 複製影格"/>
		<desc id="Layer/VideoLayers/DuplicateFrame/desc" value="複製視訊圖層影格"/> 
		<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="刪除影格"/> 
		<context id="Layer/VideoLayers/DeleteFrame/context" value="圖層 &gt; 視訊圖層 &gt; 刪除影格"/>
		<desc id="Layer/VideoLayers/DeleteFrame/desc" value="刪除視訊圖層影格"/> 
		<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="取代素材"/> 
		<context id="Layer/VideoLayers/ReplaceFootage/context" value="圖層 &gt; 視訊圖層 &gt; 取代素材"/>
		<desc id="Layer/VideoLayers/ReplaceFootage/desc" value="取代視訊圖層的素材"/> 
		<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="解譯素材"/> 
		<context id="Layer/VideoLayers/InterpretFootage/context" value="圖層 &gt; 視訊圖層 &gt; 解譯素材"/>
		<desc id="Layer/VideoLayers/InterpretFootage/desc" value="解譯視訊圖層的素材"/> 
		<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="顯示變更的視訊"/> 
		<context id="Layer/VideoLayers/ShowAlteredVideo/context" value="圖層 &gt; 視訊圖層 &gt; 顯示變更的視訊"/>
		<desc id="Layer/VideoLayers/ShowAlteredVideo/desc" value="顯示視訊圖層的已改變部份"/> 
		<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="復原影格"/> 
		<context id="Layer/VideoLayers/RestoreFrame/context" value="圖層 &gt; 視訊圖層 &gt; 復原影格"/>
		<desc id="Layer/VideoLayers/RestoreFrame/desc" value="復原視訊圖層的影格"/> 
		<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="復原全部影格"/> 
		<context id="Layer/VideoLayers/RestoreAllFrames/context" value="圖層 &gt; 視訊圖層 &gt; 復原全部影格"/>
		<desc id="Layer/VideoLayers/RestoreAllFrames/desc" value="復原所有選取的視訊圖層影格"/> 
		<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="重新載入影格"/> 
		<context id="Layer/VideoLayers/ReloadFrame/context" value="圖層 &gt; 視訊圖層 &gt; 重新載入影格"/>
		<desc id="Layer/VideoLayers/ReloadFrame/desc" value="重新載入影格至視訊圖層"/> 
		<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="點陣化"/> 
		<context id="Layer/VideoLayers/Rasterize/context" value="圖層 &gt; 視訊圖層 &gt; 點陣化"/>
		<desc id="Layer/VideoLayers/Rasterize/desc" value="點陣化視訊圖層的內容"/> 
		<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="建立工作路徑"/> 
		<context id="Layer/Type/CreateWorkPath/context" value="圖層 &gt; 文字 &gt; 建立工作路徑"/>
		<desc id="Layer/Type/CreateWorkPath/desc" value="將文字字元轉換為可編輯的向量圖路徑"/> 
		<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="轉換為形狀"/> 
		<context id="Layer/Type/ConverttoShape/context" value="圖層 &gt; 文字 &gt; 轉換為形狀"/>
		<desc id="Layer/Type/ConverttoShape/desc" value="將文字字元轉換為已填色的向量形狀圖層"/> 
		<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="水平"/> 
		<context id="Layer/Type/Horizontal/context" value="圖層 &gt; 文字 &gt; 水平"/>
		<desc id="Layer/Type/Horizontal/desc" value="將文字轉換為水平方向，讓新字母出現在其他字母旁邊"/> 
		<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="垂直"/> 
		<context id="Layer/Type/Vertical/context" value="圖層 &gt; 文字 &gt; 垂直"/>
		<desc id="Layer/Type/Vertical/desc" value="將文字轉換為垂直方向，讓新字母出現在其他字母下方"/> 
		<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="消除鋸齒無"/> 
		<context id="Layer/Type/Anti-AliasNone/context" value="圖層 &gt; 文字 &gt; 消除鋸齒無"/>
		<desc id="Layer/Type/Anti-AliasNone/desc" value="移除所選取文字的消除鋸齒 (平滑化) 設定"/> 
		<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="消除鋸齒銳利化"/> 
		<context id="Layer/Type/Anti-AliasSharp/context" value="圖層 &gt; 文字 &gt; 消除鋸齒銳利化"/>
		<desc id="Layer/Type/Anti-AliasSharp/desc" value="設定所選取文字的消除鋸齒 (平滑化) 為銳利化"/> 
		<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="消除鋸齒尖銳"/> 
		<context id="Layer/Type/Anti-AliasCrisp/context" value="圖層 &gt; 文字 &gt; 消除鋸齒尖銳"/>
		<desc id="Layer/Type/Anti-AliasCrisp/desc" value="設定所選取文字的消除鋸齒 (平滑化) 為尖銳"/> 
		<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="消除鋸齒強烈"/> 
		<context id="Layer/Type/Anti-AliasStrong/context" value="圖層 &gt; 文字 &gt; 消除鋸齒強烈"/>
		<desc id="Layer/Type/Anti-AliasStrong/desc" value="設定所選取文字的消除鋸齒 (平滑化) 為強烈"/> 
		<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="消除鋸齒平滑"/> 
		<context id="Layer/Type/Anti-AliasSmooth/context" value="圖層 &gt; 文字 &gt; 消除鋸齒平滑"/>
		<desc id="Layer/Type/Anti-AliasSmooth/desc" value="設定所選取文字的消除鋸齒 (平滑化) 為平滑"/> 
		<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="轉換文字形狀類型"/> 
		<context id="Layer/Type/ConvertTextShapeType/context" value="圖層 &gt; 文字 &gt; 轉換文字形狀類型"/>
		<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="彎曲文字"/> 
		<context id="Layer/Type/WarpText/context" value="圖層 &gt; 文字 &gt; 彎曲文字"/>
		<desc id="Layer/Type/WarpText/desc" value="透過數個彎曲指令其中之一，扭曲所選取文字"/> 
		<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="更新全部文字圖層"/> 
		<context id="Layer/Type/UpdateAllTextLayers/context" value="圖層 &gt; 文字 &gt; 更新全部文字圖層"/>
		<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="取代全部遺失字體"/> 
		<context id="Layer/Type/ReplaceAllMissingFonts/context" value="圖層 &gt; 文字 &gt; 取代全部遺失字體"/>
		<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="文字"/> 
		<context id="Layer/Rasterize/Type/context" value="圖層 &gt; 點陣化 &gt; 文字"/>
		<desc id="Layer/Rasterize/Type/desc" value="將目前的文字圖層轉換為像素"/> 
		<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="形狀"/> 
		<context id="Layer/Rasterize/Shape/context" value="圖層 &gt; 點陣化 &gt; 形狀"/>
		<desc id="Layer/Rasterize/Shape/desc" value="將目前的形狀圖層轉換為像素"/> 
		<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="填滿內容"/> 
		<context id="Layer/Rasterize/FillContent/context" value="圖層 &gt; 點陣化 &gt; 填滿內容"/>
		<desc id="Layer/Rasterize/FillContent/desc" value="將目前的色彩填色圖層轉換為像素"/> 
		<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="向量圖遮色片"/> 
		<context id="Layer/Rasterize/VectorMask/context" value="圖層 &gt; 點陣化 &gt; 向量圖遮色片"/>
		<desc id="Layer/Rasterize/VectorMask/desc" value="將目前的向量圖遮色片轉換為像素"/> 
		<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="智慧型物件"/> 
		<context id="Layer/Rasterize/SmartObject/context" value="圖層 &gt; 點陣化 &gt; 智慧型物件"/>
		<desc id="Layer/Rasterize/SmartObject/desc" value="將目前的智慧型物件轉換為像素"/> 
		<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="視訊"/> 
		<context id="Layer/Rasterize/Video/context" value="圖層 &gt; 點陣化 &gt; 視訊"/>
		<desc id="Layer/Rasterize/Video/desc" value="將目前的視訊圖層轉換為像素"/> 
		<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="圖層"/> 
		<context id="Layer/Rasterize/Layer/context" value="圖層 &gt; 點陣化 &gt; 圖層"/>
		<desc id="Layer/Rasterize/Layer/desc" value="將目前的圖層轉換為像素"/> 
		<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="全部圖層"/> 
		<context id="Layer/Rasterize/AllLayers/context" value="圖層 &gt; 點陣化 &gt; 全部圖層"/>
		<desc id="Layer/Rasterize/AllLayers/desc" value="將所有圖層轉換為像素"/> 
		<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="新增基於圖層的切片"/> 
		<context id="Layer/NewLayerBasedSlice/context" value="圖層 &gt; 新增基於圖層的切片"/>
		<desc id="Layer/NewLayerBasedSlice/desc" value="建立會根據目前圖層的內容而動態重新調整尺寸的切片"/> 
		<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="群組圖層"/> 
		<context id="Layer/GroupLayers/context" value="圖層 &gt; 群組圖層"/>
		<desc id="Layer/GroupLayers/desc" value="將目前選取的圖層組織為圖層群組 (組合)"/> 
		<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="解散圖層群組"/> 
		<context id="Layer/UngroupLayers/context" value="圖層 &gt; 解散圖層群組"/>
		<desc id="Layer/UngroupLayers/desc" value="移除包圍目前圖層的圖層群組 (組合)"/> 
		<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="隱藏圖層"/> 
		<context id="Layer/Arrange/HideLayers/context" value="圖層 &gt; 隱藏圖層"/>
		<desc id="Layer/Arrange/HideLayers/desc" value="隱藏目前選取的圖層"/> 
		<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="移至最前"/> 
		<context id="Layer/Arrange/BringtoFront/context" value="圖層 &gt; 排列順序 &gt; 移至最前"/>
		<desc id="Layer/Arrange/BringtoFront/desc" value="將目前選取的圖層移到圖層堆疊的最上方"/> 
		<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="前移"/> 
		<context id="Layer/Arrange/BringForward/context" value="圖層 &gt; 排列順序 &gt; 前移"/>
		<desc id="Layer/Arrange/BringForward/desc" value="將目前選取的圖層在圖層堆疊中往上移"/> 
		<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="後移"/> 
		<context id="Layer/Arrange/SendBackward/context" value="圖層 &gt; 排列順序 &gt; 後移"/>
		<desc id="Layer/Arrange/SendBackward/desc" value="將目前選取的圖層在圖層堆疊中往下移"/> 
		<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="移至最後"/> 
		<context id="Layer/Arrange/SendtoBack/context" value="圖層 &gt; 排列順序 &gt; 移至最後"/>
		<desc id="Layer/Arrange/SendtoBack/desc" value="將目前選取的圖層移到圖層堆疊的最下方"/> 
		<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="反轉"/> 
		<context id="Layer/Arrange/Reverse/context" value="圖層 &gt; 排列順序 &gt; 反轉"/>
		<desc id="Layer/Arrange/Reverse/desc" value="反轉目前選取圖層的堆疊順序"/> 
		<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="頂端邊緣"/> 
		<context id="Layer/Align/TopEdges/context" value="圖層 &gt; 對齊 &gt; 頂端邊緣"/>
		<desc id="Layer/Align/TopEdges/desc" value="對齊已選取圖層的頂端邊緣"/> 
		<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="垂直居中"/> 
		<context id="Layer/Align/VerticalCenters/context" value="圖層 &gt; 對齊 &gt; 垂直居中"/>
		<desc id="Layer/Align/VerticalCenters/desc" value="對齊已選取圖層的垂直中心"/> 
		<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="底部邊緣"/> 
		<context id="Layer/Align/BottomEdges/context" value="圖層 &gt; 對齊 &gt; 底部邊緣"/>
		<desc id="Layer/Align/BottomEdges/desc" value="對齊已選取圖層的底部邊緣"/> 
		<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="左側邊緣"/> 
		<context id="Layer/Align/LeftEdges/context" value="圖層 &gt; 對齊 &gt; 左側邊緣"/>
		<desc id="Layer/Align/LeftEdges/desc" value="對齊已選取圖層的左側邊緣"/> 
		<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="水平居中"/> 
		<context id="Layer/Align/HorizontalCenters/context" value="圖層 &gt; 對齊 &gt; 水平居中"/>
		<desc id="Layer/Align/HorizontalCenters/desc" value="對齊已選取圖層的水平中心"/> 
		<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="右側邊緣"/> 
		<context id="Layer/Align/RightEdges/context" value="圖層 &gt; 對齊 &gt; 右側邊緣"/>
		<desc id="Layer/Align/RightEdges/desc" value="對齊已選取圖層的右側邊緣"/> 
		<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="頂端邊緣"/> 
		<context id="Layer/TopEdges/context" value="圖層 &gt; 均分 &gt; 頂端邊緣"/>
		<desc id="Layer/TopEdges/desc" value="根據已選取圖層的頂端邊緣，平均地重新放置這些圖層"/> 
		<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="垂直居中"/> 
		<context id="Layer/VerticalCenters/context" value="圖層 &gt; 均分 &gt; 垂直居中"/>
		<desc id="Layer/VerticalCenters/desc" value="根據已選取圖層的垂直中心，平均地重新放置這些圖層"/> 
		<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="底部邊緣"/> 
		<context id="Layer/BottomEdges/context" value="圖層 &gt; 均分 &gt; 底部邊緣"/>
		<desc id="Layer/BottomEdges/desc" value="根據已選取圖層的底部邊緣，平均地重新放置這些圖層"/> 
		<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="左側邊緣"/> 
		<context id="Layer/LeftEdges/context" value="圖層 &gt; 均分 &gt; 左側邊緣"/>
		<desc id="Layer/LeftEdges/desc" value="根據已選取圖層的左側邊緣，平均地重新放置這些圖層"/> 
		<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="水平居中"/> 
		<context id="Layer/HorizontalCenters/context" value="圖層 &gt; 均分 &gt; 水平居中"/>
		<desc id="Layer/HorizontalCenters/desc" value="根據已選取圖層的水平中心，平均地重新放置這些圖層"/> 
		<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="右側邊緣"/> 
		<context id="Layer/RightEdges/context" value="圖層 &gt; 均分 &gt; 右側邊緣"/>
		<desc id="Layer/RightEdges/desc" value="根據已選取圖層的右側邊緣，平均地重新放置這些圖層"/> 
		<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="鎖定全部圖層"/> 
		<context id="Layer/LockAllLayers/context" value="圖層 &gt; 鎖定全部圖層"/>
		<desc id="Layer/LockAllLayers/desc" value="鎖定選取的圖層"/> 
		<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="連結/解除連結圖層"/> 
		<context id="Layer/Link/UnlinkLayers/context" value="圖層 &gt; 連結/解除連結圖層"/>
		<desc id="Layer/Link/UnlinkLayers/desc" value="連結或解除連結選取的圖層"/> 
		<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="選取連結的圖層"/> 
		<context id="Layer/SelectLinkedLayers/context" value="圖層 &gt; 選取連結的圖層"/>
		<desc id="Layer/SelectLinkedLayers/desc" value="選取連結至目前已選取圖層的圖層"/> 
		<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="合併圖層"/> 
		<context id="Layer/MergeLayers/context" value="圖層 &gt; 合併圖層"/>
		<desc id="Layer/MergeLayers/desc" value="將單個已選取圖層與下方圖層合併，或將多個已選取圖層合併在一起"/> 
		<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="合併可見圖層"/> 
		<context id="Layer/MergeVisible/context" value="圖層 &gt; 合併可見圖層"/>
		<desc id="Layer/MergeVisible/desc" value="將所有可見圖層合併為一個"/> 
		<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="影像平面化"/> 
		<context id="Layer/FlattenImage/context" value="圖層 &gt; 影像平面化"/>
		<desc id="Layer/FlattenImage/desc" value="將影像平面化 (所有圖層壓縮為一個)"/> 
		<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="修飾外緣"/> 
		<context id="Layer/Matting/Defringe/context" value="圖層 &gt; 修邊 &gt; 修飾外緣"/>
		<desc id="Layer/Matting/Defringe/desc" value="移除外緣"/> 
		<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="移除黑色邊緣調合"/> 
		<context id="Layer/Matting/RemoveBlackMatte/context" value="圖層 &gt; 修邊 &gt; 移除黑色邊緣調合"/>
		<desc id="Layer/Matting/RemoveBlackMatte/desc" value="移除黑色邊緣調合像素"/> 
		<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="移除白色邊緣調合"/> 
		<context id="Layer/Matting/RemoveWhiteMatte/context" value="圖層 &gt; 修邊 &gt; 移除白色邊緣調合"/>
		<desc id="Layer/Matting/RemoveWhiteMatte/desc" value="移除白色邊緣調合像素"/> 
		<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="全部"/> 
		<context id="Select/All/context" value="選取 &gt; 全部"/>
		<desc id="Select/All/desc" value="選取目前圖層或遮色片中的所有像素"/> 
		<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="取消選取"/> 
		<context id="Select/Deselect/context" value="選取 &gt; 取消選取"/>
		<desc id="Select/Deselect/desc" value="取消選取作用中選取範圍"/> 
		<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="重新選取"/> 
		<context id="Select/Reselect/context" value="選取 &gt; 重新選取"/>
		<desc id="Select/Reselect/desc" value="重新選取上一個選取範圍"/> 
		<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="反轉"/> 
		<context id="Select/Inverse/context" value="選取 &gt; 反轉"/>
		<desc id="Select/Inverse/desc" value="反轉選取範圍"/> 
		<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="全部圖層"/> 
		<context id="Select/AllLayers/context" value="選取 &gt; 全部圖層"/>
		<desc id="Select/AllLayers/desc" value="選取所有圖層的內容"/> 
		<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="取消選取圖層"/> 
		<context id="Select/DeselectLayers/context" value="選取 &gt; 取消選取圖層"/>
		<desc id="Select/DeselectLayers/desc" value="取消選取作用中選取範圍的圖層內容"/> 
		<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="類似的圖層"/> 
		<context id="Select/SimilarLayers/context" value="選取 &gt; 類似的圖層"/>
		<desc id="Select/SimilarLayers/desc" value="選取類似的圖層內容"/> 
		<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="顏色範圍"/> 
		<context id="Select/ColorRange/context" value="選取 &gt; 顏色範圍"/>
		<desc id="Select/ColorRange/desc" value="選取特定的顏色範圍"/> 
		<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="調整邊緣"/> 
		<context id="Select/RefineEdge/context" value="選取 &gt; 調整邊緣"/>
		<desc id="Select/RefineEdge/desc" value="調整選取範圍的邊緣"/> 
		<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="邊界"/> 
		<context id="Select/Modify/Border/context" value="選取 &gt; 修改 &gt; 邊界"/>
		<desc id="Select/Modify/Border/desc" value="修改選取範圍的邊界區域"/> 
		<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="平滑"/> 
		<context id="Select/Modify/Smooth/context" value="選取 &gt; 修改 &gt; 平滑"/>
		<desc id="Select/Modify/Smooth/desc" value="平滑化作用中選取範圍"/> 
		<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="擴張"/> 
		<context id="Select/Modify/Expand/context" value="選取 &gt; 修改 &gt; 擴張"/>
		<desc id="Select/Modify/Expand/desc" value="擴張作用中選取範圍"/> 
		<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="縮減"/> 
		<context id="Select/Modify/Contract/context" value="選取 &gt; 修改 &gt; 縮減"/>
		<desc id="Select/Modify/Contract/desc" value="縮減作用中選取範圍"/> 
		<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="羽化"/> 
		<context id="Select/Modify/Feather/context" value="選取 &gt; 修改 &gt; 羽化"/>
		<desc id="Select/Modify/Feather/desc" value="羽化作用中選取範圍的邊緣"/> 
		<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="連續相近色"/> 
		<context id="Select/Grow/context" value="選取 &gt; 連續相近色"/>
		<desc id="Select/Grow/desc" value="連續相近色 (擴張) 作用中選取範圍"/> 
		<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="相近色"/> 
		<context id="Select/Similar/context" value="選取 &gt; 相近色"/>
		<desc id="Select/Similar/desc" value="選取相近於其他已選取區域的內容"/> 
		<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="變形選取範圍"/> 
		<context id="Select/TransformSelection/context" value="選取 &gt; 變形選取範圍"/>
		<desc id="Select/TransformSelection/desc" value="變形選取範圍"/> 
		<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="載入選取範圍"/> 
		<context id="Select/LoadSelection/context" value="選取 &gt; 載入選取範圍"/>
		<desc id="Select/LoadSelection/desc" value="載入已儲存選取範圍"/> 
		<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="儲存選取範圍"/> 
		<context id="Select/SaveSelection/context" value="選取 &gt; 儲存選取範圍"/>
		<desc id="Select/SaveSelection/desc" value="儲存作用中選取範圍"/> 
		<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="上次濾鏡效果"/> 
		<context id="Filter/LastFilter/context" value="濾鏡 &gt; 上次濾鏡效果"/>
		<desc id="Filter/LastFilter/desc" value="套用上次使用的濾鏡"/> 
		<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="轉換成智慧型濾鏡"/> 
		<context id="Filter/ConvertforSmartFilters/context" value="濾鏡 &gt; 轉換成智慧型濾鏡"/>
		<desc id="Filter/ConvertforSmartFilters/desc" value="轉換為可重複編輯的智慧型濾鏡"/> 
		<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="濾鏡收藏館"/> 
		<context id="Filter/FilterGallery/context" value="濾鏡 &gt; 濾鏡收藏館"/>
		<desc id="Filter/FilterGallery/desc" value="可存取數十個特殊效果濾鏡"/> 
		<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="液化"/> 
		<context id="Filter/Liquify/context" value="濾鏡 &gt; 液化"/>
		<desc id="Filter/Liquify/desc" value="扭曲影像的像素"/> 
		<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="消失點"/> 
		<context id="Filter/VanishingPoint/context" value="濾鏡 &gt; 消失點"/>
		<desc id="Filter/VanishingPoint/desc" value="以透視模式編輯影像"/> 
		<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="彩色鉛筆"/> 
		<context id="Filter/Artistic/ColoredPencil/context" value="濾鏡 &gt; 藝術風 &gt; 彩色鉛筆"/>
		<desc id="Filter/Artistic/ColoredPencil/desc" value="套用彩色鉛筆效果至影像"/> 
		<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="挖剪圖案"/> 
		<context id="Filter/Artistic/Cutout/context" value="濾鏡 &gt; 藝術風 &gt; 挖剪圖案"/>
		<desc id="Filter/Artistic/Cutout/desc" value="套用挖剪圖案效果至影像"/> 
		<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="乾性筆刷"/> 
		<context id="Filter/Artistic/DryBrush/context" value="濾鏡 &gt; 藝術風 &gt; 乾性筆刷"/>
		<desc id="Filter/Artistic/DryBrush/desc" value="套用乾性筆刷效果至影像"/> 
		<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="粒狀影像"/> 
		<context id="Filter/Artistic/FilmGrain/context" value="濾鏡 &gt; 藝術風 &gt; 粒狀影像"/>
		<desc id="Filter/Artistic/FilmGrain/desc" value="套用粒狀影像效果至影像"/> 
		<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="壁畫"/> 
		<context id="Filter/Artistic/Fresco/context" value="濾鏡 &gt; 藝術風 &gt; 壁畫"/>
		<desc id="Filter/Artistic/Fresco/desc" value="套用壁畫效果至影像"/> 
		<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="霓虹光"/> 
		<context id="Filter/Artistic/NeonGlow/context" value="濾鏡 &gt; 藝術風 &gt; 霓虹光"/>
		<desc id="Filter/Artistic/NeonGlow/desc" value="套用霓虹光效果至影像"/> 
		<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="塗抹繪畫"/> 
		<context id="Filter/Artistic/PaintDaubs/context" value="濾鏡 &gt; 藝術風 &gt; 塗抹繪畫"/>
		<desc id="Filter/Artistic/PaintDaubs/desc" value="套用塗抹繪畫效果至影像"/> 
		<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="調色刀"/> 
		<context id="Filter/Artistic/PaletteKnife/context" value="濾鏡 &gt; 藝術風 &gt; 調色刀"/>
		<desc id="Filter/Artistic/PaletteKnife/desc" value="套用調色刀效果至影像"/> 
		<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="塑膠覆膜"/> 
		<context id="Filter/Artistic/PlasticWrap/context" value="濾鏡 &gt; 藝術風 &gt; 塑膠覆膜"/>
		<desc id="Filter/Artistic/PlasticWrap/desc" value="套用塑膠覆膜效果至影像"/> 
		<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="海報邊緣"/> 
		<context id="Filter/Artistic/PosterEdges/context" value="濾鏡 &gt; 藝術風 &gt; 海報邊緣"/>
		<desc id="Filter/Artistic/PosterEdges/desc" value="套用海報邊緣效果至影像"/> 
		<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="粗粉蠟筆"/> 
		<context id="Filter/Artistic/RoughPastels/context" value="濾鏡 &gt; 藝術風 &gt; 粗粉蠟筆"/>
		<desc id="Filter/Artistic/RoughPastels/desc" value="套用粗粉蠟筆效果至影像"/> 
		<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="塗抹沾污"/> 
		<context id="Filter/Artistic/SmudgeStick/context" value="濾鏡 &gt; 藝術風 &gt; 塗抹沾污"/>
		<desc id="Filter/Artistic/SmudgeStick/desc" value="套用塗抹沾污效果至影像"/> 
		<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="海綿效果"/> 
		<context id="Filter/Artistic/Sponge/context" value="濾鏡 &gt; 藝術風 &gt; 海綿效果"/>
		<desc id="Filter/Artistic/Sponge/desc" value="套用海綿效果至影像"/> 
		<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="著底色"/> 
		<context id="Filter/Artistic/Underpainting/context" value="濾鏡 &gt; 藝術風 &gt; 著底色"/>
		<desc id="Filter/Artistic/Underpainting/desc" value="套用著底色效果至影像"/> 
		<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="水彩"/> 
		<context id="Filter/Artistic/Watercolor/context" value="濾鏡 &gt; 藝術風 &gt; 水彩"/>
		<desc id="Filter/Artistic/Watercolor/desc" value="套用水彩效果至影像"/> 
		<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="平均"/> 
		<context id="Filter/Blur/Average/context" value="濾鏡 &gt; 模糊 &gt; 平均"/>
		<desc id="Filter/Blur/Average/desc" value="使用影像中的平均色來模糊影像"/> 
		<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="模糊"/> 
		<context id="Filter/Blur/Blur/context" value="濾鏡 &gt; 模糊 &gt; 模糊"/>
		<desc id="Filter/Blur/Blur/desc" value="模糊影像"/> 
		<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="更模糊"/> 
		<context id="Filter/Blur/BlurMore/context" value="濾鏡 &gt; 模糊 &gt; 更模糊"/>
		<desc id="Filter/Blur/BlurMore/desc" value="使用大於預設值的強度來模糊影像"/> 
		<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="方框模糊"/> 
		<context id="Filter/Blur/BoxBlur/context" value="濾鏡 &gt; 模糊 &gt; 方框模糊"/>
		<desc id="Filter/Blur/BoxBlur/desc" value="根據鄰近像素的資料來模糊影像"/> 
		<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="高斯模糊"/> 
		<context id="Filter/Blur/GaussianBlur/context" value="濾鏡 &gt; 模糊 &gt; 高斯模糊"/>
		<desc id="Filter/Blur/GaussianBlur/desc" value="套用可調整的高斯模糊至影像"/> 
		<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="鏡頭模糊"/> 
		<context id="Filter/Blur/LensBlur/context" value="濾鏡 &gt; 模糊 &gt; 鏡頭模糊"/>
		<desc id="Filter/Blur/LensBlur/desc" value="套用鏡頭模糊以取得深度模糊效果"/> 
		<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="動態模糊"/> 
		<context id="Filter/Blur/MotionBlur/context" value="濾鏡 &gt; 模糊 &gt; 動態模糊"/>
		<desc id="Filter/Blur/MotionBlur/desc" value="套用表現動態的可調整模糊"/> 
		<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="放射狀模糊"/> 
		<context id="Filter/Blur/RadialBlur/context" value="濾鏡 &gt; 模糊 &gt; 放射狀模糊"/>
		<desc id="Filter/Blur/RadialBlur/desc" value="以縮放或迴轉效果來套用放射狀模糊"/> 
		<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="形狀模糊"/> 
		<context id="Filter/Blur/ShapeBlur/context" value="濾鏡 &gt; 模糊 &gt; 形狀模糊"/>
		<desc id="Filter/Blur/ShapeBlur/desc" value="套用模糊 (以形狀做為來源參數)"/> 
		<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="智慧型模糊"/> 
		<context id="Filter/Blur/SmartBlur/context" value="濾鏡 &gt; 模糊 &gt; 智慧型模糊"/>
		<desc id="Filter/Blur/SmartBlur/desc" value="以額外精確度來套用影像"/> 
		<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="表面模糊"/> 
		<context id="Filter/Blur/SurfaceBlur/context" value="濾鏡 &gt; 模糊 &gt; 表面模糊"/>
		<desc id="Filter/Blur/SurfaceBlur/desc" value="模糊影像但保留邊緣細節"/> 
		<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="強調邊緣"/> 
		<context id="Filter/BrushStrokes/AccentedEdges/context" value="濾鏡 &gt; 筆觸 &gt; 強調邊緣"/>
		<desc id="Filter/BrushStrokes/AccentedEdges/desc" value="套用強調邊緣效果至影像"/> 
		<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="角度筆觸"/> 
		<context id="Filter/BrushStrokes/AngledStrokes/context" value="濾鏡 &gt; 筆觸 &gt; 角度筆觸"/>
		<desc id="Filter/BrushStrokes/AngledStrokes/desc" value="套用筆觸效果至影像"/> 
		<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="交叉底紋"/> 
		<context id="Filter/BrushStrokes/Crosshatch/context" value="濾鏡 &gt; 筆觸 &gt; 交叉底紋"/>
		<desc id="Filter/BrushStrokes/Crosshatch/desc" value="套用交叉底紋效果至影像"/> 
		<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="變暗筆觸"/> 
		<context id="Filter/BrushStrokes/DarkStrokes/context" value="濾鏡 &gt; 筆觸 &gt; 變暗筆觸"/>
		<desc id="Filter/BrushStrokes/DarkStrokes/desc" value="套用變暗筆觸效果至影像"/> 
		<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="油墨外框"/> 
		<context id="Filter/BrushStrokes/InkOutlines/context" value="濾鏡 &gt; 筆觸 &gt; 油墨外框"/>
		<desc id="Filter/BrushStrokes/InkOutlines/desc" value="套用油墨外框效果至影像"/> 
		<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="潑濺"/> 
		<context id="Filter/BrushStrokes/Spatter/context" value="濾鏡 &gt; 筆觸 &gt; 潑濺"/>
		<desc id="Filter/BrushStrokes/Spatter/desc" value="套用潑濺效果至影像"/> 
		<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="噴灑"/> 
		<context id="Filter/BrushStrokes/SprayedStrokes/context" value="濾鏡 &gt; 筆觸 &gt; 噴灑"/>
		<desc id="Filter/BrushStrokes/SprayedStrokes/desc" value="套用噴灑效果至影像"/> 
		<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="墨繪"/> 
		<context id="Filter/BrushStrokes/Sumi-e/context" value="濾鏡 &gt; 筆觸 &gt; 墨繪"/>
		<desc id="Filter/BrushStrokes/Sumi-e/desc" value="套用墨繪效果的筆觸至影像"/> 
		<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="擴散光暈"/> 
		<context id="Filter/Distort/DiffuseGlow/context" value="濾鏡 &gt; 扭曲 &gt; 擴散光暈"/>
		<desc id="Filter/Distort/DiffuseGlow/desc" value="以擴散光暈效果來扭曲影像"/> 
		<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="移置"/> 
		<context id="Filter/Distort/Displace/context" value="濾鏡 &gt; 扭曲 &gt; 移置"/>
		<desc id="Filter/Distort/Displace/desc" value="以移置效果來扭曲影像"/> 
		<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="玻璃效果"/> 
		<context id="Filter/Distort/Glass/context" value="濾鏡 &gt; 扭曲 &gt; 玻璃效果"/>
		<desc id="Filter/Distort/Glass/desc" value="以玻璃效果來扭曲影像"/> 
		<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="海浪效果"/> 
		<context id="Filter/Distort/OceanRipple/context" value="濾鏡 &gt; 扭曲 &gt; 海浪效果"/>
		<desc id="Filter/Distort/OceanRipple/desc" value="以海浪效果來扭曲影像"/> 
		<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="內縮和外擴"/> 
		<context id="Filter/Distort/Pinch/context" value="濾鏡 &gt; 扭曲 &gt; 內縮和外擴"/>
		<desc id="Filter/Distort/Pinch/desc" value="以內縮和外擴效果來扭曲影像"/> 
		<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="旋轉效果"/> 
		<context id="Filter/Distort/PolarCoordinates/context" value="濾鏡 &gt; 扭曲 &gt; 旋轉效果"/>
		<desc id="Filter/Distort/PolarCoordinates/desc" value="以旋轉效果來扭曲影像 "/> 
		<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="漣漪效果"/> 
		<context id="Filter/Distort/Ripple/context" value="濾鏡 &gt; 扭曲 &gt; 漣漪效果"/>
		<desc id="Filter/Distort/Ripple/desc" value="以漣漪效果來扭曲影像"/> 
		<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="傾斜效果"/> 
		<context id="Filter/Distort/Shear/context" value="濾鏡 &gt; 扭曲 &gt; 傾斜效果"/>
		<desc id="Filter/Distort/Shear/desc" value="以傾斜效果來扭曲影像"/> 
		<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="魚眼效果"/> 
		<context id="Filter/Distort/Spherize/context" value="濾鏡 &gt; 扭曲 &gt; 魚眼效果"/>
		<desc id="Filter/Distort/Spherize/desc" value="以魚眼效果來扭曲影像"/> 
		<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="扭轉效果"/> 
		<context id="Filter/Distort/Twirl/context" value="濾鏡 &gt; 扭曲 &gt; 扭轉效果"/>
		<desc id="Filter/Distort/Twirl/desc" value="以扭轉效果來扭曲影像"/> 
		<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="波形效果"/> 
		<context id="Filter/Distort/Wave/context" value="濾鏡 &gt; 扭曲 &gt; 波形效果"/>
		<desc id="Filter/Distort/Wave/desc" value="以波形效果來扭曲影像"/> 
		<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="鋸齒狀"/> 
		<context id="Filter/Distort/ZigZag/context" value="濾鏡 &gt; 扭曲 &gt; 鋸齒狀"/>
		<desc id="Filter/Distort/ZigZag/desc" value="以鋸齒狀效果來扭曲影像"/> 
		<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="增加雜訊"/> 
		<context id="Filter/Noise/AddNoise/context" value="濾鏡 &gt; 雜訊 &gt; 增加雜訊"/>
		<desc id="Filter/Noise/AddNoise/desc" value="增加雜訊至影像"/> 
		<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="去除斑點"/> 
		<context id="Filter/Noise/Despeckle/context" value="濾鏡 &gt; 雜訊 &gt; 去除斑點"/>
		<desc id="Filter/Noise/Despeckle/desc" value="移除影像的斑點"/> 
		<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="污點和刮痕"/> 
		<context id="Filter/Noise/DustandScratches/context" value="濾鏡 &gt; 雜訊 &gt; 污點和刮痕"/>
		<desc id="Filter/Noise/DustandScratches/desc" value="移除影像的污點和刮痕"/> 
		<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="中和"/> 
		<context id="Filter/Noise/Median/context" value="濾鏡 &gt; 雜訊 &gt; 中和"/>
		<desc id="Filter/Noise/Median/desc" value="根據像素亮度減少雜訊"/> 
		<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="減少雜訊"/> 
		<context id="Filter/Noise/ReduceNoise/context" value="濾鏡 &gt; 雜訊 &gt; 減少雜訊"/>
		<desc id="Filter/Noise/ReduceNoise/desc" value="移除影像中的高 ISO 相機雜訊以及不自然感，例如 JPEG 塊狀"/> 
		<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="彩色網屏"/> 
		<context id="Filter/Pixelate/ColorHalftone/context" value="濾鏡 &gt; 像素 &gt; 彩色網屏"/>
		<desc id="Filter/Pixelate/ColorHalftone/desc" value="以半色調效果的色版將影像像素化"/> 
		<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="結晶化"/> 
		<context id="Filter/Pixelate/Crystallize/context" value="濾鏡 &gt; 像素 &gt; 結晶化"/>
		<desc id="Filter/Pixelate/Crystallize/desc" value="以結晶化效果將影像像素化"/> 
		<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="多面體"/> 
		<context id="Filter/Pixelate/Facet/context" value="濾鏡 &gt; 像素 &gt; 多面體"/>
		<desc id="Filter/Pixelate/Facet/desc" value="以多面體效果將影像像素化"/> 
		<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="殘影"/> 
		<context id="Filter/Pixelate/Fragment/context" value="濾鏡 &gt; 像素 &gt; 殘影"/>
		<desc id="Filter/Pixelate/Fragment/desc" value="以殘影效果將影像像素化"/> 
		<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="網線銅版"/> 
		<context id="Filter/Pixelate/Mezzotint/context" value="濾鏡 &gt; 像素 &gt; 網線銅版"/>
		<desc id="Filter/Pixelate/Mezzotint/desc" value="以網線銅版效果將影像像素化"/> 
		<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="馬賽克"/> 
		<context id="Filter/Pixelate/Mosaic/context" value="濾鏡 &gt; 像素 &gt; 馬賽克"/>
		<desc id="Filter/Pixelate/Mosaic/desc" value="以馬賽克效果將影像像素化"/> 
		<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="點狀化"/> 
		<context id="Filter/Pixelate/Pointillize/context" value="濾鏡 &gt; 像素 &gt; 點狀化"/>
		<desc id="Filter/Pixelate/Pointillize/desc" value="以點狀化效果將影像像素化"/> 
		<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="雲狀效果"/> 
		<context id="Filter/Render/Clouds/context" value="濾鏡 &gt; 演算上色 &gt; 雲狀效果"/>
		<desc id="Filter/Render/Clouds/desc" value="根據前景色和背景色建立雲狀效果"/> 
		<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="雲彩效果"/> 
		<context id="Filter/Render/DifferenceClouds/context" value="濾鏡 &gt; 演算上色 &gt; 雲彩效果"/>
		<desc id="Filter/Render/DifferenceClouds/desc" value="根據前景色和背景色的相反光譜建立雲彩效果"/> 
		<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="纖維"/> 
		<context id="Filter/Render/Fibers/context" value="濾鏡 &gt; 演算上色 &gt; 纖維"/>
		<desc id="Filter/Render/Fibers/desc" value="根據前景色和背景色建立纖維效果"/> 
		<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="反光效果"/> 
		<context id="Filter/Render/LensFlare/context" value="濾鏡 &gt; 演算上色 &gt; 反光效果"/>
		<desc id="Filter/Render/LensFlare/desc" value="在影像上建立人為的反光效果"/> 
		<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="光源效果"/> 
		<context id="Filter/Render/LightingEffects/context" value="濾鏡 &gt; 演算上色 &gt; 光源效果"/>
		<desc id="Filter/Render/LightingEffects/desc" value="在影像上建立自訂的附加光源效果"/> 
		<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="銳利化"/> 
		<context id="Filter/Sharpen/Sharpen/context" value="濾鏡 &gt; 銳利化 &gt; 銳利化"/>
		<desc id="Filter/Sharpen/Sharpen/desc" value="將影像中的像素銳利化"/> 
		<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="銳利化邊緣"/> 
		<context id="Filter/Sharpen/SharpenEdges/context" value="濾鏡 &gt; 銳利化 &gt; 銳利化邊緣"/>
		<desc id="Filter/Sharpen/SharpenEdges/desc" value="將影像細節的邊緣銳利化"/> 
		<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="更銳利化"/> 
		<context id="Filter/Sharpen/SharpenMore/context" value="濾鏡 &gt; 銳利化 &gt; 更銳利化"/>
		<desc id="Filter/Sharpen/SharpenMore/desc" value="將影像中的像素更加銳利化"/> 
		<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="智慧型銳利化"/> 
		<context id="Filter/Sharpen/SmartSharpen/context" value="濾鏡 &gt; 銳利化 &gt; 智慧型銳利化"/>
		<desc id="Filter/Sharpen/SmartSharpen/desc" value="透過進階控制，以智慧方式銳利化影像的不同區域"/> 
		<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="遮色片銳利化調整"/> 
		<context id="Filter/Sharpen/UnsharpMask/context" value="濾鏡 &gt; 銳利化 &gt; 遮色片銳利化調整"/>
		<desc id="Filter/Sharpen/UnsharpMask/desc" value="增加對大小和強度的控制來銳利化影像"/> 
		<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="立體浮雕"/> 
		<context id="Filter/Sketch/BasRelief/context" value="濾鏡 &gt; 素描 &gt; 立體浮雕"/>
		<desc id="Filter/Sketch/BasRelief/desc" value="套用立體浮雕素描效果至影像"/> 
		<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="粉筆和炭筆"/> 
		<context id="Filter/Sketch/ChalkandCharcoal/context" value="濾鏡 &gt; 素描 &gt; 粉筆和炭筆"/>
		<desc id="Filter/Sketch/ChalkandCharcoal/desc" value="套用粉筆和炭筆素描效果至影像"/> 
		<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="炭筆效果"/> 
		<context id="Filter/Sketch/Charcoal/context" value="濾鏡 &gt; 素描 &gt; 炭筆效果"/>
		<desc id="Filter/Sketch/Charcoal/desc" value="套用炭筆素描效果至影像"/> 
		<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="鉻黃"/> 
		<context id="Filter/Sketch/Chrome/context" value="濾鏡 &gt; 素描 &gt; 鉻黃"/>
		<desc id="Filter/Sketch/Chrome/desc" value="套用鉻黃效果至影像"/> 
		<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="蠟筆紋理"/> 
		<context id="Filter/Sketch/ConteCrayon/context" value="濾鏡 &gt; 素描 &gt; 蠟筆紋理"/>
		<desc id="Filter/Sketch/ConteCrayon/desc" value="套用蠟筆紋理效果至影像"/> 
		<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="畫筆效果"/> 
		<context id="Filter/Sketch/GraphicPen/context" value="濾鏡 &gt; 素描 &gt; 畫筆效果"/>
		<desc id="Filter/Sketch/GraphicPen/desc" value="套用畫筆效果至影像"/> 
		<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="網屏圖樣"/> 
		<context id="Filter/Sketch/HalftonePattern/context" value="濾鏡 &gt; 素描 &gt; 網屏圖樣"/>
		<desc id="Filter/Sketch/HalftonePattern/desc" value="套用網屏圖樣至影像"/> 
		<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="便條紙張效果"/> 
		<context id="Filter/Sketch/NotePaper/context" value="濾鏡 &gt; 素描 &gt; 便條紙張效果"/>
		<desc id="Filter/Sketch/NotePaper/desc" value="套用便條紙張效果至影像"/> 
		<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="拓印"/> 
		<context id="Filter/Sketch/Photocopy/context" value="濾鏡 &gt; 素描 &gt; 拓印"/>
		<desc id="Filter/Sketch/Photocopy/desc" value="套用拓印效果至影像"/> 
		<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="石膏效果"/> 
		<context id="Filter/Sketch/Plaster/context" value="濾鏡 &gt; 素描 &gt; 石膏效果"/>
		<desc id="Filter/Sketch/Plaster/desc" value="套用石膏效果至影像"/> 
		<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="網狀效果"/> 
		<context id="Filter/Sketch/Reticulation/context" value="濾鏡 &gt; 素描 &gt; 網狀效果"/>
		<desc id="Filter/Sketch/Reticulation/desc" value="套用網狀效果至影像"/> 
		<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="印章效果"/> 
		<context id="Filter/Sketch/Stamp/context" value="濾鏡 &gt; 素描 &gt; 印章效果"/>
		<desc id="Filter/Sketch/Stamp/desc" value="套用印章效果至影像"/> 
		<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="邊緣撕裂"/> 
		<context id="Filter/Sketch/TornEdges/context" value="濾鏡 &gt; 素描 &gt; 邊緣撕裂"/>
		<desc id="Filter/Sketch/TornEdges/desc" value="套用邊緣撕裂效果至影像"/> 
		<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="濕紙效果"/> 
		<context id="Filter/Sketch/WaterPaper/context" value="濾鏡 &gt; 素描 &gt; 濕紙效果"/>
		<desc id="Filter/Sketch/WaterPaper/desc" value="套用濕紙效果至影像"/> 
		<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="漫射"/> 
		<context id="Filter/Stylize/Diffuse/context" value="濾鏡 &gt; 風格化 &gt; 擴散"/>
		<desc id="Filter/Stylize/Diffuse/desc" value="套用擴散樣式至影像"/> 
		<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="浮雕"/> 
		<context id="Filter/Stylize/Emboss/context" value="濾鏡 &gt; 風格化 &gt; 浮雕"/>
		<desc id="Filter/Stylize/Emboss/desc" value="套用浮雕樣式至影像"/> 
		<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="突出分割"/> 
		<context id="Filter/Stylize/Extrude/context" value="濾鏡 &gt; 風格化 &gt; 突出分割"/>
		<desc id="Filter/Stylize/Extrude/desc" value="套用突出分割樣式至影像"/> 
		<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="尋找邊緣"/> 
		<context id="Filter/Stylize/FindEdges/context" value="濾鏡 &gt; 風格化 &gt; 尋找邊緣"/>
		<desc id="Filter/Stylize/FindEdges/desc" value="套用尋找邊緣樣式至影像"/> 
		<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="邊緣亮光化"/> 
		<context id="Filter/Stylize/GlowingEdges/context" value="濾鏡 &gt; 風格化 &gt; 邊緣亮光化"/>
		<desc id="Filter/Stylize/GlowingEdges/desc" value="套用邊緣亮光化樣式至影像"/> 
		<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="曝光過度"/> 
		<context id="Filter/Stylize/Solarize/context" value="濾鏡 &gt; 風格化 &gt; 曝光過度"/>
		<desc id="Filter/Stylize/Solarize/desc" value="套用曝光過度樣式至影像"/> 
		<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="錯位分割"/> 
		<context id="Filter/Stylize/Tiles/context" value="濾鏡 &gt; 風格化 &gt; 錯位分割"/>
		<desc id="Filter/Stylize/Tiles/desc" value="套用錯位分割樣式至影像"/> 
		<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="輪廓描圖"/> 
		<context id="Filter/Stylize/TraceContour/context" value="濾鏡 &gt; 風格化 &gt; 輪廓描圖"/>
		<desc id="Filter/Stylize/TraceContour/desc" value="套用輪廓描圖樣式至影像"/> 
		<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="風動效果"/> 
		<context id="Filter/Stylize/Wind/context" value="濾鏡 &gt; 風格化 &gt; 風動效果"/>
		<desc id="Filter/Stylize/Wind/desc" value="套用風吹樣式至影像"/> 
		<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="裂縫紋理"/> 
		<context id="Filter/Texture/Craquelure/context" value="濾鏡 &gt; 紋理 &gt; 裂縫紋理"/>
		<desc id="Filter/Texture/Craquelure/desc" value="套用裂縫紋理效果至影像"/> 
		<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="粒狀紋理"/> 
		<context id="Filter/Texture/Grain/context" value="濾鏡 &gt; 紋理 &gt; 粒狀紋理"/>
		<desc id="Filter/Texture/Grain/desc" value="套用粒狀紋理至影像"/> 
		<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="嵌磚效果"/> 
		<context id="Filter/Texture/MosaicTiles/context" value="濾鏡 &gt; 紋理 &gt; 嵌磚效果"/>
		<desc id="Filter/Texture/MosaicTiles/desc" value="套用嵌磚效果的紋理至影像"/> 
		<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="拼貼"/> 
		<context id="Filter/Texture/Patchwork/context" value="濾鏡 &gt; 紋理 &gt; 拼貼"/>
		<desc id="Filter/Texture/Patchwork/desc" value="套用拼貼紋理至影像"/> 
		<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="彩繪玻璃"/> 
		<context id="Filter/Texture/StainedGlass/context" value="濾鏡 &gt; 紋理 &gt; 彩繪玻璃"/>
		<desc id="Filter/Texture/StainedGlass/desc" value="套用彩繪玻璃紋理至影像"/> 
		<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="紋理化"/> 
		<context id="Filter/Texture/Texturizer/context" value="濾鏡 &gt; 紋理 &gt; 紋理化"/>
		<desc id="Filter/Texture/Texturizer/desc" value="套用可自訂的磚紋、粗麻布、畫布和砂岩紋理化至影像"/> 
		<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="反交錯"/> 
		<context id="Filter/Video/De-Interlace/context" value="濾鏡 &gt; 視訊效果 &gt; 反交錯"/>
		<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 色彩"/> 
		<context id="Filter/Video/NTSCColors/context" value="濾鏡 &gt; 視訊效果 &gt; NTSC 色彩"/>
		<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="自訂"/> 
		<context id="Filter/Other/Custom/context" value="濾鏡 &gt; 其他 &gt; 自訂"/>
		<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="顏色快調"/> 
		<context id="Filter/Other/HighPass/context" value="濾鏡 &gt; 其他 &gt; 顏色快調"/>
		<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="最大"/> 
		<context id="Filter/Other/Maximum/context" value="濾鏡 &gt; 其他 &gt; 最大"/>
		<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="最小"/> 
		<context id="Filter/Other/Minimum/context" value="濾鏡 &gt; 其他 &gt; 最小"/>
		<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="畫面錯位"/> 
		<context id="Filter/Other/Offset/context" value="濾鏡 &gt; 其他 &gt; 畫面錯位"/>
		<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="嵌入浮水印"/> 
		<context id="Filter/Digimarc/EmbedWatermark/context" value="濾鏡 &gt; Digimarc &gt; 嵌入浮水印"/>
		<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="讀取浮水印"/> 
		<context id="Filter/Digimarc/ReadWatermark/context" value="濾鏡 &gt; Digimarc &gt; 讀取浮水印"/>
		<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="預設"/> 
		<context id="Analysis/SetMeasurementScale/Default/context" value="分析 &gt; 設定度量比率 &gt; 預設"/>
		<desc id="Analysis/SetMeasurementScale/Default/desc" value="將影像比率設為預設設定，其中 1 像素 = 1 個邏輯長度單位。 "/> 
		<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="自訂"/> 
		<context id="Analysis/SetMeasurementScale/Custom/context" value="分析 &gt; 設定度量比率 &gt; 自訂"/>
		<desc id="Analysis/SetMeasurementScale/Custom/desc" value="設定影像比率，或將影像校正為已知長度，其中 X 像素等於 Y 單位的邏輯長度"/> 
		<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="自訂"/> 
		<context id="Analysis/SelectDataPoints/Custom/context" value="分析 &gt; 選取資料點 &gt; 自訂"/>
		<desc id="Analysis/SelectDataPoints/Custom/desc" value="選取用於記錄度量的資料點"/> 
		<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="記錄度量"/> 
		<context id="Analysis/RecordMeasurements/context" value="分析 &gt; 記錄度量"/>
		<desc id="Analysis/RecordMeasurements/desc" value="根據設定度量比率，記錄尺標、選取範圍、計算、色階分佈圖或標籤的度量"/> 
		<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="尺標工具"/> 
		<context id="Analysis/RulerTool/context" value="分析 &gt; 尺標工具"/>
		<desc id="Analysis/RulerTool/desc" value="根據設定度量比率，設定記錄度量的間距"/> 
		<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="計算工具"/> 
		<context id="Analysis/CountTool/context" value="分析 &gt; 計算工具"/>
		<desc id="Analysis/CountTool/desc" value="執行計算物件以記錄度量"/> 
		<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="置入比率標記"/> 
		<context id="Analysis/PlaceScaleMarker/context" value="分析 &gt; 置入比率標記"/>
		<desc id="Analysis/PlaceScaleMarker/desc" value="自動置入設定度量比率的比率標記"/> 
		<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="從 3D 檔案新增圖層"/> 
		<context id="3D/NewLayerfrom3DFile/context" value="3D &gt; 從 3D 檔案新增圖層"/>
		<desc id="3D/NewLayerfrom3DFile/desc" value="選擇外部 3D 檔案以轉為 Photoshop 3D 圖層"/> 
		<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="從圖層新增 3D 明信片"/> 
		<context id="3D/New3DPostcardFromLayer/context" value="3D &gt; 從圖層新增 3D 明信片"/>
		<desc id="3D/New3DPostcardFromLayer/desc" value="將目前選取的圖層轉換為平面 3D 圖層"/> 
		<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="平面"/> 
		<context id="3D/Plane/context" value="3D &gt; 從灰階新增網紋 &gt; 平面"/>
		<desc id="3D/Plane/desc" value="從景深/漸層對應建立 3D 網紋平面，以白色繪圖會將多邊形向前拉 (突出)，以黑色繪圖會將多邊形往後推。"/> 
		<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="雙面平面"/> 
		<context id="3D/Two-SidedPlane/context" value="3D &gt; 從灰階新增網紋 &gt; 雙面平面"/>
		<desc id="3D/Two-SidedPlane/desc" value="從景深/漸層對應建立 3D 雙面網紋平面，以白色繪圖會將多邊形向前拉 (突出)，以黑色繪圖會將多邊形往後推。"/> 
		<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="圓柱體"/> 
		<context id="3D/Cylinder/context" value="3D &gt; 從灰階新增網紋 &gt; 圓柱體"/>
		<desc id="3D/Cylinder/desc" value="從景深/漸層對應建立 3D 圓柱體網紋，以白色繪圖會將多邊形向前拉 (突出)，以黑色繪圖會將多邊形往後推。"/> 
		<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="球體"/> 
		<context id="3D/Sphere/context" value="3D &gt; 從灰階新增網紋 &gt; 球體"/>
		<desc id="3D/Sphere/desc" value="從景深/漸層對應建立 3D 球面網紋，以白色繪圖會將多邊形向前拉 (突出)，以黑色繪圖會將多邊形往後推。"/> 
		<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="演算設定"/> 
		<context id="3D/RenderSettings/context" value="3D &gt; 演算設定"/>
		<desc id="3D/RenderSettings/desc" value="此對話框可設定用於控制體積、表面、邊緣和頂點的選項，以及套用立體效果。也可於此處建立、選取和儲存預設集。"/> 
		<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="自動隱藏圖層以提高效能"/> 
		<context id="3D/Auto-HideLayersForPerformance/context" value="3D &gt; 自動隱藏圖層以提高效能"/>
		<desc id="3D/Auto-HideLayersForPerformance/desc" value="與 3D 模型互動時，此設定可以隱藏非目標圖層，將硬體加速啟動的 Direct To Screen 繪圖效能發揮至極致"/> 
		<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="隱藏最近的表面"/> 
		<context id="3D/HideNearestSurface/context" value="3D &gt; 隱藏最近的表面"/>
		<desc id="3D/HideNearestSurface/desc" value="隱藏選取範圍內的所有多邊形，包括被選取框截斷的多邊形"/> 
		<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="僅隱藏封閉多邊形"/> 
		<context id="3D/OnlyHideEnclosedPolygons/context" value="3D &gt; 僅隱藏封閉多邊形"/>
		<desc id="3D/OnlyHideEnclosedPolygons/desc" value="隱藏完全位於選取範圍內的所有多邊形，不包括被選取框截斷的多邊形"/> 
		<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="反轉可見表面"/> 
		<context id="3D/InvertVisibleSurfaces/context" value="3D &gt; 反轉可見表面"/>
		<desc id="3D/InvertVisibleSurfaces/desc" value="隱藏目前可見的所有多邊形，並顯現目前不可見的所有多邊形"/> 
		<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="顯現所有表面"/> 
		<context id="3D/RevealAllSurfaces/context" value="3D &gt; 顯現所有表面"/>
		<desc id="3D/RevealAllSurfaces/desc" value="顯現所有多邊形表面"/> 
		<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="漫射"/> 
		<context id="3D/3DPaintMode/Diffuse/context" value="3D &gt; 3D 繪圖模式 &gt; 擴散"/>
		<desc id="3D/3DPaintMode/Diffuse/desc" value="選取此項可設定繪圖為漫射對應，漫射顏色就是物件反射的顏色。"/> 
		<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="凹凸"/> 
		<context id="3D/3DPaintMode/Bump/context" value="3D &gt; 3D 繪圖模式 &gt; 凹凸"/>
		<desc id="3D/3DPaintMode/Bump/desc" value="選取此項可設定繪圖為凹凸貼圖。凹凸貼圖可讓物件產生坑窪或不平整的表面。以白色繪圖會產生凸起，以黑色繪圖會呈現凹下。"/> 
		<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="反射"/> 
		<context id="3D/3DPaintMode/Specular/context" value="3D &gt; 3D 繪圖模式 &gt; 反射"/>
		<desc id="3D/3DPaintMode/Specular/desc" value="選取此項可設定繪圖為鏡面反射對應。鏡面反射對應會更改鏡面反射亮部的顏色，主要用於在投影中放置影像之類的特殊效果。"/> 
		<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="不透明度"/> 
		<context id="3D/3DPaintMode/Opacity/context" value="3D &gt; 3D 繪圖模式 &gt; 不透明度"/>
		<desc id="3D/3DPaintMode/Opacity/desc" value="選取此項可設定繪圖為不透明對應。不透明對應會影響物件的透明度，從黑到白繪圖時，外觀會從完全不透明轉變為透明。"/> 
		<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="反光"/> 
		<context id="3D/3DPaintMode/Shininess/context" value="3D &gt; 3D 繪圖模式 &gt; 反光"/>
		<desc id="3D/3DPaintMode/Shininess/desc" value="選取此項可設定繪圖為反光對應。從黑至白繪圖代表從充滿光澤調整到無光澤，就會產生反光效果。"/> 
		<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="自體發光"/> 
		<context id="3D/3DPaintMode/Self-Illumination/context" value="3D &gt; 3D 繪圖模式 &gt; 自體發光"/>
		<desc id="3D/3DPaintMode/Self-Illumination/desc" value="設定繪圖為自體發光對應。自體發光會以漫射顏色取代表面上的任何陰影，產生發出白熱光的現象。100% 表示陰影完全取代為漫射顏色，即可創造自體發光現象。"/> 
		<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="反射性"/> 
		<context id="3D/3DPaintMode/Reflection/context" value="3D &gt; 3D 繪圖模式 &gt; 反射性"/>
		<desc id="3D/3DPaintMode/Reflection/desc" value="設定繪圖為反射對應。反射對應與折射對應類似，以白色 (100%) 繪圖會形成完全反射，以黑色繪圖則無反射。以光跡追蹤進行演算可觀看最終結果。"/> 
		<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="選取可繪圖區域"/> 
		<context id="3D/SelectPaintableAreas/context" value="3D &gt; 選取可繪圖區域"/>
		<desc id="3D/SelectPaintableAreas/desc" value="根據相對於螢幕的物件和相機位置，選取適合繪圖的區域 (投射式 3D 繪圖)。"/> 
		<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="線框"/> 
		<context id="3D/CreateUIOverlays/Wireframe/context" value="3D &gt; 建立 UV 覆蓋 &gt; 線框"/>
		<desc id="3D/CreateUIOverlays/Wireframe/desc" value="將線框 UV (構成網紋的多邊形) 顯示為開啟的 2D 紋理對應上的像素圖層"/> 
		<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="著色"/> 
		<context id="3D/CreateUIOverlays/Shaded/context" value="3D &gt; 建立 UV 覆蓋 &gt; 著色"/>
		<desc id="3D/CreateUIOverlays/Shaded/desc" value="將著色 UV 顯示為開啟的 2D 紋理對應上的像素圖層。這樣會以黑至白的漸層對應來顯示物件網紋的深度。"/> 
		<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="正常對應"/> 
		<context id="3D/CreateUIOverlays/NormalMap/context" value="3D &gt; 建立 UV 覆蓋 &gt; 正常對應"/>
		<desc id="3D/CreateUIOverlays/NormalMap/desc" value="將 UV 正常對應顯示為開啟的 2D 紋理對應上的像素圖層。正常對應是 3 色對應，其中紅色色版編碼左右軸、綠色色版編碼上下軸、藍色色版編碼垂直深度。"/> 
		<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="新增拼貼繪圖"/> 
		<context id="3D/NewTiledPainting/context" value="3D &gt; 新增拼貼繪圖"/>
		<desc id="3D/NewTiledPainting/desc" value="將影像轉換為拼貼重複圖樣 (3D 平面) 以便建立紋理"/> 
		<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="繪圖退減"/> 
		<context id="3D/PaintFalloff/context" value="3D &gt; 繪圖退減"/>
		<desc id="3D/PaintFalloff/desc" value="設定當碰到邊緣或彎曲表面時，不再進行繪圖的距離"/> 
		<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="重新參數化"/> 
		<context id="3D/Reparameterize/context" value="3D &gt; 重新參數化"/>
		<desc id="3D/Reparameterize/desc" value="顯示出非預期繪圖效果的模型，可能需要重新參數化其紋理上的 UV 覆蓋"/> 
		<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 圖層"/> 
		<context id="3D/Merge3DLayers/context" value="3D &gt; 合併 3D 圖層"/>
		<desc id="3D/Merge3DLayers/desc" value="選取有相符相機的多個 3D 圖層，合併到多個網紋的單一場景"/> 
		<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 圖層"/> 
		<context id="3D/Export3DLayer/context" value="3D &gt; 轉存 3D 圖層"/>
		<desc id="3D/Export3DLayer/desc" value="將目標 3D 圖層轉存成 Collada (DAE)、Google Earth (KMZ)、U3D 或 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="繼續漸進式演算"/> 
		<context id="3D/ResumeProgressiveRender/context" value="3D &gt; 繼續漸進式演算"/>
		<desc id="3D/ResumeProgressiveRender/desc" value="繼續執行光跡追蹤演算程式"/> 
		<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="漸進式演算選取範圍"/> 
		<context id="3D/ProgressiveRenderSelection/context" value="3D &gt; 漸進式演算選取範圍"/>
		<desc id="3D/ProgressiveRenderSelection/desc" value="僅在目前選取範圍上執行光跡追蹤演算"/> 
		<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="點陣化"/> 
		<context id="3D/Rasterize/context" value="3D &gt; 點陣化"/>
		<desc id="3D/Rasterize/desc" value="將 3D 圖層點陣化為標準 2D 像素圖層"/> 
		<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="自訂"/> 
		<context id="View/ProofSetup/Custom/context" value="檢視 &gt; 校樣設定 &gt; 自訂"/>
		<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="使用中 CMYK"/> 
		<context id="View/ProofSetup/WorkingCMYK/context" value="檢視 &gt; 校樣設定 &gt; 使用中的 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="使用中的青色印版"/> 
		<context id="View/ProofSetup/WorkingCyanPlate/context" value="檢視 &gt; 校樣設定 &gt; 使用中的青色印版"/>
		<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="使用中的洋紅色印版"/> 
		<context id="View/ProofSetup/WorkingMagentaPlate/context" value="檢視 &gt; 校樣設定 &gt; 使用中的洋紅色印版"/>
		<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="使用中的黃色印版"/> 
		<context id="View/ProofSetup/WorkingYellowPlate/context" value="檢視 &gt; 校樣設定 &gt; 使用中的黃色印版"/>
		<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="使用中的黑色印版"/> 
		<context id="View/ProofSetup/WorkingBlackPlate/context" value="檢視 &gt; 校樣設定 &gt; 使用中的黑色印版"/>
		<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="使用中的 CMY 印版"/> 
		<context id="View/ProofSetup/WorkingCMYPlates/context" value="檢視 &gt; 校樣設定 &gt; 使用中的 CMY 印版"/>
		<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="螢幕 RGB"/> 
		<context id="View/ProofSetup/MonitorRGB/context" value="檢視 &gt; 校樣設定 &gt; 螢幕 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="色盲 - 紅色盲類型"/> 
		<context id="View/ColorBlindP/context" value="檢視 &gt; 校樣設定 &gt; 色盲 - 紅色盲類型"/>
		<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="色盲 - 綠色盲類型"/> 
		<context id="View/ColorBlindD/context" value="檢視 &gt; 校樣設定 &gt; 色盲 - 綠色盲類型"/>
		<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="校樣色彩"/> 
		<context id="View/ProofColors/context" value="檢視 &gt; 校樣色彩"/>
		<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="色域警告"/> 
		<context id="View/GamutWarning/context" value="檢視 &gt; 色域警告"/>
		<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="像素外觀比例校正"/> 
		<context id="View/PixelAspectRatioCorrection/context" value="檢視 &gt; 像素外觀比例校正"/>
		<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="自訂像素外觀比例"/> 
		<context id="View/CustomPixelAspectRatio/context" value="檢視 &gt; 像素外觀比例 &gt; 自訂像素外觀比例"/>
		<desc id="View/CustomPixelAspectRatio/desc" value="定義影像的特定外觀比例"/> 
		<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="刪除像素外觀比例"/> 
		<context id="View/DeletePixelAspectRatio/context" value="檢視 &gt; 像素外觀比例 &gt; 刪除像素外觀比例"/>
		<desc id="View/DeletePixelAspectRatio/desc" value="還原或刪除影像的自訂外觀比例"/> 
		<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="重設像素外觀比例"/> 
		<context id="View/ResetPixelAspectRatios/context" value="檢視 &gt; 像素外觀比例 &gt; 重設像素外觀比例"/>
		<desc id="View/ResetPixelAspectRatios/desc" value="重設影像的外觀比例為預設值"/> 
		<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="正方形"/> 
		<context id="View/Square/context" value="檢視 &gt; 像素外觀比例 &gt; 正方形"/>
		<desc id="View/Square/desc" value="套用正方形外觀比例至影像"/> 
		<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="檢視 &gt; 像素外觀比例 &gt; D1/DV NTSC (0.9)"/>
		<desc id="View/D1/DVNTSC(0.9)/desc" value="套用 NTSC 格式的外觀比例至影像"/> 
		<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="檢視 &gt; 像素外觀比例 &gt; D1/DV PAL (1.07)"/>
		<desc id="View/D1/DVPAL(1.07)/desc" value="套用 PAL 格式的外觀比例至影像"/> 
		<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 寬銀幕 (1.2)"/> 
		<context id="View/D1/DVNTSCWidescreen(1.2)/context" value="檢視 &gt; 像素外觀比例 &gt; D1/DV NTSC 寬銀幕 (1.2)"/>
		<desc id="View/D1/DVNTSCWidescreen(1.2)/desc" value="套用 NTSC 寬螢幕格式的外觀比例至影像"/> 
		<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="檢視 &gt; 像素外觀比例 &gt; HDV 1080/DVCPRO HD 720 (1.33)"/>
		<desc id="View/HDV1080/DVCPROHD720(1.33)/desc" value="套用 DVCPRO HD 格式的外觀比例至影像"/> 
		<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 寬銀幕 (1.42)"/> 
		<context id="View/D1/DVPALWidescreen(1.42)/context" value="檢視 &gt; 像素外觀比例 &gt; D1/DV PAL 寬銀幕 (1.42)"/>
		<desc id="View/D1/DVPALWidescreen(1.42)/desc" value="套用 PAL 寬螢幕格式的外觀比例至影像"/> 
		<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="橫向比例壓縮 2:1 (2)"/> 
		<context id="View/Anamorphic2:1(2)/context" value="檢視 &gt; 像素外觀比例 &gt; 橫向比例壓縮 2:1 (2)"/>
		<desc id="View/Anamorphic2:1(2)/desc" value="套用橫向比例壓縮格式的外觀比例至影像"/> 
		<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="檢視 &gt; 像素外觀比例 &gt; DVCPRO HD 1080 (1.5)"/>
		<desc id="View/DVCPROHD1080(1.5)/desc" value="套用 DVCPRO HD 1080 格式的外觀比例至影像"/> 
		<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="32 位元預視選項"/> 
		<context id="View/32-bitPreviewOptions/context" value="檢視 &gt; 32 位元預視選項"/>
		<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="放大顯示"/> 
		<context id="View/ZoomIn/context" value="檢視 &gt; 放大顯示"/>
		<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="縮小顯示"/> 
		<context id="View/ZoomOut/context" value="檢視 &gt; 縮小顯示"/>
		<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="顯示全頁"/> 
		<context id="View/FitonScreen/context" value="檢視 &gt; 顯示全頁"/>
		<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="實際像素"/> 
		<context id="View/ActualPixels/context" value="檢視 &gt; 實際像素"/>
		<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="列印尺寸"/> 
		<context id="View/PrintSize/context" value="檢視 &gt; 列印尺寸"/>
		<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="標準螢幕模式"/> 
		<context id="View/ScreenMode/StandardScreenMode/context" value="檢視 &gt; 螢幕模式 &gt; 標準螢幕模式"/>
		<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="具選單列的全螢幕模式"/> 
		<context id="View/ScreenMode/FullScreenModeWithMenuBar/context" value="檢視 &gt; 螢幕模式 &gt; 具選單列的全螢幕模式"/>
		<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="全螢幕模式"/> 
		<context id="View/ScreenMode/FullScreenMode/context" value="檢視 &gt; 螢幕模式 &gt; 全螢幕模式"/>
		<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="輔助項目"/> 
		<context id="View/Extras/context" value="檢視 &gt; 輔助項目"/>
		<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="圖層邊緣"/> 
		<context id="View/Show/LayerEdges/context" value="檢視 &gt; 顯示 &gt; 圖層邊緣"/>
		<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="選取範圍邊緣"/> 
		<context id="View/Show/SelectionEdges/context" value="檢視 &gt; 顯示 &gt; 選取範圍邊緣"/>
		<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="目標路徑"/> 
		<context id="View/Show/TargetPath/context" value="檢視 &gt; 顯示 &gt; 目標路徑"/>
		<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="格點"/> 
		<context id="View/Show/Grid/context" value="檢視 &gt; 顯示 &gt; 格點"/>
		<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="參考線"/> 
		<context id="View/Show/Guides/context" value="檢視 &gt; 顯示 &gt; 參考線"/>
		<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="計算"/> 
		<context id="View/Show/Count/context" value="檢視 &gt; 顯示 &gt; 計算"/>
		<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="智慧型參考線"/> 
		<context id="View/Show/SmartGuides/context" value="檢視 &gt; 顯示 &gt; 智慧型參考線"/>
		<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="切片"/> 
		<context id="View/Show/Slices/context" value="檢視 &gt; 顯示 &gt; 切片"/>
		<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="備註"/> 
		<context id="View/Show/Annotations/context" value="檢視 &gt; 顯示 &gt; 備註"/>
		<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="全部"/> 
		<context id="View/Show/All/context" value="檢視 &gt; 顯示 &gt; 全部"/>
		<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="無"/> 
		<context id="View/Show/None/context" value="檢視 &gt; 顯示 &gt; 無"/>
		<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="顯示輔助項目選項"/> 
		<context id="View/Show/ShowExtrasOptions/context" value="檢視 &gt; 顯示 &gt; 顯示輔助項目選項"/>
		<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="尺標"/> 
		<context id="View/Rulers/context" value="檢視 &gt; 尺標"/>
		<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="靠齊"/> 
		<context id="View/Snap/context" value="檢視 &gt; 靠齊"/>
		<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="參考線"/> 
		<context id="View/SnapTo/Guides/context" value="檢視 &gt; 靠齊至 &gt; 參考線"/>
		<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="格點"/> 
		<context id="View/SnapTo/Grid/context" value="檢視 &gt; 靠齊至 &gt; 格點"/>
		<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="圖層"/> 
		<context id="View/SnapTo/Layers/context" value="檢視 &gt; 靠齊至 &gt; 圖層"/>
		<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="切片"/> 
		<context id="View/SnapTo/Slices/context" value="檢視 &gt; 靠齊至 &gt; 切片"/>
		<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="文件邊界"/> 
		<context id="View/SnapTo/DocumentBounds/context" value="檢視 &gt; 靠齊至 &gt; 文件邊界"/>
		<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="全部"/> 
		<context id="View/SnapTo/All/context" value="檢視 &gt; 靠齊至 &gt; 全部"/>
		<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="無"/> 
		<context id="View/SnapTo/None/context" value="檢視 &gt; 靠齊至 &gt; 無"/>
		<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="鎖定參考線"/> 
		<context id="View/LockGuides/context" value="檢視 &gt; 鎖定參考線"/>
		<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="清除參考線"/> 
		<context id="View/ClearGuides/context" value="檢視 &gt; 清除參考線"/>
		<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="新增參考線"/> 
		<context id="View/NewGuide/context" value="檢視 &gt; 新增參考線"/>
		<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="鎖定切片"/> 
		<context id="View/LockSlices/context" value="檢視 &gt; 鎖定切片"/>
		<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="清除切片"/> 
		<context id="View/ClearSlices/context" value="檢視 &gt; 清除切片"/>
		<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="重疊顯示"/> 
		<context id="Window/Arrange/Cascade/context" value="視窗 &gt; 排列順序 &gt; 重疊顯示"/>
		<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="並排顯示"/> 
		<context id="Window/Arrange/Tile/context" value="視窗 &gt; 排列順序 &gt; 並排顯示"/>
		<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="在視窗中浮動"/> 
		<context id="Window/Arrange/FloatinWindow/context" value="視窗 &gt; 排列順序 &gt; 在視窗中浮動"/>
		<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="全部浮動至視窗"/> 
		<context id="Window/Arrange/FloatAllinWindows/context" value="視窗 &gt; 排列順序 &gt; 全部浮動至視窗"/>
		<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="全部合併至標籤"/> 
		<context id="Window/Arrange/ConsolidateAlltoTabs/context" value="視窗 &gt; 排列 &gt; 全部合併至標籤"/>
		<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="符合縮放顯示"/> 
		<context id="Window/Arrange/MatchZoom/context" value="視窗 &gt; 排列順序 &gt; 符合縮放顯示"/>
		<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="符合位置"/> 
		<context id="Window/Arrange/MatchLocation/context" value="視窗 &gt; 排列順序 &gt; 符合位置"/>
		<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="符合縮放顯示和位置"/> 
		<context id="Window/Arrange/MatchZoomandLocation/context" value="視窗 &gt; 排列順序 &gt; 符合縮放顯示和位置"/>
		<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="新增視窗"/> 
		<context id="Window/Arrange/NewWindow/context" value="視窗 &gt; 排列順序 &gt; 新增視窗"/>
		<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="儲存工作區"/> 
		<context id="Window/SaveWorkspace/context" value="視窗 &gt; 工作區 &gt; 儲存工作區"/>
		<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="刪除工作區"/> 
		<context id="Window/DeleteWorkspace/context" value="視窗 &gt; 工作區 &gt; 刪除工作區"/>
		<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="預設工作區"/> 
		<context id="Window/DefaultWorkspace/context" value="視窗 &gt; 工作區 &gt; 預設工作區"/>
		<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="鍵盤快速鍵和選單"/> 
		<context id="Window/Workspace/KeyboardShortcutsandMenus/context" value="視窗 &gt; 工作區 &gt; 鍵盤快速鍵和選單"/>
		<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="動作"/> 
		<context id="Window/Actions/context" value="視窗 &gt; 動作"/>
		<desc id="Window/Actions/desc" value="顯示動作面板，用來記錄、播放和管理事件組合"/> 
		<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="動畫"/> 
		<context id="Window/Animation/context" value="視窗 &gt; 動畫"/>
		<desc id="Window/Animation/desc" value="顯示動畫面板，用來建立影格與導覽時間"/> 
		<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="調整"/> 
		<context id="Window/Adjustments/context" value="視窗 &gt; 調整"/>
		<desc id="Window/Adjustments/desc" value="顯示調整面板，可用來建立並編輯非破壞性影像調整"/> 
		<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="筆刷"/> 
		<context id="Window/Brushes/context" value="視窗 &gt; 筆刷"/>
		<desc id="Window/Brushes/desc" value="顯示筆刷面板，用來選取和編輯筆刷參數"/> 
		<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="色版"/> 
		<context id="Window/Channels/context" value="視窗 &gt; 色版"/>
		<desc id="Window/Channels/desc" value="顯示色版面板，用來選取色版和已儲存選取範圍"/> 
		<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="字元"/> 
		<context id="Window/Character/context" value="視窗 &gt; 字元"/>
		<desc id="Window/Character/desc" value="顯示字元面板，用來編輯文字特性"/> 
		<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="仿製來源"/> 
		<context id="Window/CloneSource/context" value="視窗 &gt; 仿製來源"/>
		<desc id="Window/CloneSource/desc" value="顯示仿製來源面板，用來控制仿製和修復工具的操作方式"/> 
		<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="顏色 "/> 
		<context id="Window/Color/context" value="視窗 &gt; 顏色"/>
		<desc id="Window/Color/desc" value="顯示顏色面板，用來選取顏色"/> 
		<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="色階分佈圖"/> 
		<context id="Window/Histogram/context" value="視窗 &gt; 色階分佈圖"/>
		<desc id="Window/Histogram/desc" value="顯示色階分佈圖面板，用來檢視影像統計資料"/> 
		<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="步驟記錄"/> 
		<context id="Window/History/context" value="視窗 &gt; 步驟記錄"/>
		<desc id="Window/History/desc" value="顯示步驟記錄面板，用來導覽和選取步驟記錄狀態以及快照"/> 
		<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="資訊"/> 
		<context id="Window/Info/context" value="視窗 &gt; 資訊"/>
		<desc id="Window/Info/desc" value="顯示資訊面板，用來顯示影像屬性"/> 
		<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="圖層構圖"/> 
		<context id="Window/LayerComps/context" value="視窗 &gt; 圖層構圖"/>
		<desc id="Window/LayerComps/desc" value="顯示圖層構圖面板，用來記錄和選取圖層組態 (構圖)"/> 
		<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="圖層"/> 
		<context id="Window/Layers/context" value="視窗 &gt; 圖層"/>
		<desc id="Window/Layers/desc" value="顯示圖層面板，用來建立、導覽和修改文件圖層"/> 
		<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="遮色片"/> 
		<context id="Window/Masks/context" value="視窗 &gt; 遮色片"/>
		<desc id="Window/Masks/desc" value="顯示「遮色片」面板，用來修改所選圖層遮色片的濃度和羽化效果"/> 
		<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="度量記錄"/> 
		<context id="Window/MeasurementLog/context" value="視窗 &gt; 度量記錄"/>
		<desc id="Window/MeasurementLog/desc" value="顯示度量記錄面板，用來顯示已記錄的影像統計資料"/> 
		<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="導覽器"/> 
		<context id="Window/Navigator/context" value="視窗 &gt; 導覽器"/>
		<desc id="Window/Navigator/desc" value="顯示導覽器面板，用來平移、縮放和導覽文件"/> 
		<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="選項"/> 
		<context id="Window/Options/context" value="視窗 &gt; 選項"/>
		<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="段落"/> 
		<context id="Window/Paragraph/context" value="視窗 &gt; 段落"/>
		<desc id="Window/Paragraph/desc" value="顯示段落面板，用來編輯文字特性"/> 
		<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="路徑"/> 
		<context id="Window/Paths/context" value="視窗 &gt; 路徑"/>
		<desc id="Window/Paths/desc" value="顯示路徑面板，用來顯示和編輯向量圖路徑"/> 
		<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="樣式"/> 
		<context id="Window/Styles/context" value="視窗 &gt; 樣式"/>
		<desc id="Window/Styles/desc" value="顯示樣式面板，用來建立和套用已儲存的圖層特性組合"/> 
		<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="色票"/> 
		<context id="Window/Swatches/context" value="視窗 &gt; 色票"/>
		<desc id="Window/Swatches/desc" value="顯示色票面板，用來建立和套用慣用顏色"/> 
		<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="工具預設集"/> 
		<context id="Window/ToolPresets/context" value="視窗 &gt; 工具預設集"/>
		<desc id="Window/ToolPresets/desc" value="顯示工具預設集面板，用來建立和選取預設工具組態"/> 
		<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="工具"/> 
		<context id="Window/Tools/context" value="視窗 &gt; 工具"/>
		<desc id="Window/Tools/desc" value="顯示工具面板，用來選取工具"/> 
		<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="視窗 &gt; 延伸功能 &gt; Kuler"/>
		<desc id="Window/Kuler/desc" value="顯示 Kuler 面板，用來建立、瀏覽和共用色彩調協組合"/> 
		<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="連線"/> 
		<context id="Window/Connections/context" value="視窗 &gt; 延伸功能 &gt; 連線"/>
		<desc id="Window/Connections/desc" value="顯示連線面板，用來管理 Photoshop 的網路連線"/> 
		<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 說明"/> 
		<context id="Help/PhotoshopHelp/context" value="說明 &gt; Photoshop 說明"/>
		<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="系統資訊"/> 
		<context id="Help/SystemInfo/context" value="說明 &gt; 系統資訊"/>
		<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 連線"/> 
		<context id="Help/PhotoshopOnline/context" value="說明 &gt; Photoshop 連線"/>
		<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="按鈕模式"/> 
		<context id="Actions/ButtonMode/context" value="動作 &gt; 按鈕模式"/>
		<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="新增動作"/> 
		<context id="Actions/NewAction/context" value="動作 &gt; 新增動作"/>
		<desc id="Actions/NewAction/desc" value="起始新動作"/> 
		<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="新增組合"/> 
		<context id="Actions/NewSet/context" value="動作 &gt; 新增組合"/>
		<desc id="Actions/NewSet/desc" value="建立新動作集"/> 
		<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="播放選項"/> 
		<context id="Actions/PlaybackOptions/context" value="動作 &gt; 播放選項"/>
		<desc id="Actions/PlaybackOptions/desc" value="檢視動作播放選項"/> 
		<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="新增影格"/> 
		<context id="AnimationFrames/NewFrame/context" value="動畫 (影格) &gt; 新增影格"/>
		<desc id="AnimationFrames/NewFrame/desc" value="建立新動畫影格"/> 
		<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="刪除影格"/> 
		<context id="AnimationFrames/DeleteFrames/context" value="動畫 (影格) &gt; 刪除影格"/>
		<desc id="AnimationFrames/DeleteFrames/desc" value="刪除選取的動畫影格"/> 
		<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="刪除動畫"/> 
		<context id="AnimationFrames/DeleteAnimation/context" value="動畫 (影格) &gt; 刪除動畫"/>
		<desc id="AnimationFrames/DeleteAnimation/desc" value="刪除選取的動畫"/> 
		<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="拷貝影格"/> 
		<context id="AnimationFrames/CopyFrames/context" value="動畫 (影格) &gt; 拷貝影格"/>
		<desc id="AnimationFrames/CopyFrames/desc" value="拷貝選取的動畫影格"/> 
		<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="貼上影格"/> 
		<context id="AnimationFrames/PasteFrames/context" value="動畫 (影格) &gt; 貼上影格"/>
		<desc id="AnimationFrames/PasteFrames/desc" value="貼上選取的動畫影格"/> 
		<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="選取全部影格"/> 
		<context id="AnimationFrames/SelectAllFrames/context" value="動畫 (影格) &gt; 選取全部影格"/>
		<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="下一個畫格"/> 
		<context id="Animation(Frames)/GoTo/NextFrame/context" value="動畫 (影格) &gt; 到 &gt; 下一個畫格"/>
		<desc id="Animation(Frames)/GoTo/NextFrame/desc" value="到下一個影格"/> 
		<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="上一個畫格"/> 
		<context id="Animation(Frames)/GoTo/PreviousFrame/context" value="動畫 (影格) &gt; 到 &gt; 上一個畫格"/>
		<desc id="Animation(Frames)/GoTo/PreviousFrame/desc" value="到上一個影格"/> 
		<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="第一個畫格"/> 
		<context id="Animation(Frames)/GoTo/FirstFrame/context" value="動畫 (影格) &gt; 到 &gt; 第一個畫格"/>
		<desc id="Animation(Frames)/GoTo/FirstFrame/desc" value="到第一個影格"/> 
		<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="最後一個畫格"/> 
		<context id="Animation(Frames)/GoTo/LastFrame/context" value="動畫 (影格) &gt; 到 &gt; 最後一個畫格"/>
		<desc id="Animation(Frames)/GoTo/LastFrame/desc" value="到最後一個影格"/> 
		<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="補間"/> 
		<context id="AnimationFrames/Tween/context" value="動畫 (影格) &gt; 補間"/>
		<desc id="AnimationFrames/Tween/desc" value="在影格間建立平滑內插的動畫"/> 
		<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="反向影格"/> 
		<context id="AnimationFrames/ReverseFrames/context" value="動畫 (影格) &gt; 反向影格"/>
		<desc id="AnimationFrames/ReverseFrames/desc" value="反轉選取影格的順序"/> 
		<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="動畫最佳化"/> 
		<context id="AnimationFrames/OptimizeAnimation/context" value="動畫 (影格) &gt; 動畫最佳化"/>
		<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="從圖層製作影格"/> 
		<context id="AnimationFrames/MakeFramesFromLayers/context" value="動畫 (影格) &gt; 從圖層製作影格"/>
		<desc id="AnimationFrames/MakeFramesFromLayers/desc" value="將選取的影格轉換為文件圖層"/> 
		<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="將影格平面化至圖層"/> 
		<context id="AnimationFrames/FlattenFramesIntoLayers/context" value="動畫 (影格) &gt; 將影格平面化至圖層"/>
		<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="在影格間符合圖層"/> 
		<context id="AnimationFrames/MatchLayerAcrossFrames/context" value="動畫 (影格) &gt; 在影格間符合圖層"/>
		<desc id="AnimationFrames/MatchLayerAcrossFrames/desc" value="在影格間同步化選取的圖層外觀和位置"/> 
		<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="為每個新影格建立新圖層"/> 
		<context id="AnimationFrames/CreateNewLayerforEachNewFrame/context" value="動畫 (影格) &gt; 為每個新影格建立新圖層"/>
		<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="新增在全部影格中均可見的圖層"/> 
		<context id="AnimationFrames/NewLayersVisibleinAllFrames/context" value="動畫 (影格) &gt; 新增在全部影格中均可見的圖層"/>
		<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="轉換為時間軸"/> 
		<context id="AnimationFrames/ConverttoTimeline/context" value="動畫 (影格) &gt; 轉換為時間軸"/>
		<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="面板選項"/> 
		<context id="AnimationFrames/PanelOptions/context" value="動畫 (影格) &gt; 面板選項"/>
		<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="刪除主要畫格"/> 
		<context id="AnimationTimeline/DeleteKeyframe(s)/context" value="動畫 (時間軸) &gt; 刪除主要畫格"/>
		<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="線性"/> 
		<context id="AnimationTimeline/Linear/context" value="動畫 (時間軸) &gt; 主要畫格內插補點 &gt; 線性"/>
		<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="保持"/> 
		<context id="AnimationTimeline/Hold/context" value="動畫 (時間軸) &gt; 主要畫格內插補點 &gt; 保持"/>
		<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="選取全部主要畫格"/> 
		<context id="AnimationTimeline/SelectAllKeyframes/context" value="動畫 (時間軸) &gt; 選取全部主要畫格"/>
		<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="不選取主要畫格"/> 
		<context id="AnimationTimeline/SelectNoKeyframes/context" value="動畫 (時間軸) &gt; 不要選取主要畫格"/>
		<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="拷貝主要畫格"/> 
		<context id="AnimationTimeline/CopyKeyframe(s)/context" value="動畫 (時間軸) &gt; 拷貝主要畫格"/>
		<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="貼上主要畫格"/> 
		<context id="AnimationTimeline/PasteKeyframe(s)/context" value="動畫 (時間軸) &gt; 貼上主要畫格"/>
		<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="設定工作區域起點"/> 
		<context id="AnimationTimeline/SetStartofWorkArea/context" value="動畫 (時間軸) &gt; 設定工作區域起點"/>
		<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="設定工作區域終點"/> 
		<context id="AnimationTimeline/SetEndofWorkArea/context" value="動畫 (時間軸) &gt; 設定工作區域終點"/>
		<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="時間"/> 
		<context id="AnimationTimeline/Time/context" value="動畫 (時間軸) &gt; 到 &gt; 時間"/>
		<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="下一個畫格"/> 
		<context id="AnimationTimeline/NextFrame/context" value="動畫 (時間軸) &gt; 到 &gt; 下一個畫格"/>
		<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="上一個畫格"/> 
		<context id="AnimationTimeline/PreviousFrame/context" value="動畫 (時間軸) &gt; 到 &gt; 上一個畫格"/>
		<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="第一個畫格"/> 
		<context id="AnimationTimeline/FirstFrame/context" value="動畫 (時間軸) &gt; 到 &gt; 第一個畫格"/>
		<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="最後一個畫格"/> 
		<context id="AnimationTimeline/LastFrame/context" value="動畫 (時間軸) &gt; 到 &gt; 最後一個畫格"/>
		<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="工作區域起點"/> 
		<context id="AnimationTimeline/WorkAreaStart/context" value="動畫 (時間軸) &gt; 到 &gt; 工作區域起點"/>
		<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="工作區域終點"/> 
		<context id="AnimationTimeline/WorkAreaEnd/context" value="動畫 (時間軸) &gt; 到 &gt; 工作區域終點"/>
		<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="允許跳過影格"/> 
		<context id="AnimationTimeline/AllowFrameSkipping/context" value="動畫 (時間軸) &gt; 允許跳過影格"/>
		<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="將圖層起點移到目前時間"/> 
		<context id="AnimationTimeline/MoveLayerInPointtoCurrentTime/context" value="動畫 (時間軸) &gt; 將圖層起點移到目前時間"/>
		<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="將圖層終點移到目前時間"/> 
		<context id="AnimationTimeline/MoveLayerEndPointtoCurrentTime/context" value="動畫 (時間軸) &gt; 將圖層終點移到目前時間"/>
		<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="修剪圖層起點到目前時間"/> 
		<context id="AnimationTimeline/TrimLayerStarttoCurrentTime/context" value="動畫 (時間軸) &gt; 修剪圖層起點到目前時間"/>
		<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="修剪圖層終點到目前時間"/> 
		<context id="AnimationTimeline/TrimLayerEndtoCurrentTime/context" value="動畫 (時間軸) &gt; 修剪圖層終點到目前時間"/>
		<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="修剪文件持續時間至工作區域"/> 
		<context id="AnimationTimeline/TrimDocumentDurationtoWorkArea/context" value="動畫 (時間軸) &gt; 修剪文件持續時間至工作區域"/>
		<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="分割圖層"/> 
		<context id="AnimationTimeline/SplitLayer/context" value="動畫 (時間軸) &gt; 分割圖層"/>
		<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="解除工作區域"/> 
		<context id="AnimationTimeline/LiftWorkArea/context" value="動畫 (時間軸) &gt; 解除工作區域"/>
		<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="擷取工作區域"/> 
		<context id="AnimationTimeline/ExtractWorkArea/context" value="動畫 (時間軸) &gt; 擷取工作區域"/>
		<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="從圖層製作影格"/> 
		<context id="AnimationTimeline/MakeFramesFromLayers/context" value="動畫 (時間軸) &gt; 從圖層製作影格"/>
		<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="將影格平面化至圖層"/> 
		<context id="AnimationTimeline/FlattenFramesIntoLayers/context" value="動畫 (時間軸) &gt; 將影格平面化至圖層"/>
		<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="編輯時間軸註解"/> 
		<context id="AnimationTimeline/EditTimelineComment/context" value="動畫 (時間軸) &gt; 編輯時間軸註解"/>
		<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="轉存時間軸註解"/> 
		<context id="AnimationTimeline/ExportTimelineComments/context" value="動畫 (時間軸) &gt; 轉存時間軸註解"/>
		<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="文件設定"/> 
		<context id="AnimationTimeline/DocumentSettings/context" value="動畫 (時間軸) &gt; 文件設定"/>
		<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="轉換為影格動畫"/> 
		<context id="AnimationTimeline/ConverttoFrameAnimation/context" value="動畫 (時間軸) &gt; 轉換為影格動畫"/>
		<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="描圖紙設定"/> 
		<context id="AnimationTimeline/OnionSkinSettings/context" value="動畫 (時間軸) &gt; 描圖紙設定"/>
		<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="啟動描圖紙"/> 
		<context id="AnimationTimeline/EnableOnionSkins/context" value="動畫 (時間軸) &gt; 啟動描圖紙"/>
		<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="全部圖層"/> 
		<context id="AnimationTimeline/AllLayers/context" value="動畫 (時間軸) &gt; 顯示 &gt; 全部圖層"/>
		<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="慣用圖層"/> 
		<context id="AnimationTimeline/FavoriteLayers/context" value="動畫 (時間軸) &gt; 顯示 &gt; 慣用圖層"/>
		<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="設定慣用圖層"/> 
		<context id="AnimationTimeline/SetFavoriteLayers/context" value="動畫 (時間軸) &gt; 顯示 &gt; 設定慣用圖層"/>
		<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="面板選項"/> 
		<context id="AnimationTimeline/PanelOptions/context" value="動畫 (時間軸) &gt; 面板選項"/>
		<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="新增筆刷預設集"/> 
		<context id="Brushes/NewBrushPreset/context" value="筆刷 &gt; 新增筆刷預設集"/>
		<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="清除筆刷控制"/> 
		<context id="Brushes/ClearBrushControls/context" value="筆刷 &gt; 清除筆刷控制"/>
		<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="拷貝紋理至其他工具"/> 
		<context id="Brushes/CopyTexturetoOtherTools/context" value="筆刷 &gt; 拷貝紋理至其他工具"/>
		<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="重新命名筆刷"/> 
		<context id="Brushes/RenameBrush/context" value="筆刷 &gt; 重新命名筆刷"/>
		<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="刪除筆刷"/> 
		<context id="Brushes/DeleteBrush/context" value="筆刷 &gt; 刪除筆刷"/>
		<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="重設筆刷"/> 
		<context id="Brushes/ResetBrushes/context" value="筆刷 &gt; 重設筆刷"/>
		<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="載入筆刷"/> 
		<context id="Brushes/LoadBrushes/context" value="筆刷 &gt; 載入筆刷"/>
		<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="儲存筆刷"/> 
		<context id="Brushes/SaveBrushes/context" value="筆刷 &gt; 儲存筆刷"/>
		<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="取代筆刷"/> 
		<context id="Brushes/ReplaceBrushes/context" value="筆刷 &gt; 取代筆刷"/>
		<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="新增色版"/> 
		<context id="Channels/NewChannel/context" value="色版 &gt; 新增色版"/>
		<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="複製色版"/> 
		<context id="Channels/DuplicateChannel/context" value="色版 &gt; 複製色版"/>
		<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="刪除色版"/> 
		<context id="Channels/DeleteChannel/context" value="色版 &gt; 刪除色版"/>
		<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="新增特別色色版"/> 
		<context id="Channels/NewSpotChannel/context" value="色版 &gt; 新增特別色色版"/>
		<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="合併特別色色版"/> 
		<context id="Channels/MergeSpotChannel/context" value="色版 &gt; 合併特別色色版"/>
		<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="色版選項"/> 
		<context id="Channels/ChannelOptions/context" value="色版 &gt; 色版選項"/>
		<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="分離色版"/> 
		<context id="Channels/SplitChannels/context" value="色版 &gt; 分離色版"/>
		<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="合併色版"/> 
		<context id="Channels/MergeChannels/context" value="色版 &gt; 合併色版"/>
		<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="面板選項"/> 
		<context id="Channels/PanelOptions/context" value="色版 &gt; 面板選項"/>
		<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="來源 1"/> 
		<context id="CloneSource/Source1/context" value="仿製來源 &gt; 來源 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="來源 2"/> 
		<context id="CloneSource/Source2/context" value="仿製來源 &gt; 來源 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="來源 3"/> 
		<context id="CloneSource/Source3/context" value="仿製來源 &gt; 來源 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="來源 4"/> 
		<context id="CloneSource/Source4/context" value="仿製來源 &gt; 來源 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="來源 5"/> 
		<context id="CloneSource/Source5/context" value="仿製來源 &gt; 來源 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="重設變形"/> 
		<context id="CloneSource/ResetTransform/context" value="仿製來源 &gt; 重設變形"/>
		<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="鎖定影格"/> 
		<context id="CloneSource/LockFrame/context" value="仿製來源 &gt; 鎖定影格"/>
		<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="顯示覆蓋"/> 
		<context id="CloneSource/ShowOverlay/context" value="仿製來源 &gt; 顯示覆蓋"/>
		<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="自動隱藏覆蓋"/> 
		<context id="CloneSource/AutoHideOverlay/context" value="仿製來源 &gt; 自動隱藏覆蓋"/>
		<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="反轉覆蓋"/> 
		<context id="CloneSource/InvertOverlay/context" value="仿製來源 &gt; 反轉覆蓋"/>
		<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="灰階滑桿"/> 
		<context id="Color/GrayscaleSlider/context" value="顏色 &gt; 灰階滑桿"/>
		<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 滑桿"/> 
		<context id="Color/RGBSliders/context" value="顏色 &gt; RGB 滑桿"/>
		<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 滑桿"/> 
		<context id="Color/HSBSliders/context" value="顏色 &gt; HSB 滑桿"/>
		<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 滑桿"/> 
		<context id="Color/CMYKSliders/context" value="顏色 &gt; CMYK 滑桿　"/>
		<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 滑桿"/> 
		<context id="Color/LabSliders/context" value="顏色 &gt; Lab 滑桿"/>
		<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="網頁色彩滑桿"/> 
		<context id="Color/WebColorSliders/context" value="顏色 &gt; 網頁色彩滑桿"/>
		<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="拷貝顏色的 HTML 色碼"/> 
		<context id="Color/CopyColorasHTML/context" value="顏色 &gt; 拷貝顏色的 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 色彩光譜"/> 
		<context id="Color/RGBSpectrum/context" value="顏色 &gt; RGB 色彩光譜"/>
		<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 色彩光譜"/> 
		<context id="Color/CMYKSpectrum/context" value="顏色 &gt; CMYK 色彩光譜"/>
		<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="灰階曲線圖"/> 
		<context id="Color/GrayscaleRamp/context" value="顏色 &gt; 灰階曲線圖"/>
		<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="目前顏色"/> 
		<context id="Color/CurrentColors/context" value="顏色 &gt; 目前顏色"/>
		<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="製作網頁安全色彩曲線圖"/> 
		<context id="Color/MakeRampWebSafe/context" value="顏色 &gt; 製作網頁安全色彩曲線圖"/>
		<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="不使用快取進行重新整理"/> 
		<context id="Histogram/UncachedRefresh/context" value="色階分佈圖 &gt; 不使用快取進行重新整理"/>
		<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="精簡視圖"/> 
		<context id="Histogram/CompactView/context" value="色階分佈圖 &gt; 精簡視圖"/>
		<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="擴展視圖"/> 
		<context id="Histogram/ExpandedView/context" value="色階分佈圖 &gt; 擴展視圖"/>
		<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="所有色版視圖"/> 
		<context id="Histogram/AllChannelsView/context" value="色階分佈圖 &gt; 所有色版視圖"/>
		<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="顯示統計資料"/> 
		<context id="Histogram/ShowStatistics/context" value="色階分佈圖 &gt; 顯示統計資料"/>
		<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="顯示色版顏色"/> 
		<context id="Histogram/ShowChannelsinColor/context" value="色階分佈圖 &gt; 顯示色版顏色"/>
		<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="向前"/> 
		<context id="History/StepForward/context" value="步驟記錄 &gt; 向前"/>
		<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="退後"/> 
		<context id="History/StepBackward/context" value="步驟記錄 &gt; 退後"/>
		<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="新增快照"/> 
		<context id="History/NewSnapshot/context" value="步驟記錄 &gt; 新增快照"/>
		<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="刪除"/> 
		<context id="History/Delete/context" value="步驟記錄 &gt; 刪除"/>
		<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="清除步驟記錄"/> 
		<context id="History/ClearHistory/context" value="步驟記錄 &gt; 清除步驟記錄"/>
		<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="新增文件"/> 
		<context id="History/NewDocument/context" value="步驟記錄 &gt; 新增文件"/>
		<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="步驟記錄選項"/> 
		<context id="History/HistoryOptions/context" value="步驟記錄 &gt; 步驟記錄選項"/>
		<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="面板選項"/> 
		<context id="Info/PanelOptions/context" value="資訊 &gt; 面板選項"/>
		<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="顏色取樣器"/> 
		<context id="Info/ColorSamplers/context" value="資訊 &gt; 顏色取樣器"/>
		<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="新增圖層構圖"/> 
		<context id="LayerComps/NewLayerComp/context" value="圖層構圖 &gt; 新增圖層構圖"/>
		<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="複製圖層構圖"/> 
		<context id="LayerComps/DuplicateLayerComp/context" value="圖層構圖 &gt; 複製圖層構圖"/>
		<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="刪除圖層構圖"/> 
		<context id="LayerComps/DeleteLayerComp/context" value="圖層構圖 &gt; 刪除圖層構圖"/>
		<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="更新圖層構圖"/> 
		<context id="LayerComps/UpdateLayerComp/context" value="圖層構圖 &gt; 更新圖層構圖"/>
		<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="套用圖層構圖"/> 
		<context id="LayerComps/ApplyLayerComp/context" value="圖層構圖 &gt; 套用圖層構圖"/>
		<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="下一個圖層構圖"/> 
		<context id="LayerComps/NextLayerComp/context" value="圖層構圖 &gt; 下一個圖層構圖"/>
		<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="上一個圖層構圖"/> 
		<context id="LayerComps/PreviousLayerComp/context" value="圖層構圖 &gt; 上一個圖層構圖"/>
		<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="復原前次文件狀態"/> 
		<context id="LayerComps/RestoreLastDocumentState/context" value="圖層構圖 &gt; 復原前次文件狀態"/>
		<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="圖層構圖選項"/> 
		<context id="LayerComps/LayerCompOptions/context" value="圖層構圖 &gt; 圖層構圖選項"/>
		<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="新增圖層"/> 
		<context id="Layers/NewLayer/context" value="圖層 &gt; 新增圖層"/>
		<desc id="Layers/NewLayer/desc" value="建立新圖層"/> 
		<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="複製圖層/群組"/> 
		<context id="Layers/DuplicateLayer(Group)/context" value="圖層 &gt; 複製圖層/群組"/>
		<desc id="Layers/DuplicateLayer(Group)/desc" value="複製選取的圖層或群組"/> 
		<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="刪除圖層/群組"/> 
		<context id="Layers/DeleteLayer(Group)/context" value="圖層 &gt; 刪除圖層/群組"/>
		<desc id="Layers/DeleteLayer(Group)/desc" value="刪除選取的圖層或群組"/> 
		<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="刪除隱藏圖層"/> 
		<context id="Layers/DeleteHiddenLayers/context" value="圖層 &gt; 刪除隱藏圖層"/>
		<desc id="Layers/DeleteHiddenLayers/desc" value="刪除隱藏圖層"/> 
		<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="新增群組"/> 
		<context id="Layers/NewGroup/context" value="圖層 &gt; 新增群組"/>
		<desc id="Layers/NewGroup/desc" value="建立新圖層群組"/> 
		<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="從圖層新增群組"/> 
		<context id="Layers/NewGroupfromLayers/context" value="圖層 &gt; 從圖層新增群組"/>
		<desc id="Layers/NewGroupfromLayers/desc" value="建立新圖層群組，並包含選取的圖層"/> 
		<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="鎖定全部圖層"/> 
		<context id="Layers/LockAllLayers/context" value="圖層 &gt; 鎖定全部圖層"/>
		<desc id="Layers/LockAllLayers/desc" value="鎖定所有選取的圖層"/> 
		<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="轉換為智慧型物件"/> 
		<context id="Layers/ConverttoSmartObject/context" value="圖層 &gt; 轉換為智慧型物件"/>
		<desc id="Layers/ConverttoSmartObject/desc" value="將選取的圖層轉換為智慧型物件"/> 
		<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="編輯內容"/> 
		<context id="Layers/EditContents/context" value="圖層 &gt; 編輯內容"/>
		<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="圖層/群組屬性"/> 
		<context id="Layers/Layer(Group)Properties/context" value="圖層 &gt; 圖層/群組屬性"/>
		<desc id="Layers/Layer(Group)Properties/desc" value="調整所選取圖層或群組的屬性"/> 
		<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="混合選項"/> 
		<context id="Layers/BlendingOptions/context" value="圖層 &gt; 混合選項"/>
		<desc id="Layers/BlendingOptions/desc" value="定義已選取圖層的混合選項"/> 
		<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="建立/解除剪裁遮色片"/> 
		<context id="Layers/Create/ReleaseClippingMask/context" value="圖層 &gt; 建立/解除剪裁遮色片"/>
		<desc id="Layers/Create/ReleaseClippingMask/desc" value="建立或解除剪裁遮色片"/> 
		<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="連結/解除連結圖層"/> 
		<context id="Layers/Link/UnlinkLayers/context" value="圖層 &gt; 連結/解除連結圖層"/>
		<desc id="Layers/Link/UnlinkLayers/desc" value="連結或解除連結選取的圖層"/> 
		<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="選取連結的圖層"/> 
		<context id="Layers/SelectLinkedLayers/context" value="圖層 &gt; 選取連結的圖層"/>
		<desc id="Layers/SelectLinkedLayers/desc" value="選取所有連結的圖層"/> 
		<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="合併圖層"/> 
		<context id="Layers/MergeLayers/context" value="圖層 &gt; 合併圖層"/>
		<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="合併可見圖層"/> 
		<context id="Layers/MergeVisible/context" value="圖層 &gt; 合併可見圖層"/>
		<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="影像平面化"/> 
		<context id="Layers/FlattenImage/context" value="圖層 &gt; 影像平面化"/>
		<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="自動"/> 
		<context id="Layers/Automatic/context" value="圖層 &gt; 動畫選項 &gt; 自動"/>
		<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="永遠顯示"/> 
		<context id="Layers/AlwaysShow/context" value="圖層 &gt; 動畫選項 &gt; 永遠顯示"/>
		<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="永遠隱藏"/> 
		<context id="Layers/AlwaysHide/context" value="圖層 &gt; 動畫選項 &gt; 永遠隱藏"/>
		<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="面板選項"/> 
		<context id="Layers/PanelOptions/context" value="圖層 &gt; 面板選項"/>
		<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="預設"/> 
		<context id="MeasurementLog/SetMeasurementScale/Default/context" value="度量記錄 &gt; 設定度量比率 &gt; 預設"/>
		<desc id="MeasurementLog/SetMeasurementScale/Default/desc" value="設定預設的度量比率"/> 
		<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="自訂"/> 
		<context id="MeasurementLog/SetMeasurementScale/Custom/context" value="度量記錄 &gt; 設定度量比率 &gt; 自訂"/>
		<desc id="MeasurementLog/SetMeasurementScale/Custom/desc" value="設定自訂度量比率"/> 
		<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="自訂"/> 
		<context id="MeasurementLog/Custom/context" value="度量記錄 &gt; 選取資料點 &gt; 自訂"/>
		<desc id="MeasurementLog/Custom/desc" value="選取度量記錄的自訂資料點"/> 
		<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="記錄度量"/> 
		<context id="MeasurementLog/RecordMeasurements/context" value="度量記錄 &gt; 記錄度量"/>
		<desc id="MeasurementLog/RecordMeasurements/desc" value="記錄度量記錄的度量值"/> 
		<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="全部選取"/> 
		<context id="MeasurementLog/SelectAll/context" value="度量記錄 &gt; 全部選取"/>
		<desc id="MeasurementLog/SelectAll/desc" value="選取所有的度量記錄資料"/> 
		<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="取消全選"/> 
		<context id="MeasurementLog/DeselectAll/context" value="度量記錄 &gt; 取消全選"/>
		<desc id="MeasurementLog/DeselectAll/desc" value="取消選取所有的度量記錄資料"/> 
		<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="轉存選取的度量"/> 
		<context id="MeasurementLog/ExportSelected/context" value="度量記錄 &gt; 轉存選取的度量"/>
		<desc id="MeasurementLog/ExportSelected/desc" value="轉存選取的度量記錄資料"/> 
		<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="刪除選取的度量"/> 
		<context id="MeasurementLog/DeleteSelected/context" value="度量記錄 &gt; 刪除選取的度量"/>
		<desc id="MeasurementLog/DeleteSelected/desc" value="刪除選取的度量記錄資料"/> 
		<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="自動顯示面板"/> 
		<context id="MeasurementLog/AutoDisplayPalette/context" value="度量記錄 &gt; 自動顯示面板"/>
		<desc id="MeasurementLog/AutoDisplayPalette/desc" value="自動顯示度量記錄面板"/> 
		<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="面板選項"/> 
		<context id="Navigator/PanelOptions/context" value="導覽器 &gt; 面板選項"/>
		<desc id="Navigator/PanelOptions/desc" value="控制導覽器視窗的彩色邊界選擇"/> 
		<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="新增路徑"/> 
		<context id="Paths/NewPath/context" value="路徑 &gt; 新增路徑"/>
		<desc id="Paths/NewPath/desc" value="建立新路徑"/> 
		<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="複製路徑"/> 
		<context id="Paths/DuplicatePath/context" value="路徑 &gt; 複製路徑"/>
		<desc id="Paths/DuplicatePath/desc" value="複製現有路徑"/> 
		<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="刪除路徑"/> 
		<context id="Paths/DeletePath/context" value="路徑 &gt; 刪除路徑"/>
		<desc id="Paths/DeletePath/desc" value="刪除現有路徑"/> 
		<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="製作工作路徑"/> 
		<context id="Paths/MakeWorkPath/context" value="路徑 &gt; 製作工作路徑"/>
		<desc id="Paths/MakeWorkPath/desc" value="建立工作路徑"/> 
		<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="製作選取範圍"/> 
		<context id="Paths/MakeSelection/context" value="路徑 &gt; 製作選取範圍"/>
		<desc id="Paths/MakeSelection/desc" value="從路徑製作選取範圍"/> 
		<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="填滿路徑"/> 
		<context id="Paths/FillPath/context" value="路徑 &gt; 填滿路徑"/>
		<desc id="Paths/FillPath/desc" value="填滿路徑"/> 
		<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="筆畫路徑"/> 
		<context id="Paths/StrokePath/context" value="路徑 &gt; 筆畫路徑"/>
		<desc id="Paths/StrokePath/desc" value="劃出路徑的邊界"/> 
		<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="剪裁路徑"/> 
		<context id="Paths/ClippingPath/context" value="路徑 &gt; 剪裁路徑"/>
		<desc id="Paths/ClippingPath/desc" value="建立剪裁路徑"/> 
		<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="面板選項"/> 
		<context id="Paths/PanelOptions/context" value="路徑 &gt; 面板選項"/>
		<desc id="Paths/PanelOptions/desc" value="變更路徑的面板選項"/> 
		<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="新增樣式"/> 
		<context id="Styles/NewStyle/context" value="樣式 &gt; 新增樣式"/>
		<desc id="Styles/NewStyle/desc" value="建立新樣式"/> 
		<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="僅文字"/> 
		<context id="Styles/TextOnly/context" value="樣式 &gt; 僅文字"/>
		<desc id="Styles/TextOnly/desc" value="以僅文字檢視樣式"/> 
		<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="小型縮圖"/> 
		<context id="Styles/SmallThumbnail/context" value="樣式 &gt; 小型縮圖"/>
		<desc id="Styles/SmallThumbnail/desc" value="以小型縮圖檢視樣式"/> 
		<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="大型縮圖"/> 
		<context id="Styles/LargeThumbnail/context" value="樣式 &gt; 大型縮圖"/>
		<desc id="Styles/LargeThumbnail/desc" value="以大型縮圖檢視樣式"/> 
		<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="小型清單"/> 
		<context id="Styles/SmallList/context" value="樣式 &gt; 小型清單"/>
		<desc id="Styles/SmallList/desc" value="以小型清單檢視樣式"/> 
		<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="大型清單"/> 
		<context id="Styles/LargeList/context" value="樣式 &gt; 大型清單"/>
		<desc id="Styles/LargeList/desc" value="以大型清單檢視樣式"/> 
		<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="重設樣式"/> 
		<context id="Styles/ResetStyles/context" value="樣式 &gt; 重設樣式"/>
		<desc id="Styles/ResetStyles/desc" value="重設樣式為預設值"/> 
		<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="載入樣式"/> 
		<context id="Styles/LoadStyles/context" value="樣式 &gt; 載入樣式"/>
		<desc id="Styles/LoadStyles/desc" value="載入樣式"/> 
		<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="儲存樣式"/> 
		<context id="Styles/SaveStyles/context" value="樣式 &gt; 儲存樣式"/>
		<desc id="Styles/SaveStyles/desc" value="儲存樣式"/> 
		<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="取代樣式"/> 
		<context id="Styles/ReplaceStyles/context" value="樣式 &gt; 取代樣式"/>
		<desc id="Styles/ReplaceStyles/desc" value="取代現有的樣式"/> 
		<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="新增色票"/> 
		<context id="Swatches/NewSwatch/context" value="色票 &gt; 新增色票"/>
		<desc id="Swatches/NewSwatch/desc" value="建立新色票"/> 
		<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="小型縮圖"/> 
		<context id="Swatches/SmallThumbnail/context" value="色票 &gt; 小型縮圖"/>
		<desc id="Swatches/SmallThumbnail/desc" value="檢視小型色票縮圖"/> 
		<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="大型縮圖"/> 
		<context id="Swatches/LargeThumbnail/context" value="色票 &gt; 大型縮圖"/>
		<desc id="Swatches/LargeThumbnail/desc" value="檢視大型色票縮圖"/> 
		<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="小型清單"/> 
		<context id="Swatches/SmallList/context" value="色票 &gt; 小型清單"/>
		<desc id="Swatches/SmallList/desc" value="檢視小型色票清單"/> 
		<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="大型清單"/> 
		<context id="Swatches/LargeList/context" value="色票 &gt; 大型清單"/>
		<desc id="Swatches/LargeList/desc" value="檢視大型色票清單"/> 
		<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="重設色票"/> 
		<context id="Swatches/ResetSwatches/context" value="色票 &gt; 重設色票"/>
		<desc id="Swatches/ResetSwatches/desc" value="重設色票為預設值"/> 
		<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="載入色票"/> 
		<context id="Swatches/LoadSwatches/context" value="色票 &gt; 載入色票"/>
		<desc id="Swatches/LoadSwatches/desc" value="載入色票"/> 
		<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="儲存色票"/> 
		<context id="Swatches/SaveSwatches/context" value="色票 &gt; 儲存色票"/>
		<desc id="Swatches/SaveSwatches/desc" value="儲存色票"/> 
		<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="取代色票"/> 
		<context id="Swatches/ReplaceSwatches/context" value="色票 &gt; 取代色票"/>
		<desc id="Swatches/ReplaceSwatches/desc" value="取代色票"/> 
		<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="建立新檢閱"/> 
		<context id="File/CreateNewReview/context" value="檔案 &gt; 建立新檢閱"/>
		<desc id="File/CreateNewReview/desc" value="透過 CS 審核服務開始檢閱檔案"/> 
		<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="刪除所有空白圖層"/> 
		<context id="File/Scripts/DeleteAllEmptyLayers/context" value="檔案 &gt; 指令碼 &gt; 刪除所有空白圖層"/>
		<desc id="File/Scripts/DeleteAllEmptyLayers/desc" value="移除所有不含像素或路徑資料的圖層"/> 
		<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="平面化所有圖層效果"/> 
		<context id="File/Scripts/FlattenAllLayerEffects/context" value="檔案 &gt; 指令碼 &gt; 平面化所有圖層效果"/>
		<desc id="File/Scripts/FlattenAllLayerEffects/desc" value="將所有圖層效果轉換為一般像素"/> 
		<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="平面化所有遮色片"/> 
		<context id="File/Scripts/FlattenAllMasks/context" value="檔案 &gt; 指令碼 &gt; 平面化所有遮色片"/>
		<desc id="File/Scripts/FlattenAllMasks/desc" value="移除所有圖層遮色片，視需要轉換為透明度資料"/> 
		<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="就地貼上"/> 
		<context id="Edit/PasteSpecial/PasteInPlace/context" value="編輯 &gt; 選擇性貼上 &gt; 就地貼上"/>
		<desc id="Edit/PasteSpecial/PasteInPlace/desc" value="貼上並保持像素座標"/> 
		<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="貼入範圍內"/> 
		<context id="Edit/PasteSpecial/PasteInto/context" value="編輯 &gt; 選擇性貼上 &gt; 就地貼上"/>
		<desc id="Edit/PasteSpecial/PasteInto/desc" value="貼入至目前選取範圍，建立圖層遮色片"/> 
		<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="貼至範圍外"/> 
		<context id="Edit/PasteSpecial/PasteOutside/context" value="編輯 &gt; 選擇性貼上 &gt; 貼至範圍外"/>
		<desc id="Edit/PasteSpecial/PasteOutside/desc" value="貼至目前選取範圍外，建立圖層遮色片"/> 
		<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="操控彎曲"/> 
		<context id="Edit/PuppetWarp/context" value="編輯 &gt; 操控彎曲"/>
		<desc id="Edit/PuppetWarp/desc" value="使用圖釘建立彈性的有機變形"/> 
		<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="來自透明選取範圍"/> 
		<context id="Layer/LayerMask/FromTransparency/context" value="圖層 &gt; 圖層遮色片 &gt; 來自透明選取範圍"/>
		<desc id="Layer/LayerMask/FromTransparency/desc" value="將目前圖層的透明度資料轉換為圖層遮色片"/> 
		<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="顏色淨化"/> 
		<context id="Layer/Matting/ColorDecontaminate/context" value="圖層 &gt; 修邊 &gt; 顏色淨化"/>
		<desc id="Layer/Matting/ColorDecontaminate/desc" value="移除目前圖層邊緣的無關顏色資料"/> 
		<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="鏡頭校正"/> 
		<context id="Filter/LensCorrection/context" value="濾鏡 &gt; 鏡頭校正"/>
		<desc id="Filter/LensCorrection/desc" value="移除幾何扭曲、色差和暈映"/> 
		<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="增加光源預設集"/> 
		<context id="3D/AddLights/context" value="3D &gt; 增加光源"/>
		<desc id="3D/AddLights/desc" value="增加光源預設集"/> 
		<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="取代光源預設集"/> 
		<context id="3D/ReplaceLights/context" value="3D &gt; 取代光源"/>
		<desc id="3D/ReplaceLights/desc" value="取代光源預設集"/> 
		<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="儲存光源預設集"/> 
		<context id="3D/SaveLightsPreset/context" value="3D &gt; 儲存光源預設集"/>
		<desc id="3D/SaveLightsPreset/desc" value="儲存光源預設集"/> 
		<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="刪除光源預設集"/> 
		<context id="3D/DeleteLight/context" value="3D &gt; 刪除光源"/>
		<desc id="3D/DeleteLight/desc" value="刪除光源預設集"/> 
		<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="文字圖層"/> 
		<context id="3D/Repousse/TextLayer/context" value="3D &gt; 凸紋面 &gt; 文字圖層"/>
		<desc id="3D/Repousse/TextLayer/desc" value="使用凸紋面來突出分割或膨脹目前的文字圖層"/> 
		<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="圖層遮色片"/> 
		<context id="3D/Repousse/LayerMask/context" value="3D &gt; 凸紋面 &gt; 圖層遮色片"/>
		<desc id="3D/Repousse/LayerMask/desc" value="使用凸紋面來突出分割或膨脹目前的圖層遮色片"/> 
		<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="選取的路徑"/> 
		<context id="3D/Repousse/SelectedPath/context" value="3D &gt; 凸紋面 &gt; 選取的路徑"/>
		<desc id="3D/Repousse/SelectedPath/desc" value="使用凸紋面可以突出或膨脹選取的路徑"/> 
		<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="目前的選取範圍"/> 
		<context id="3D/Repousse/CurrentSelection/context" value="3D &gt; 凸紋面 &gt; 目前的選取範圍"/>
		<desc id="3D/Repousse/CurrentSelection/desc" value="使用凸紋面來突出分割或膨脹目前的選取範圍"/> 
		<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="從選取範圍建立限制"/> 
		<context id="3D/Repousse/CreateConstraint(s)FromSelection/context" value="3D &gt; 凸紋面 &gt; 從選取範圍建立限制"/>
		<desc id="3D/Repousse/CreateConstraint(s)FromSelection/desc" value="將作用中選取範圍轉換為凸紋面中的限制"/> 
		<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="從選取的路徑建立限制"/> 
		<context id="3D/Repousse/CreateConstraint(s)FromSelectedPath/context" value="3D &gt; 凸紋面 &gt; 從選取的路徑建立限制"/>
		<desc id="3D/Repousse/CreateConstraint(s)FromSelectedPath/desc" value="將選取的路徑轉換為凸紋面中的限制"/> 
		<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="在凸紋面中編輯"/> 
		<context id="3D/Repousse/EditinRepousse/context" value="3D &gt; 凸紋面 &gt; 在凸紋面中編輯"/>
		<desc id="3D/Repousse/EditinRepousse/desc" value="使用凸紋面來編輯目前選取的 3D 圖層"/> 
		<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="地平面陰影捕捉"/> 
		<context id="3D/GroundPlaneShadowCatcher/context" value="3D &gt; 地平面陰影捕捉"/>
		<desc id="3D/GroundPlaneShadowCatcher/desc" value="在地平面上為所選 3D 物件產生陰影 (需要光跡追蹤)"/> 
		<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="將物件靠齊地平面"/> 
		<context id="3D/SnapObjectToGroundPlane/context" value="3D &gt; 將物件靠齊地平面"/>
		<desc id="3D/SnapObjectToGroundPlane/desc" value="將所選 3D 物件直接放在地平面最上方"/> 
		<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="舊版 Macintosh RGB (Gamma 1.8)"/> 
		<context id="View/ProofSetup/LegacyMacintoshRGB(Gamma1.8)/context" value="檢視 &gt; 校樣設定 &gt; 舊版 Macintosh RGB (Gamma 1.8)"/>
		<desc id="View/ProofSetup/LegacyMacintoshRGB(Gamma1.8)/desc" value="使用 Snow Leopard 之前的 Gamma  顯示 (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="網際網路標準 RGB (sRGB)"/> 
		<context id="View/ProofSetup/InternetStandardRGB(sRGB)/context" value="檢視 &gt; 校樣設定 &gt; 網際網路標準 RGB (sRGB)"/>
		<desc id="View/ProofSetup/InternetStandardRGB(sRGB)/desc" value="使用 sRGB 標準色和 Gamma 顯示 (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 軸"/> 
		<context id="View/Show/3DAxis/context" value="檢視 &gt; 顯示 &gt; 3D 軸"/>
		<desc id="View/Show/3DAxis/desc" value="顯示螢幕上 3D 軸控制"/> 
		<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="筆刷預視"/> 
		<context id="View/Show/BrushPreview/context" value="檢視 &gt; 顯示 &gt; 筆刷預視"/>
		<desc id="View/Show/BrushPreview/desc" value="顯示即時筆尖毛刷的螢幕上預視"/> 
		<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="網紋"/> 
		<context id="View/Show/Mesh/context" value="檢視 &gt; 顯示 &gt; 網紋"/>
		<desc id="View/Show/Mesh/desc" value="操控彎曲操作期間顯示網紋"/> 
		<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="筆刷"/> 
		<context id="Window/Brush/context" value="視窗 &gt; 筆刷"/>
		<desc id="Window/Brush/desc" value="編輯目前選取之筆刷工具的參數"/> 
		<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="筆刷預設集"/> 
		<context id="Window/BrushPresets/context" value="視窗 &gt; 筆刷預設集"/>
		<desc id="Window/BrushPresets/desc" value="從 Photoshop 筆刷預設集中選擇"/> 
		<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="拷貝顏色的十六進位碼"/> 
		<context id="Color/CopyColor'sHexCode/context" value="顏色 &gt; 拷貝顏色的十六進位碼"/>
		<desc id="Color/CopyColor'sHexCode/desc" value="拷貝前景色的 6 字元十六進位碼"/> 
		<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 公用程式"/> 
		<context id="Help/GPUUtility/context" value="說明 &gt; GPU 公用程式"/>
		<desc id="Help/GPUUtility/desc" value="最佳化 Photoshop 圖形處理器的使用以及進行疑難排解"/> 
		<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="自動選取目標調整工具"/> 
		<context id="Adjustments/Auto-Auto-SelectTargetedAdjustmentTool/context" value="調整 &gt; 自動選取目標調整工具"/>
		<desc id="Adjustments/Auto-Auto-SelectTargetedAdjustmentTool/desc" value="選取調整圖層後，自動啟動目標調整工具"/> 
		<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="自動選取參數"/> 
		<context id="Adjustments/Auto-SelectParameter/context" value="調整 &gt; 自動選取參數"/>
		<desc id="Adjustments/Auto-SelectParameter/desc" value="選取調整圖層後，將鍵盤焦點放在調整面板上"/> 
		<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="移動工具"/> 
		<context id="MoveTool/context" value="移動工具"/>
		<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="矩形選取畫面工具"/> 
		<context id="RectangularMarqueeTool/context" value="矩形選取畫面工具"/>
		<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="橢圓選取畫面工具"/> 
		<context id="EllipticalMarqueeTool/context" value="橢圓選取畫面工具"/>
		<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="水平單線選取畫面工具"/> 
		<context id="SingleRowMarqueeTool/context" value="水平單線選取畫面工具"/>
		<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="垂直單線選取畫面工具"/> 
		<context id="SingleColumnMarqueeTool/context" value="垂直單線選取畫面工具"/>
		<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="套索工具"/> 
		<context id="LassoTool/context" value="套索工具"/>
		<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="多邊形套索工具"/> 
		<context id="PolygonalLassoTool/context" value="多邊形套索工具"/>
		<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="磁性套索工具"/> 
		<context id="MagneticLassoTool/context" value="磁性套索工具"/>
		<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="快速選取工具"/> 
		<context id="QuickSelectionTool/context" value="快速選取工具"/>
		<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="魔術棒工具"/> 
		<context id="MagicWandTool/context" value="魔術棒工具"/>
		<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="裁切工具"/> 
		<context id="CropTool/context" value="裁切工具"/>
		<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="切片工具"/> 
		<context id="SliceTool/context" value="切片工具"/>
		<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="切片選取工具"/> 
		<context id="SliceSelectTool/context" value="切片選取工具"/>
		<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="滴管工具"/> 
		<context id="EyedropperTool/context" value="滴管工具"/>
		<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="顏色取樣器工具"/> 
		<context id="ColorSamplerTool/context" value="顏色取樣器工具"/>
		<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="尺標工具"/> 
		<context id="RulerTool/context" value="尺標工具"/>
		<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="備註工具"/> 
		<context id="NoteTool/context" value="備註工具"/>
		<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="計算工具"/> 
		<context id="CountTool/context" value="計算工具"/>
		<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="污點修復筆刷工具"/> 
		<context id="SpotHealingBrushTool/context" value="污點修復筆刷工具"/>
		<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="修復筆刷工具"/> 
		<context id="HealingBrushTool/context" value="修復筆刷工具"/>
		<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="修補工具"/> 
		<context id="PatchTool/context" value="修補工具"/>
		<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="紅眼工具"/> 
		<context id="RedEyeTool/context" value="紅眼工具"/>
		<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="筆刷工具 "/> 
		<context id="BrushTool/context" value="筆刷工具 "/>
		<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="鉛筆工具"/> 
		<context id="PencilTool/context" value="鉛筆工具"/>
		<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="顏色取代工具"/> 
		<context id="ColorReplacementTool/context" value="顏色取代工具"/>
		<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="混合器筆刷工具"/> 
		<context id="MixerBrushTool/context" value="混合器筆刷工具"/>
		<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="仿製印章工具"/> 
		<context id="CloneStampTool/context" value="仿製印章工具"/>
		<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="圖樣印章工具"/> 
		<context id="PatternStampTool/context" value="圖樣印章工具"/>
		<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="步驟記錄筆刷工具"/> 
		<context id="HistoryBrushTool/context" value="步驟記錄筆刷工具"/>
		<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="藝術步驟記錄筆刷工具"/> 
		<context id="ArtHistoryBrushTool/context" value="藝術步驟記錄筆刷工具"/>
		<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="橡皮擦工具"/> 
		<context id="EraserTool/context" value="橡皮擦工具"/>
		<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="背景橡皮擦工具"/> 
		<context id="BackgroundEraserTool/context" value="背景橡皮擦工具"/>
		<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="魔術橡皮擦工具"/> 
		<context id="MagicEraserTool/context" value="魔術橡皮擦工具"/>
		<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="漸層工具"/> 
		<context id="GradientTool/context" value="漸層工具"/>
		<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="油漆桶工具"/> 
		<context id="PaintBucketTool/context" value="油漆桶工具"/>
		<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="模糊工具"/> 
		<context id="BlurTool/context" value="模糊工具"/>
		<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="銳利化工具"/> 
		<context id="SharpenTool/context" value="銳利化工具"/>
		<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="指尖工具"/> 
		<context id="SmudgeTool/context" value="指尖工具"/>
		<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="加亮工具"/> 
		<context id="DodgeTool/context" value="加亮工具"/>
		<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="加深工具"/> 
		<context id="BurnTool/context" value="加深工具"/>
		<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="海綿工具"/> 
		<context id="SpongeTool/context" value="海綿工具"/>
		<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="筆型工具"/> 
		<context id="PenTool/context" value="筆型工具"/>
		<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="創意筆工具"/> 
		<context id="FreeformPenTool/context" value="創意筆工具"/>
		<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="增加錨點工具"/> 
		<context id="AddAnchorPointTool/context" value="增加錨點工具"/>
		<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="刪除錨點工具"/> 
		<context id="DeleteAnchorPointTool/context" value="刪除錨點工具"/>
		<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="轉換錨點工具"/> 
		<context id="ConvertPointTool/context" value="轉換錨點工具"/>
		<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="水平文字工具"/> 
		<context id="HorizontalTypeTool/context" value="水平文字工具"/>
		<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="垂直文字工具"/> 
		<context id="VerticalTypeTool/context" value="垂直文字工具"/>
		<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="水平文字遮色片工具"/> 
		<context id="HorizontalTypeMaskTool/context" value="水平文字遮色片工具"/>
		<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="垂直文字遮色片工具"/> 
		<context id="VerticalTypeMaskTool/context" value="垂直文字遮色片工具"/>
		<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="路徑選取工具"/> 
		<context id="PathSelectionTool/context" value="路徑選取工具"/>
		<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="直接選取工具"/> 
		<context id="DirectSelectionTool/context" value="直接選取工具"/>
		<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="矩形工具"/> 
		<context id="RectangleTool/context" value="矩形工具"/>
		<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="圓角矩形工具"/> 
		<context id="RoundedRectangleTool/context" value="圓角矩形工具"/>
		<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="橢圓工具"/> 
		<context id="EllipseTool/context" value="橢圓工具"/>
		<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="多邊形工具 "/> 
		<context id="PolygonTool/context" value="多邊形工具 "/>
		<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="直線工具"/> 
		<context id="LineTool/context" value="直線工具"/>
		<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="自訂形狀工具"/> 
		<context id="CustomShapeTool/context" value="自訂形狀工具"/>
		<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 旋轉工具"/> 
		<context id="3DRotateTool/context" value="3D 旋轉工具"/>
		<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 轉動工具"/> 
		<context id="3DRollTool/context" value="3D 轉動工具"/>
		<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="3D 平移工具"/> 
		<context id="3DPanTool/context" value="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 滑動工具"/> 
		<context id="3DSlideTool/context" value="3D 滑動工具"/>
		<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 比例工具"/> 
		<context id="3DScaleTool/context" value="3D 比例工具"/>
		<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 環繞工具"/> 
		<context id="3DOrbitTool/context" value="3D 環繞工具"/>
		<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 轉動檢視工具"/> 
		<context id="3DRollViewTool/context" value="3D 轉動檢視工具"/>
		<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 平移檢視工具"/> 
		<context id="3DPanViewTool/context" value="3D 平移檢視工具"/>
		<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 移動檢視工具"/> 
		<context id="3DWalkViewTool/context" value="3D 移動檢視工具"/>
		<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 縮放工具"/> 
		<context id="3DZoomTool/context" value="3D 縮放工具"/>
		<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="手形工具"/> 
		<context id="HandTool/context" value="手形工具"/>
		<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="旋轉檢視工具"/> 
		<context id="RotateViewTool/context" value="旋轉檢視工具"/>
		<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="縮放顯示工具"/> 
		<context id="ZoomTool/context" value="縮放顯示工具"/>
		<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="重設顏色工具"/> 
		<context id="ResetColorTool/context" value="重設顏色工具"/>
		<desc id="ResetColorTool/desc" value="將前景/背景色設為預設值 (黑和白)"/> 
		<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="調換顏色工具"/> 
		<context id="SwapColorTool/context" value="調換顏色工具"/>
		<desc id="SwapColorTool/desc" value="調換前景/背景色"/> 
		<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="檢色器"/> 
		<context id="Utility/ColorPicker/context" value="公用程式 &gt; 檢色器"/>
		<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="隱藏圖層"/> 
		<context id="Panel/HideLayers/context" value="面板 &gt; 隱藏圖層"/>
		<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="隱藏工具列"/> 
		<context id="Panel/HideToolbar/context" value="面板 &gt; 隱藏工具列"/>
		<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="隱藏選項列"/> 
		<context id="Panel/HideOptionsBar/context" value="面板 &gt; 隱藏選項列"/>
		<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="隱藏動作"/> 
		<context id="Panel/HideActions/context" value="面板 &gt; 隱藏動作"/>
		<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="隱藏樣式"/> 
		<context id="Panel/HideStyles/context" value="面板 &gt; 隱藏樣式"/>
		<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="隱藏色票"/> 
		<context id="Panel/HideSwatches/context" value="面板 &gt; 隱藏色票"/>
		<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="隱藏色階分佈圖"/> 
		<context id="Panel/HideHistogram/context" value="面板 &gt; 隱藏色階分佈圖"/>
		<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="隱藏資訊"/> 
		<context id="Panel/HideInfo/context" value="面板 &gt; 隱藏資訊"/>
		<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="隱藏路徑"/> 
		<context id="Panel/HidePaths/context" value="面板 &gt; 隱藏路徑"/>
		<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="隱藏工具預設集"/> 
		<context id="Panel/HideToolPresets/context" value="面板 &gt; 隱藏工具預設集"/>
		<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="隱藏顏色"/> 
		<context id="Panel/HideColor/context" value="面板 &gt; 隱藏顏色"/>
		<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="隱藏色版"/> 
		<context id="Panel/HideChannels/context" value="面板 &gt; 隱藏色版"/>
		<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="隱藏圖層構圖"/> 
		<context id="Panel/HideLayerComps/context" value="面板 &gt; 隱藏圖層構圖"/>
		<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="隱藏動畫"/> 
		<context id="Panel/HideAnimation/context" value="面板 &gt; 隱藏動畫"/>
		<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="隱藏仿製來源"/> 
		<context id="Panel/HideCloneSource/context" value="面板 &gt; 隱藏仿製來源"/>
		<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="隱藏調整"/> 
		<context id="Panel/HideAdjustment/context" value="面板 &gt; 隱藏調整"/>
		<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="隱藏遮色片"/> 
		<context id="Panel/HideMasks/context" value="面板 &gt; 隱藏遮色片"/>
		<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="隱藏度量記錄"/> 
		<context id="Panel/HideMeasurementLog/context" value="面板 &gt; 隱藏度量記錄"/>
		<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="隱藏步驟記錄"/> 
		<context id="Panel/HideHistory/context" value="面板 &gt; 隱藏步驟記錄"/>
		<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="隱藏導覽器"/> 
		<context id="Panel/HideNavigator/context" value="面板 &gt; 隱藏導覽器"/>
		<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="隱藏字元"/> 
		<context id="Panel/HideCharacter/context" value="面板 &gt; 隱藏字元"/>
		<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="隱藏段落"/> 
		<context id="Panel/HideParagraph/context" value="面板 &gt; 隱藏段落"/>
		<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"/> 
		<context id="Panel/Hide3D/context" value="面板 &gt; 隱藏 3D"/>
		<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="隱藏筆刷"/> 
		<context id="Panel/HideBrush/context" value="面板 &gt; 隱藏筆刷"/>
		<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="隱藏筆刷預設集"/> 
		<context id="Panel/HideBrushPresets/context" value="面板 &gt; 隱藏筆刷預設集"/>
		<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"/> 
		<context id="Panel/HideMiniBridge/context" value="面板 &gt; 隱藏 Mini Bridge"/>
		<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 新聞和資源"/> 
		<context id="Panel/HideCSNewsAndResources/context" value="面板 &gt; 隱藏 CS 新聞和資源"/>
		<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 審核"/> 
		<context id="Panel/HideCSReview/context" value="面板 &gt; 隱藏 CS 審核"/>
		<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="隱藏使用 CS Live"/> 
		<context id="Panel/HideAccessCSLive/context" value="面板 &gt; 隱藏使用 CS Live"/>
		<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"/> 
		<context id="Panel/HideKuler/context" value="面板 &gt; 隱藏 Kuler"/>
		<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"/> 
		<context id="Panel/HideGPU/context" value="面板 &gt; 隱藏 GPU"/>
		<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="隱藏浮水印"/> 
		<context id="Panel/HideWatermark/context" value="面板 &gt; 隱藏浮水印"/>
		<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="顯示圖層"/> 
		<context id="Panel/ShowLayers/context" value="面板 &gt; 顯示圖層"/>
		<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="顯示工具列"/> 
		<context id="Panel/ShowToolbar/context" value="面板 &gt; 顯示工具列"/>
		<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="顯示選項列"/> 
		<context id="Panel/ShowOptionsBar/context" value="面板 &gt; 顯示選項列"/>
		<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="顯示動作"/> 
		<context id="Panel/ShowActions/context" value="面板 &gt; 顯示動作"/>
		<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="顯示樣式"/> 
		<context id="Panel/ShowStyles/context" value="面板 &gt; 顯示樣式"/>
		<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="顯示色票"/> 
		<context id="Panel/ShowSwatches/context" value="面板 &gt; 顯示色票"/>
		<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="顯示色階分佈圖"/> 
		<context id="Panel/ShowHistogram/context" value="面板 &gt; 顯示色階分佈圖"/>
		<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="顯示資訊"/> 
		<context id="Panel/ShowInfo/context" value="面板 &gt; 顯示資訊"/>
		<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="顯示路徑"/> 
		<context id="Panel/ShowPathsq/context" value="面板 &gt; 顯示路徑"/>
		<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="顯示工具預設集"/> 
		<context id="Panel/ShowToolPresets/context" value="面板 &gt; 顯示工具預設集"/>
		<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="顯示顏色"/> 
		<context id="Panel/ShowColor/context" value="面板 &gt; 顯示顏色"/>
		<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="顯示色版"/> 
		<context id="Panel/ShowChannels/context" value="面板 &gt; 顯示色版"/>
		<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="顯示圖層構圖"/> 
		<context id="Panel/ShowLayerComps/context" value="面板 &gt; 顯示圖層構圖"/>
		<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="顯示動畫"/> 
		<context id="Panel/ShowAnimation/context" value="面板 &gt; 顯示動畫"/>
		<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="顯示仿製來源"/> 
		<context id="Panel/ShowCloneSource/context" value="面板 &gt; 顯示仿製來源"/>
		<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="顯示調整"/> 
		<context id="Panel/ShowAdjustment/context" value="面板 &gt; 顯示調整"/>
		<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="顯示遮色片"/> 
		<context id="Panel/ShowMasks/context" value="面板 &gt; 顯示遮色片"/>
		<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="顯示度量記錄"/> 
		<context id="Panel/ShowMeasurementLog/context" value="面板 &gt; 顯示度量記錄"/>
		<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="顯示步驟記錄"/> 
		<context id="Panel/ShowHistory/context" value="面板 &gt; 顯示步驟記錄"/>
		<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="顯示導覽器"/> 
		<context id="Panel/ShowNavigator/context" value="面板 &gt; 顯示導覽器"/>
		<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="顯示字元"/> 
		<context id="Panel/ShowCharacter/context" value="面板 &gt; 顯示字元"/>
		<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="顯示段落"/> 
		<context id="Panel/ShowParagraph/context" value="面板 &gt; 顯示段落"/>
		<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"/> 
		<context id="Panel/Show3D/context" value="面板 &gt; 顯示 3D"/>
		<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="顯示筆刷"/> 
		<context id="Panel/ShowBrush/context" value="面板 &gt; 顯示筆刷"/>
		<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="顯示筆刷預設集"/> 
		<context id="Panel/ShowBrushPresets/context" value="面板 &gt; 顯示筆刷預設集"/>
		<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"/> 
		<context id="Panel/ShowMiniBridge/context" value="面板 &gt; 顯示 Mini Bridge"/>
		<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 新聞和資源"/> 
		<context id="Panel/ShowCSNewsAndResources/context" value="面板 &gt; 顯示 CS 新聞和資源"/>
		<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 審核"/> 
		<context id="Panel/ShowCSReview/context" value="面板 &gt; 顯示 CS 審核"/>
		<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="顯示使用 CS Live"/> 
		<context id="Panel/ShowAccessCSLive/context" value="面板 &gt; 顯示使用 CS Live"/>
		<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"/> 
		<context id="Panel/ShowKuler/context" value="面板 &gt; 顯示 Kuler"/>
		<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"/> 
		<context id="Panel/ShowGPU/context" value="面板 &gt; 顯示 GPU"/>
		<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="顯示浮水印"/> 
		<context id="Panel/ShowWatermark/context" value="面板 &gt; 顯示浮水印"/>
		<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>
