var fDesc=new Array(); fDesc[1] = "individually and directly. The game consists of creating Sims characters and building them a life, to satisfy their aspirations, to comply their dreams, etc."; fDesc[2] = "a realistic looking environment with different scenarios. AssaultCube works on 64-bit MS Windows (Windows 2003 Server/XP/Vista), All 32-bit MS Windows (95/98/NT/2000/XP/Vist a/2003 Server) and All POSIX (Linux/BSD/UNIX-like OS’s."; fDesc[3] = "displays the notebook battery values (i. e. remaining battery capacity) in the Windows Taskbar. Notebook BatteryInfo is specially designed for notebooks. It will work even on a stationary PC but most desktop PCs will not have a battery as power supply."; fDesc[4] = "their own family photos and text. The program comes packed with professionally designed templates and matching graphics."; fDesc[5] = "one coconut palm, and he occupies his time with various activities, like fishing, lighting a fire and cooking food, and many other things."; fDesc[6] = "their avatars, as per their taste; be it the voice of a fox, cat, squirrel or something else. It features voices of 10 different animals including that of a Bigcat Male, fox female, fox male, Bunny Female, Squirrel Male, a Housecat Female, Housecat Male, Wolf Female."; fDesc[7] = "a fortune!"; fDesc[8] = "browser. You just need to configure your Google Calendar and supply the information in the \"Calendars\" window. You can utilize multiple calendars and downloads the events so you don't have to be online at all times."; fDesc[9] = "program is packed with images, fonts and layouts. SureThing Holiday Labeler works with common label stocks from your favorite office supply or SureThing.com."; fDesc[10] = "asteroids as possible (and any other flying object that may appear on scene), and try to destroy them completely, or at least divide them into smaller pieces. At the same time, we must stay alert and try not to be hit by any of the flying rocks/objects."; fDesc[11] = "game Missile Commander. This time the new released version features direct3d-based graphics. The game play is very similar: What you have to do is shoot down the incoming Intercontinental Ballistic Missiles."; fDesc[12] = "selling in days not weeks."; fDesc[13] = "graphically display sprin185kler demand vs. water supply."; fDesc[14] = ", statistics and a messaging system that will connect you to any user of the system. It's easy-to-use and it really helps you to buy and sell!"; fDesc[15] = "difficulty. An innovative pop up combination tool helps you eliminate combination. Hint button, pencilling and automatic pencilling."; 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 = '...'; } }