var fDesc=new Array(); fDesc[1] = "insights into how their local and network drive space is being consumed."; fDesc[2] = "player too. You can view, edit, enhance and manage all your photos in couple of clicks. Ai Picture Utility supports drag drop feature that enables the user to work faster. Ai Picture Utility has in-built unzipper that can extract multiple zip files in single click."; fDesc[3] = "A devotional is a book containing a reading of the Bible for every day, as well as reflections and discussions of the texts. The program allows you to read the devotional for the day and week, as well as to print and preview the text."; fDesc[4] = "with simplicity, clarity, and devotion, and this enormous six volume original work has inspired preachers and scholars for over three hundred years."; fDesc[5] = "building blocks to put together a complete database application in minutes."; fDesc[6] = "as just a bit of fun... Or does it work by divine intervention? Whatever you believe, it can help you gain valuable insights."; 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 = '...'; } }