var fDesc=new Array(); fDesc[0] = "With hundreds of plug-in filters now available for expanding your host applications, it becomes essential to have an easy way of organising all the installed files.

Plug-In Switch was developed in order to help users disable Photoshop filters on a temporary basis and re-enable them again when needed, without having to completely uninstall the plug-ins each time. A handy time-saving tool.

Remember, you must use Plug-In Switch BEFORE running your host application for the settings to take effect. Do NOT try to enable or disable filters while your host program is running!

Requirements:

- XP, Vista or Windows 7
- 512MB of RAM (1GB recommended)
- 2.4MB of hard disk space for installation
- 800 x 600 screen resolution
- Adobe Photoshop
- or other plug-in compatible software
- Any *.8bf format plug-in filters"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }