var fDesc=new Array(); fDesc[0] = "FlatIconMaker is a powerful, flexible icon drawing application that allows you to easily create flat icons, outline icons, glyph icons or photo-realistic icons. FlatIconMaker features an advanced vector drawing environment that allows users to freely change the icon outline. The application includes 30 standard drawing tools such as Rectangle, Ellipse, Pencil, Bezier, Polygon, Transfer, Riper, Clone and more."; 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 = ''; } }