var fDesc=new Array(); fDesc[1] = "allows the user to customize the LightScribe settings and even keep track of the system’s information. The user can double click on the LightScribe icon placed in the system tray on the right lower corner of the Windows desktop screen."; fDesc[2] = ", and much more - to ensure that you have the power to protect yourself online."; fDesc[3] = "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[4] = ", Restore, Close etc. are remained intact. It adds four new menu items - Always On Top, Transparency and Minimize To Tray and Priority."; fDesc[5] = "for your computer."; fDesc[6] = "which the player builds an empire in the Medieval era. Stronghold 2 offers more content than its predecessors Stronghold and Stronghold Crusader"; fDesc[7] = "functionality at a time. Everything you need to enjoy your favorite song or movie, you can find in this program. A brand variety of audio and video effects and different special features make video viewing or music listening unforgettable."; fDesc[8] = "This amazing game developed by Media Contact LLC and distributed at GameTop.com offers the shooters fans frantic action within the stars."; fDesc[9] = "Devices. There is also a Tablet Manager (with its associated Tablet button) for use with the Latitude XT and later models of tablet PCs."; fDesc[10] = "and services. It includes how-to and reference documentation, sample code, technical articles and more. To find the content you need, browse the table of contents or use search. To get the latest MSDN headlines sent to you via e-mail, you can sign up for the MSDN Flash Newsletter."; fDesc[11] = "is compatible with D3, D2Xs, D2X, D2Hs, D2H, D300, D200, D100, D80, D70s, D70, D50, D40X, D40, D1X, D1H and D1SLR cameras. You can connect your camera via USB, Firewire cable or WiFi adapters."; fDesc[13] = "performance"; fDesc[14] = "that allows you to save and keep every version of your files and if you detect any change or bug you can retrieve all this versions and know exactly what changes were made and find bugs in case there is any. CVSNT runs on Windows, Linux, Mac OS, Solaris, HPUX 11i and HPUX Itanium platforms."; fDesc[15] = "space as possible. You must know that Windows XP System Restore default settings use up to 12% of your disk space, creating a Restore Point every 24 hours and maintaining old points for 90 days before deleting."; 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 = '...'; } }