var fDesc=new Array(); fDesc[1] = "see the desktop of a remote machine and control it with your local mouse and keyboard, just like you would do it sitting in the front of that computer. TightVNC is: * free, GPL-licensed; * useful in remote administration, education, and for many other purposes; * available for Windows and Unix"; fDesc[2] = "dark history of this New Yorker police detective who had to infiltrate with the worst criminals of the local mafia to find out about the death of his family."; fDesc[3] = "first stand-alone expansion pack launched for the fifth installment of the game. This expansion should not be missed by any fan of this amazing strategy saga."; fDesc[4] = "not want in your Windows Vista Setup Disc and It also lets you do the opposite, integrate drivers, updates, language pack or service packs in the setup easy! However due to the all new Windows Vista Imaging system, you should get some files from Microsoft that requires patience!"; fDesc[5] = "Heroes art book; 3 exclusive in-game maps; Exclusive \"visual only\" in-game artefact; Heroes of Might & Magic II. The 1.6 patch for the Collector's Edition includes a number of bug fixes and enhancements to the user interface."; fDesc[6] = "interface. However, it couldn't be suitable for all cases (for example on last DVD movies featuring new copy-protection methods like DVD-43)"; fDesc[7] = "phones´ firmware. Update Service Pro is free, but it is meant to be used by retailers who sell Sony Ericsson phones. Thus, the program itself can be downloaded for free, but you have to enter the details of the retailer."; fDesc[8] = ", icons, contextmenus, non-filesystem items, infotips,renaming.The new version has a variety of new shell functionality ."; fDesc[10] = "cascaded manner with identical displaytexts, icons, overlayicons and virtual folders, along with AutoComplete funct."; fDesc[11] = ", AutoUpdate, dragdrop, icons, contextmenus, non-filesystem items, infotips.The new version has a variety of new shell functionality."; fDesc[12] = ", folders and optionally files in a cascaded manner. The new version fully supports VS 2005 and .Net 2.0 and has some new features and functionality."; 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 = '...'; } }