var fDesc=new Array(); fDesc[1] = "you’ll be able to transfer photos, video from smart phone Nseries to your PC, organize them and place at the online service Ovi. It is also possible to transfer content from the PC to the smart phone and at the same time all the files will be converted to the appropriate format."; fDesc[2] = "technology generation of virus recognition. Ad-Aware SE Personal protects your system against malicious programs, identifies and removes spyware and makes a fast scanning."; fDesc[3] = "installed in our computer or Pocket PC. Students, for example, can save their AutoCAD projects done at the university or college and view them at home in their PC later, without AutoCAD or Internet connection. We can edit, measure, calibrate, zoom, view layers, block attributes."; fDesc[4] = "(typically a scanned document page) and creates editable text from it. The re-creation of the documents is done in perfect formatting and the converted documents look exactly like the original."; fDesc[5] = "application that makes great use of your screen real estate to allow you to move and manage your files with ease. By default Q-dir uses a 4-pane design. You can open any folder on your computer in any of those panes."; fDesc[6] = "transforms it in a window to the universe. We can use it as Wallpaper or as a Screen Saver, if you use anyone of both you can choose to refresh the view every certain amount of minutes, in the map area can download more maps and apply the zoom."; fDesc[7] = "outside a space shuttle window and marvel with the magnificent views of the Earth. You will feel just as an astronaut on a space mission flying around Earth and enjoying breathtaking views of everything that happens below."; fDesc[8] = "thrilled with the views you are about to see. You will visit a beautiful small western town located somewhere in the West. Delight yourself watching the train station and the mining facilities of that time."; fDesc[9] = "computer rendition of planet Earth, and space views of the Moon, using the state-of-the-art technologies to produce realistic, high-resolution images."; fDesc[10] = "software is all in one Address Book, Daily Journal, Day Planner, etc. It provides the usual day, week, month and year views for your calendar, and lets you see abbreviated or expanded views of your address book."; fDesc[11] = "videos and get popularity fast. The program interface is very intuitive, simple and clean, you must to paste your Youtube url in the visit box, you can change the Delay, threads, timeout and hits."; fDesc[12] = "makes it possible for developers, designers, bloggers, etc., to easily create and manage MySQL databases. The program's interface proves to be very smart and user-friendly, with many tools and helpful wizards."; fDesc[13] = "objects with a great quality and detail. The program is divided in two utilities: 3D Designer and Animator. Its GUI is very useful offering 4 views: a main view and 3 additional views (top, rear and side)."; fDesc[14] = "downloaded through Internet from Earth and Moon viewer, made by John Walker. EarthClock can use jpeg and gif images downloaded from websites. It is possible to add your own views."; fDesc[15] = "Increaser will start opening your Myspace profile page in an inbuilt web browser time after time. If you are an artist and need to be exposed to a bigger audience, then, the more visits you have, the more likely it will be that your page becomes featured."; 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 = '...'; } }