var fDesc=new Array(); fDesc[0] = "CuteSITE Builder is a program designed to help regular people create Web sites and Web content without learning HTML programming or graphic design. Using CuteSITE Builder, you can build and publish Web sites yourself, quickly, professionally, and painlessly.

Like a Web site, a CuteSITE Builder file is made up of individual pages. Each page contains a chunk or unit of information. You connect pages and the information within pages (for example, a phrase or title) using links – similar to the links you see in this Help system. CuteSITE Builder makes it easy to create links and keep them updated as your Web site grows and changes."; 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 = ''; } }