var fDesc=new Array(); fDesc[0] = "AKVIS ArtWork is designed to imitate different painting techniques. It can convert your photos into painting styles such as Oil, Watercolor, Gouache, Comics, Pen & Ink, Linocut, Pastel, and Pointillism. You can also combine these painting modes to create your own unique style. AKVIS ArtWork is available as a standalone program or as a plugin for Photoshop, AliveColors, PaintShop Pro, etc."; 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 = ''; } }