var fDesc=new Array(); fDesc[0] = "Photo Reactor is dynamic photo editor software.

Main features:
- Easy way to share new effects.
- Scriptable with high level c language.
- Loads and re-interprets Adobe Photoshop *.PSD files with layers.
- Call other graphic applications from within the interface.
- Extendable with SDK and plug-ins (such as QR Code Generator ).
- Professional tools such as vectroscopes and monitors."; 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 = ''; } }