var fDesc=new Array(); fDesc[0] = "Do you need to find perfect font for your project and fast? Do you have 500+ fonts and can't find exactly the one you need? Are you tired of spending money on expensive applications that are complicated to use and very slow? Now we are proud to tell you that your problems are solved! We present you sFont. Small, fast and easy-to-use, sFont will help you find exactly the font you need as fast as possible. User interface is so friendly and intuitive you will be familiar with all its functions almost instantly. Just try and see for yourself."; 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 = ''; } }