var fDesc=new Array(); fDesc[1] = "application is a stronghold of stability and reliability. There is so much to say about this application. Perhaps the most important aspect to comment about the change of name is that, since then, the application includes a portal for high definition content."; fDesc[2] = "Po, the panda who is trying to master his Kung Fu skills. Although this is not a revolutionary game, it could prove a fun addition to your collection. The user controls are not too elaborate, the graphics are not top-of-the-line, but those pandas can be darn cute and adorable."; fDesc[3] = "pretty darn good for the basic tasks that one is faced with day in and day out. This is also an Adobe Air application, so you can use it on Windows, Mac or any compatible operative system."; fDesc[4] = "sites, and other secure programs. You remember one password. Darn! Passwords! remembers all the rest."; fDesc[5] = "gunner on one of the ships. Reload your gun and start shooting at that Japanese planes until the last one is shut down."; fDesc[6] = "conference style where participants all have equal rights."; fDesc[7] = "applications."; 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 = '...'; } }