var fDesc=new Array(); fDesc[1] = "protection. This incredible program combines nine powerful tools to protect your privacy. With Steganos Safe you can protect your sensitive Data by creating as many encrypted hard drives as you like."; fDesc[2] = "Suite, that automatically erases tracks left behind while surfing the web and working on your PC. This incredible also deletes surf history and footprint left behind using Messenger, Google Toolbar and Desktop Search, last files used, music lists in Media Player and search queries."; fDesc[5] = "and highly effective way greatly increasing the quality of code and speed of development by combining intrinsic safety with increased performance."; fDesc[7] = "Yahtzee, Swedish Yahtzee, Maxi Yahtzee (6 dice), Triple Yahtzee (3 columns) and Kismet (colors)."; fDesc[11] = "CommentMakerPro create comments that are compatible with a popular document generation tool Doxygen."; 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 = '...'; } }