var fDesc=new Array(); fDesc[0] = "Introducing Easy Flyer Creator ! A simple, easy to use Desktop Publishing software application, designed to help you create, design, print, share your Flyers, Brochures, Leaflets, Certificates, Photo Frames, Door Hangers, Tickets, Posters, Signs from built-in Templates. Most important of all, you don't need to be a graphics designer or publishing expert because it automatically builds your flyers and other publishing material for you. Just provide photos and details and Easy Flyer Creator does the rest for you."; 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 = ''; } }