var fDesc=new Array(); fDesc[0] = "Page Builder V2.2 has all that is required to make a even a fullscreen Web page maximum 1260 x 768 or multiple pages. No complex programming required, just drag the objects into place either from within the program or import them. To help get you started 100 fully functional templates are built into the program. You can modify the templates in what ever way you choose including adding your own photos, over 1000+ animations (the list is growing), text, music, video. When you have completed designing your Web page click on the "Create" button to build all the files and add them to a folder of your choice. From there they can easily be added to a folder on your website/server including the HTML file that you link to. It's an easy 3 step process. Included on the first page is a silent instructional video."; 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 = ''; } }