var fDesc=new Array(); fDesc[1] = "just in beta version. This program-client provides access to the music online shop Nokia Music Store, lets you organize, discover and download music, create playlists and then copy it to mobile device."; fDesc[2] = "program, every time when you connect player to the computer, will start up offering you to check if there is any media files on the drive. The program has handy interface."; fDesc[3] = "modified version of the game is used by the US Marines. There are so many options and features that make this game just great. If you haven't played it yet, you certainly should."; fDesc[4] = "Webshop with point and click ease. This powerful ecommerce solution is trusted by over 203,000 online shops around the world."; fDesc[5] = "integrates with Adobe Photoshop, Paint Shop Pro Photo and other photo-editing applications. It gives you the power to apply any imaginative effect to an image surface without disturbing its original details."; fDesc[6] = "and intuitive user interface allows every eCommerce newbie to develop and publish a professional online store at the touch of a button."; fDesc[7] = ", SMS-Marketing and management reports. Now with a full AJAX admin tool."; fDesc[8] = "the most popular forms of payment - Paypal. With this program you will be able to create your online shop without knowing how to integrate PayPal."; 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 = '...'; } }