var fDesc=new Array(); fDesc[0] = "The Photofiltre Studio EXC is a modified version of Photofiltre Studio, which contains more additions, such as brushes, nozzles, plugins [...].

At installation, can be selected the language used in the program. He also accepts plug-ins of Adobe Photoshop 7/CS/CS2/CS3/CS4, the famous \"Plugins 8bf.\"

It is very easy to learn to use it, because there are thousands of tutorials spread on the Internet, mainly on the site \"Orkut\".

Without doubt, can be used in place of Adobe Photoshop on computers slower, because it has almost all his options."; 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 = ''; } }