var fDesc=new Array(); fDesc[1] = "PrimoPDF is easy to install and use, it does need .net 2 framework to be installed on the machine prior to using this tool. PrimoPDF is compatible with most of the windows operating systems."; fDesc[2] = "of time travel that we are used to. Instead, it is more of a mental, inner journey to the past of the main character's ancestors. You play him, the main character."; fDesc[3] = "organizing and settings options on your screensavers. To properly speak, you only will be able to manage screensavers created by people from 3Planesoft."; fDesc[4] = "(e.g. red eye) or get creative. Use for web, email, or print. Photoshop plugins, animation, and much more. FREE. Registration required."; fDesc[5] = "Word files. When converting one file into another, the program will allow you to preserve the original layout, images, text and more PDF's information. You can convert one or a group of files per time."; fDesc[6] = "key for your Windows XP, along with the installed Windows Version and Service Pack. You can then replace the product key, and the registration info, with whatever you want."; fDesc[7] = "of commonly encountered engineering problems. Engineers have to work over and over again with a wide range of formulas, constants and algorithms, so it’s very convenient for them a library that provides quick access to all those important information and tools."; fDesc[8] = "in a fast and easy manner. You’ll be able to add music, videos and animations. With this version, you’ll be able to create promotional screensavers and shareware screensavers. It works on Windows 98, Me, 2000, 2003, XP and Vista."; fDesc[9] = "encrypted file in addition to an Array, ArrayList or test file."; fDesc[10] = "that you may need this information some time. But don't worry, now you have the opportunity to have a versatile database perfectly organized with detailed information about your programs."; fDesc[11] = "sites` exposure on the Internet and draw maximum volume of targeted traffic. It allows you to save time and expenses for site promotion campaign"; fDesc[12] = "equal tiles. There are chain tiles locked and they cannot be swapped, you need to match them with adjacent tiles. There are 100 levels. Available for Windows and Mac"; fDesc[13] = "option for training Hold'em Limit and NoLimit. Have fun!"; fDesc[14] = "detailed database of your programs. Thus, you will have a point of reference for each installed program on your PC when you need it."; fDesc[15] = "member area user id's and passwords, email used for purchase) , Website logon information, User id's and passwords, Drag and Drop from Outlook"; 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 = '...'; } }