var fDesc=new Array(); fDesc[1] = "personal details of every member of the family, as his birth date, gender, date of death, email, as well as phisical details, relevant notes and every detail you should need, including photos."; fDesc[2] = "fans of word games. Including the amazing “Boggle Blast” mode, Boggle Supreme has been packed with lots of great features such as a new computer player called Betty who will teach you the game and also challenge you!"; fDesc[3] = "robberies. Law enforcement bodies are no longer able to curb well-armed gangs. A special task force squad has been called to interfere."; fDesc[4] = "coolest theme: Luna Royale. It includes the Aero cursors as well as system icons (My PC, My Documents...) and all the system sounds from Windows Vista."; fDesc[5] = "games. With a similar exciting action such as that one experienced while playing Hop and Dodge, Varmintz has come into existence to deliver fun and entertainment all throughout its 50 crazy levels!"; fDesc[6] = "Southwest Airlines. It also allows you to check in online and check your flight status. It saves your time and money. By using this freeware you can get pretty low fare deals directly on your desktop."; fDesc[7] = "with the work of administration, the hassle of transferring files, backups and sharing content; Windows HomeServer attacks all these fronts."; fDesc[8] = "distribute. You can make better presentation for your software this tool can help the developers to make more professionals projects. You can choose between 17 shapes that the program have: program boxes, CD, E-books covers, magazines and brochures."; fDesc[9] = "Plot: In this game you will go to Europe in the Middle Age, where everything was controlled by the feudal lord. You will have the opportunity to became a member of the European society of the Middle Age."; fDesc[10] = "network that began in 2006. The community was initiated and it´s maintained by teens, but It accepts anyone as a member. In order to use MoneyMaker you should, of course, be a member of MyYearBook."; fDesc[11] = "this genre. Not many free shooting games are as good as this one. Fun and excitement are guaranteed."; fDesc[12] = "organizations, sociaties, clubs, camps, interest groups, associations, health clubs.."; fDesc[13] = ", the club's finances, user defined reports and much more. Serves as a tool for the club's officers."; fDesc[14] = "School Administrator is the program to maintain class members, and member attendance history."; fDesc[15] = "records, track overdue payments, produce various reports within minutes and much more. More info on www.tacomputing.net"; 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 = '...'; } }