var fDesc=new Array(); fDesc[0] = "PhotoLine 32, imaging software, layout program, vector editor, batch converter and web editor with many functions. Among the standard features like painting, cloning, filtering, blending and flood fill it offers many special effects like squirl, shadow, glowing, distorb, morphing, 3d projection and dynamic layer effects. PL32 supports many picture formats. It can do transparent and animated GIFs, CMYK, multiple undo/redo levels, plugin filter, actions, animations, poster and label printing."; 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 = ''; } }