var fDesc=new Array(); fDesc[1] = "images, Create boot discs and disc images, Copy CDs and DVDs. Additionally it features parallel erasing, importing sessions and simultaneous disc writing."; fDesc[2] = "removing the ones that are not necessary making your system perform better. It has a very simplistic user interface where you can choose which applications to optimize as well as the time intervals for optimizations to happen. Minimem works quietly on the background."; fDesc[3] = "to interact effortlessly with their Students either on an individual, group or full classroom basis. Includes internet monitoring."; fDesc[4] = "Windows Messenger passwords stored on your computer."; fDesc[5] = "of users gave feedback to the developer and he decided to build the application from scratch. I wish more developers took users advise in consideration for new versions."; fDesc[6] = "pay attention to this tool intended to perform the two basic actions you need in this regard: to create .zip files, and to open them."; fDesc[7] = "It is a free downloadable program that will work for you only after buying a prepaid account to make phonecalls through fone2globe. Not useful for other Voip pbx or services."; fDesc[8] = "you need to have the Office suite installed before installing it. Metadata Analyzer will look for information that is embedded in your files whether you are aware of it or not. If you want to replace or erase that information, however, you need another application."; fDesc[9] = "like your child to play developing and interesting games we advise you to try BrixFormer."; fDesc[10] = "(NSE). It uses a powerful, fully researched asset allocation algorithm, which will minimize the risk on your investments. It will tell you when to buy, sell and hold your investments, so you can efficiently manage your portfolio and make profit. All completely free!"; fDesc[11] = "you avoid overstrain by locking your computer and forcing you to take a 5-minute break every 30 minutes."; fDesc[12] = "Office documents and removing any instances of hidden data from your workflow."; fDesc[13] = "do not disturb you? Do you think it is impossible? So we advise you to play Play Blackjack Forever!"; fDesc[14] = "disturb you? Do you think it is impossible? So we advise you to play Island Black Jack!"; 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 = '...'; } }