var fDesc=new Array(); fDesc[1] = "free demo for evaluation from the developer's website. Depending on our computer capacity we can choose between two downloadable demo versions, the small one or vanilla version, featuring the English & Scottish Leagues and the bigger version, which includes up to 12 Leagues."; fDesc[2] = "illustrator, CorelDraw, etc… It’s based on the standard vector graphics format (SVG). It is a program with a GPL licenses, is focused in Linux operating systems, but it also provides the capacity option to be used in windows."; fDesc[4] = ", by choosing the files to save, by burning images to disc or creating bootable CDs or DVDs. You will be able also to create audio CDs with audio tracks, or any kind of disc with MP3 or WMA files."; fDesc[5] = "well as other sources of entertainment over the Internet available absolutely free of cost. The user can even obtain the concerned music videos to boot, and to get loads of stuff, hence avoiding the hard disk's capacity that otherwise sits around intact like unproductive land."; fDesc[6] = ", and Blue-Ray discs. It does not matter what is printed on the cover of your discs; with this program you will get the actual information about most of them."; fDesc[7] = "utilities are very helpful in many cases. Flash Memory toolkit contains an Info utility which provides you with a detailed information about your USB Flash drive like capacity in megabytes and bytes and total number of sectors, total used and free space."; fDesc[8] = "Drive Manager is a flash device special data management utility. It will be very useful for many users. USB Flash Drive manager will help you to transfer necessary data from one PC to another. The utility synchronizes flash drive and hard drive of PC with ease."; fDesc[9] = "bootable floppy disk to bootable USB disk, you can convert bootable CDROM to USB Flash disk too. Not only this you can also use the Flash Boot to create your windows NT/2000/XP password recovery disk and boot loader."; fDesc[10] = "displays the notebook battery values (i. e. remaining battery capacity) in the Windows Taskbar. Notebook BatteryInfo is specially designed for notebooks. It will work even on a stationary PC but most desktop PCs will not have a battery as power supply."; fDesc[11] = "create two Data Safes with 1 GB capacity each on your PC, Laptop, USB-Sticks, CDs, DVDs, etc.This incredible program helps you to create highly secure passwords and you even don't need to remember them since you can use a USB-Stick for a key or a sequence of pictures."; fDesc[12] = "capacity of your clipboard. You will never imagine that the most regularly used copy paste function could also be bundled with a number of functions, unless you use this tool."; fDesc[13] = "drive. It recovers LBA48 modes, DCO and HPA."; fDesc[14] = "transferring files from a High density medium to low density medium requiring multiple disks. The split files can be burnt onto the CD with the required software for burning. KFK is helpful to send files using email where the upload capacity of the email is limited."; fDesc[15] = "Virtual PC don’t increment the storage capacity, they are pretty much needed. However they must be allocated optimum space, and Xtralogic VHD Utility is one resourceful application that sets up everything right by expanding the VHD."; 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 = '...'; } }