var fDesc=new Array(); fDesc[1] = "Novell Netware Servers. Novell Client can be used to view and access network resources, capture and manage printers, map drives, manage network passwords and manage rights to drives/folders/files."; fDesc[2] = "from the fifteenth century to the French Revolution. Plot: this game has its beginning in 1453, the year in which the Turkish take Constantinople"; fDesc[3] = "It lets you to organize ideas, projects, contacts, files, and Web pages associatively to capture your thinking and perspective. You can use PersonalBrain for business projects or for your own use at home."; fDesc[5] = "map. It basically shows a map of the Earth, that displays cloud changes in real time, as well as time zones for cities of your choice, plus weather conditions for all cities in the world."; fDesc[6] = "* Fully support full-text search. * Auto generate TOC and Index Item by parsing title or filename."; fDesc[7] = "wavelength, antenna lengths, etc. 3D coverage map. 2D line of sight graph. Calculate path loss / various models. Predict power/range requirement changes."; fDesc[8] = "This means that you have to search for certain items on different locations, according to a list provided that dictates what to look for. What you have to do is to help Larry, Moe and Curly to find a hidden treasure and buy the building before they get evicted."; fDesc[9] = "Civil War. You will also find a very helpful map with cities, geography and dates of that time. Each map shows you the opposing armies along with the territories controlled by each."; fDesc[10] = "the text on the page by Favorites Zoomer for FREE. Overview all your Favorites on one Map with ZOOMING feature."; fDesc[11] = "Bible based on the Hebrew and Greek texts for is for users to add to their BibleMax electronic library program. The BibleMax Library Platform is easy to use and contains 79 bibles, 24 Commentaries, with 22 selected References, 46 Christian Books and 4 Devotionals."; fDesc[12] = "of your site. Each link on your site is superimposed with a chart indicating the number of people clicking that link."; fDesc[13] = "help file and integrate it into an application. It reduces what could be hours of work into mere seconds."; fDesc[15] = "features. Creating the genealogical map is a visual experience."; 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 = '...'; } }