var fDesc=new Array(); fDesc[0] = "WebDwarf is our free web page builder for the creation and publishing of Web pages.

With WebDwarf drag-and-drop page builder you do not need to know HTML, just layout your page by placing and moving your images and text wherever you want with the click of your mouse.

Create backgrounds, rotate objects, spell-check your work.

When you're done, use the built-in Publisher to upload your page to whatever webhost you choose to use."; 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 = ''; } }