Option Array control entries

imagelink => "none" or "album" or "large"
windowtarget => "_blank" or "_parent" or "_blank-js" or "_blank-cfshow"

imagelink - [none|album|large]

What type of image to link to when the image is clicked. None indicates no link will be provided.

windowtarget - [_blank | _parent| _blank-js | _blank-cfshow ...]

If this is present a target tag is inserted with the contents. This is simply passed through. You can add anything in there (I think) - probably even javascript.

_blank-js

Requires the file cpmfetch.js to be included in your page. That provides the javascript to display the image correctly.

_blank-cfshow

Uses the cfshow.php file to display the image. This will be expanded greatly in the future.