var fDesc=new Array(); fDesc[0] = "Edraw Infographic is a simple infographic software with lots of built-in icons and ready-to-use templates. You can easily get access to many libraries of infographic elements like business, charts, education, people, and so on. You can drag and drop infographic charts and maps and modify every element to your own requirements easily. Also, you can share and publish infographics to many commonly used file formats."; 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 = ''; } }