/*
	ADOBE SYSTEMS INCORPORATED
	Copyright 2008 Adobe Systems Incorporated
	All Rights Reserved.
  
	NOTICE:  Adobe permits you to use, modify, and distribute this file in accordance with the 
 	terms of the Adobe license agreement accompanying it.  If you have received this file from a 
 	source other than Adobe, then your use, modification, or distribution of it requires the prior 
 	written permission of Adobe.


	INSTALLING AND RUNNING THE PATCHPANEL PHOTOSHOP EXAMPLE
		
	FOR PHOTOSHOP CS4 

	1. Copy your ppexamples.swf and ppexamples.jsx to the Panels folder at [PHOTOSHOP]/Plug-ins/Panels/...
		WINDOWS:	C:\Program Files\Adobe\Adobe Photoshop CS4\Plug-ins\Panels\...
		OSX:		/Applications/Adobe Photoshop CS4/Plug-ins/Panels//...
		
	2. Select Window/Extensions/ppexamples
	
	3. Press the "Run Test" button.	
 */

function ExtendScript_init( initScript ) 
{
	try
	{
		return eval( unescape( initScript ) );
	}
	catch( e )
	{
		alert( "Error (" + e.num + ") in file '" + e.fileName + "', line " +  e.line + ":\n" + e.message );
	}
}
