var fDesc=new Array(); fDesc[1] = ", columns, and graphics. All the features of a perfect PDF editor, PDF to Word and Excel converter makes this program nearly the best solution for your PDF-related problems."; fDesc[2] = "easy-to-use product. By using this features rich software you not only can create professional looking logos but you can also use it to create headers for a website page, advertisements and other graphics in fraction of time."; fDesc[3] = "format, that you will be able to download and read in your computer, at a fraction of the cost of the paper issues. In order to be able to read any magazine, you should create an account and buy the magazines you want to read at www.zinio.com."; fDesc[4] = "own custom Windows desktops. DesktopX works by giving Windows its own native desktop object system. With it, users can add objects to their desktops that can do nearly anything the user imagines. Objects can be combined together to create mini-applications or used to build entire desktops."; fDesc[5] = "intuitive and easy to use. No skills are necessary for starting the job, but the options and possibilities make this application suitable for beginners and experts."; fDesc[6] = "impresses everyone is its superior speed. Even if you open multiple PDF documents or books, it will not slow down your computer. It takes a fraction of memory as compared to other high end PDF reader softwares."; fDesc[8] = "friends by creating and sending customized e-mails. The latest version of our bulk mailer has added a FREE html email editor and 10+ templates."; fDesc[9] = "what applications are using bandwidth, who is using them, and for how long. NetFlow export version 5 export is currently supported"; fDesc[10] = "you streamline your fixed asset organization and record keeping. You will be able to quickly and easily keep track of the current location of your assets and who they are currently assigned to. Maintain vendor info, employee data and maintenance records. AssetManage eliminates the headaches of calculating asset depreciation by automatically generating depreciation tables using the Straight-Line, Double-Declining Balance, 150% Declining Balance, Straight Percentage or Sum of Years Digits depreciation methods. - Supports an unlimited number of locations and assets. - Attach files and Internet links to your asset records. A great way to keep track of related documents such as invoices or maintenance documents. - Select from the AssetManage library of standard reports or easily create your own. Standard reports are automatically calculated and formatted. - Reports can be exported to Excel,..."; fDesc[11] = "which are commonly used in the Imperial measurement system. Plus, the radius of circumferences can be calculated and much simpler operations can be done, such as additions, subtractions, divisions, etc. It also converts cm to inches and vice-versa."; fDesc[13] = "is helpful in solving problems based on speed, distance and time,percentage,quadra tic equations,Areas and perimeters,fractions,A rithmetic and geometric progressions,Laws of Sines and cosines,mean and standard deviation."; fDesc[14] = "measurement, perform basic calculations, convert between units & keep track of a series of operations"; 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 = '...'; } }