var fDesc=new Array(); fDesc[1] = "RegEdt32, Registry Workshop adds many powerful features that allow you to work faster and more efficiently with registry related tasks."; fDesc[2] = "software protection techniques and obfuscation algorithms."; fDesc[3] = "in the same Excel file or two different Excel files. Excel 2000 or higher required."; fDesc[4] = "and drop them into Boomer Audio and convert to Flash."; fDesc[5] = "snippets and save them along with any other files into a directory structure that gets converted automatically to HTML"; fDesc[6] = ", Logos, Banner Ads and Slideshows for your Website. Make dynamic presentations: Panning, Fade-in, Fade-out, Transitions, etc."; fDesc[7] = "the internet."; fDesc[9] = "query strings, redirections and cookies. ASPHelp processes scripts independent of the paths of execution allowing all paths to be included."; 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 = '...'; } }