var fDesc=new Array(); fDesc[1] = "It features slideshows, templates with three-dimensional effects, high transparency and even Vista-looks, along with useful tools for a highly sophisticated website design and management."; fDesc[2] = "for a beginning web master. It doesn’t require HTML knowledge. The web site is created by wizards and pre-made templates. There are a lot of tools and features that make your work easier. LMSOFT Web Creator is very powerful."; fDesc[3] = "RSS, Atom, and RDF formats are supported)."; fDesc[4] = "information you want to broadcast to the Net by filling fields on a form, and RSS Creator will generate and publish an RSS feed for you."; fDesc[5] = "site in seconds."; fDesc[6] = "be a computer science guru and learn Internet technologies. Our editor makes work with RSS feeds maximally simple."; fDesc[7] = "own RSS newsfeeds and podcasts. RSS Feed Creator PRO - is the best solution for WYSIWYG editing of RSS feeds."; fDesc[8] = "feeds on your machine and upload new messages through FTP to your web sites."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }