var fDesc=new Array(); fDesc[0] = "AAA Logo is a professional software to create the companies Logo. It is an easy way to create a valuable logo with minimum efforts. It allows to create logos for your website or print. It is easy to deal with AAA Logo - powerful logo maker / logo creation software. You can choose logo template from the library or start blank logo project. You can add new logo objects, customize/replace objects from a template, select from library of 8000+ logo objects! It is also possible to customize colors and effects and export your new custom logo for the Web or Print."; 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 = ''; } }