var fDesc=new Array(); fDesc[0] = "MyLogo Maker is an innovative and easy to use product that makes it possible for any business owner to design professional business logos, create advertisements, design nice page headers for a web site and other identifying graphics in just minutes. The powerful and easy to use features of MyLogo Maker include hundreds of fully modifiable logo templates and objects categorized by industry and interest, high quality graphical engine, creative tools and special effects."; 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 = ''; } }