var fDesc=new Array(); fDesc[0] = "Vectr is a free graphics editor used to create vector graphics easily and intuitively. Unlike raster graphics, vector graphics are always crisp and clean. You can create blur-free logos, presentations, cards, brochures, website mockups, or any 2D graphic with Vectr. You can send anyone a Vectr document for real-time collaboration without the wait. Others can watch you create and edit designs live, whether you’re in the web app or desktop version."; 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 = ''; } }