var fDesc=new Array(); fDesc[0] = "Create your own banners and logos with cool effects. You start with a text and then you can apply many different effects and textures and colors. You can choose any form how to wrap the text. You can create 3d borders and shadows. For the background you can choose a texture or picture. You can even make it a button for your website. Or you can use it as logo or banner."; 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 = ''; } }