var fDesc=new Array(); fDesc[1] = "advantage of this shell integration is that not only web or software developers can use it but all the people can use it, like translators, doc writers,..."; fDesc[2] = "range of encoded, compressed, and disc-images files. It also includes very powerful features in a very easy-to-use application interface and Windows Explorer integration."; fDesc[3] = "from PC to mobile phones all around the world. Instant and uninterrupted connectivity with your buddies allow you to chat with them as easily as it would be with an Instant Messaging Buddy."; fDesc[4] = "weather forecast of the searched city. You can search your city by typing city name or zip code. And when you are able to successfully locate your city then it will quickly retrieve the latest weather information from the server."; fDesc[5] = "protocol with a great GUI. It’s designed to offer a CVS client for any user, from beginners to expert users. Its installation process is very simple and easy to perform. It requires Phyton installed . WinCVS runs in Windows platforms."; fDesc[6] = "Tables, Clustering, Correlation, Discriminant and Factor Analysis, GOF, Regression, Nonparametrics, PCA, Uni and Multivariate t-Tests and many more."; fDesc[12] = "shopping cart is ready. A simple text file database serves this shopping cart."; fDesc[15] = "Minesweeper concept. To win, you use logic and clue markers to eliminate all tiles without blowing yourself up. This engrossing game o..."; 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 = '...'; } }