var fDesc=new Array(); fDesc[0] = "Create logos, icons, business cards, letterheads and other business graphics with no hassle! Jeta has thousands vector icons and templates
Start your design with one of 800 logo templates, modify it by replacing icons and styles and you will get unique design in just a few minutes!"; 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 = ''; } }