var fDesc=new Array(); fDesc[1] = "organize, browse, locate, and view creative assets. Bridge provides centralized access to project files, applications, and settings, as well as XMP metadata tagging and searching capabilities."; fDesc[2] = "itself to the active window, giving you a search box that you can use to access any reference content that you buy and download to your hard drive (in this case, the Oxford English Dictionary)."; fDesc[3] = "Pascal programming. It's similar to Delphi IDE when Borland was in charge of it. It provides the possibility to import Delphi files, like units, projects and packages. Its GUI is friendly and easy to use. It runs in Windows, Linux, FreeBSD and MAC OS platforms."; fDesc[4] = "finds which AcuPoints are opened at a given date. It implements antique Chinese Techniques: Zi Wu Liu Zhu ...."; fDesc[5] = "browser and fast picture viewer for convenient reviewing and selection."; fDesc[6] = "world in 2D. You don’t need to download or search for any map. Just starting the program will show you the world map and you can navigate through it using the pan tool or zooming marquees."; fDesc[7] = "field. Based on this, other companies created programs that help strengthen the options for these large companies. In this occasion we are reviewing a program called Gmail Account Creator; this is software which allows you to create unlimited Gmail email accounts in seconds."; fDesc[8] = "our souls, why don’t we have at least a screensaver with this exceptional season? Why don’t you take a quick visit and pick up from its main site an original screensaver. In this occasion we are reviewing for you a screensaver called Friends Christmas Clock."; fDesc[9] = "type by mouse click. Everyone says, \"Wow! Very very nice and Easy program\". Do you want to try? It is totally free.."; fDesc[10] = "full of graphics, snow and more, accomplished with beautiful music. Live web cameras are connected to the screensaver to provide a window into his magic world and deliver Christmas spirit straight to your place."; fDesc[11] = "device (e.g.xDSL modem or home LAN switch). It?s an easy-to-use, functional and absolutely free network tool."; fDesc[12] = "site a find out what is new! We are reviewing for you a screensaver called Christmas Adventure. This reminds you all those exciting feelings, and gives you an ultimate chance to watch Santa Claus; spectacular views full of animals, snow accomplished with beautiful music."; fDesc[13] = "released periodically new screensavers, clocks, wallpapers, videos and these is classified by Top PC Savers, Categories and much more. We suggest a detailed visit to its main site a find out what is new! In this occasion we are reviewing for you a screensaver called Christmas Deer Clock."; fDesc[14] = "periodically new screensavers, clocks, wallpapers, videos and these is classified by Top PC Savers, Categories and much more. We suggest your visit to its main site a find out what is new! In this occasion we are reviewing for you a screensaver called Fascinating Waterfalls 2008."; fDesc[15] = "Monitors."; 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 = '...'; } }