var fDesc=new Array(); fDesc[1] = "is a small town. By day it´s a quaint village full of sunshine and banter, by night a place haunted by hoof beats and spectral laughter."; fDesc[2] = "features a colorful, customizable user interface which is really easy to use but not really attractive. You can choose one of several cool color schemes, and also specify the program's window size."; fDesc[4] = "flaming molten rubber that coats the terrain. Side Kick - Bullets fire from the sides of the playfield. Blockade - Encase enemy tank in a hollow shell. Stun Gun - Two bullets are launched, spreading out over time."; fDesc[5] = "developed in Visual Basic and you need a Visual Basic interpreter installed in your computer. You can preview the menu in your default browser by clicking a button in the tab bar."; fDesc[6] = "can use it for picking players of games or situations that require a random partner. The program can also re-order your list in a haphazard way."; fDesc[8] = "in your clipboard. The program is useful for writers and magazine editors that are required to write a determined number of characters and lines."; fDesc[9] = "and printer Give your mom, friends and family a big smile by creating a greeting card especially for them. Never again buy one of those overpriced, mass produced, commercial greeting cards. No more canned phrases and artwork. Use your own words, sentiment and creativity. Don't chase around after hollow sounding Hallmark cards. Drop in your photos direct from iPhoto or use the graphics we supply. How often do you get to express your feelings for your mom, dad, friends and family? Coming soon --> Christmas - Hanukkah - New Years Birthdays - Anniversaries - Holidays - Get Well - Good Luck - Graduation Weddings - Engagements - New Born Babies - Sympathy - Thank You So many occasions and so many friends and family. How many greeting cards do you buy in a year? FACT: The average US household purchases 35 greeting cards a year from stores! At $5 dollars a card that equals $175. Save money..."; fDesc[10] = "will allow you to add new buttons to your Internet Explorer window. You can save your precious time and effort by using this program, since you will be able to add any button you like, so that it will be faster and easier for you to execute any desired command later on."; fDesc[11] = "powerful tool which can function either as a stand-alone application or in combination with ETABS or SAP2000."; fDesc[12] = "find out the source of a horde of mutants. The game is played in a top-down view, using only the keyboard to control your character. The game has its flaws, but there is a demo so you can see if you like the game."; fDesc[13] = "or higher required."; 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 = '...'; } }