var fDesc=new Array(); fDesc[1] = "donations while shopping on the web. This small program inserts itself into the web browser, and shows an initial window for the user to select the country of origin. Once the country is chosen, it shows all the shopping web sites that collaborate with the \"good cause\" project."; fDesc[2] = "application. Asynx Planetarium is, as its name indicates, a virtual planetarium that you can use on your PC totally free of charge. It provides four different views: Horizontal, Geocentric, Heliocentric and Intro Screen."; fDesc[3] = "problems of a writer. It is an excellent tool for organizing and administrating texts during the writting process that also allows importing projects that are being developed or that have already been finished."; fDesc[4] = "one hour, or play web trial. In this game, Nana has invited us to come to her adoption center and manage it. We must look after stray animals. We must give them food, water, and keep them clean and healthy. Then we must match the animals with their perfect owner to be."; fDesc[5] = "Optimization. The main tab of the system is the SEO Analysis which, in turn, includes the five following tabs: Page Summary, Outgoing and incoming links, meta tags, and images."; fDesc[6] = "apparently there is a market for these applications. RapidHarvest boasts that it is the only download manager that allows you to create your own scripts to detect Rapidshare links on any website."; fDesc[7] = "search for items, browse in the eBay categories or access \"my eBay\". Place bids or buy items you like just with your remote control."; fDesc[8] = ", the club's finances, user defined reports and much more. Serves as a tool for the club's officers."; fDesc[9] = "the early 1990s and is supported entirely by donations and volunteers.The programs that players use to connect to FIBS are also mostly free programs written by fibsters.3DFiBs is one of these programs. It is not directly affiliated to FIBS. It simply connects to the server and presents the functions inan easy to use graphical format. The original FIBS games were played on DOS type scrolling X|O representations of the board andmoves had to be typed in as numbers (sounds like a nightmare but the brave pioneers of internet backgammon forged the way)For those of you too young to remember.. yes, there was a time before clicking on icons with a mouse was invented.Monitor screens were black and white, commands had to be typed in at a command prompt (a flashing C->) and there was no minimizing maximizing and moving windows around."; fDesc[10] = "along to the computer they definitely will attack your keyboard. They will be surprised when BabySplat starts popping up colorful shapes and play all kind of funny sounds."; fDesc[12] = ", reports, queries, import/export. Complete yet VERY easy. Upgradable - great for growing nonprofits."; fDesc[13] = "all money earned and spent. Keep track of your cash flow and categorize spending on groceries, entertainment, gas, rent, laundry, bills, donations, and..."; fDesc[14] = "software gives you an easy way to manage, track, and organize data of a small fundraising organization."; 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 = '...'; } }