var fDesc=new Array(); fDesc[1] = "the movement of files considerably and it also adds several functions that are not present by default on Windows. When you are copying files with TeraCopy you will notice that you are given more information than before."; fDesc[2] = "to convert paper documents and image files into fully editable text documents. In the 9.0 version, overall accuracy has been increased especially on documents containing tables, legal documents, multilingual documents, and digital camera captured images."; fDesc[3] = ", voiceless 22nd-century space marine called by the Union Aerospace Corporation to its Mars research facility to face a set of with mysterious problems. The game supports only up to four players on a handful of maps and in a small number of different deathmatch-style modes."; fDesc[4] = "carefully, trying to find the items on the list. When you see an item, just click on it to update the list. In order to finish the level you have to find all the items on the list. In each level, you have to find the “special clue” to finish it."; fDesc[6] = "the babysitter of baby monsters. Some of the actions you have to take care of are: placing babies in a crib for a nap, putting hungry babies in a high chair to be fed, after a fight, put both babies band-aids on, among others."; fDesc[9] = "Dive into the depths of the Atlantic and explore the world of the Titanic full of mysteries and secrets of the past."; fDesc[10] = "doesn't use many of your system resources. For Windows users it is often a nightmare to run iTunes because of how long it takes to run when it is not already in the RAM memory."; fDesc[11] = "is a young woman in the babysitting business who’s obviously not afraid of monsters, since the special thing of her business is that she takes care of baby monsters instead of baby humans."; fDesc[13] = "their needs like feeding them, sleeping them, playing, and curing them. Earn money keeping babies happy and go to the store to upgrade your things, like the bed, your shoes, and other items that will help you make your job faster."; fDesc[14] = "technology, so the files you lock become inaccessible by any means except with the password you set. You can lock and unlock multiple files with just two mouse clicks or unlock and open file, with the appropriate application, just with a mouse click. FileLocker is an unbeatable in its category and a must to have for every one who considers security of a most importance."; fDesc[15] = "out the secret in time?"; 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 = '...'; } }