var fDesc=new Array(); fDesc[1] = "Racing\". Here you will become a driver of a nice sports car, and your mission will be to compete in illegal street races through big cities, and in this way, earn money, prestige, and make improvements to your sport car."; fDesc[2] = "of the fiery lava mouth and shift from scorching meteorites. The sea of adrenaline is waiting for you along the road."; fDesc[3] = "score points by exploding them. Your only help is your faithful dog, Sheriff, who will chase away the thieving polar bears who are trying to take the most important supplies."; fDesc[4] = "& predictor tool, plus personal scan zone and a distance measuring tool. Email, pager/cell phone alert"; fDesc[7] = "and unique levels ensure hours of fun. Funky music tracks and vibrant graphics beautifully enhance the 60's retro theme."; fDesc[8] = "by giving us the tool called, TaskMate Pro. From TaskMate Pro first release to current release it has evolved up to a large extent. TaskMate Pro is a tiny tool which was only created for Auto Shutdown, but today it has many different features included within."; fDesc[10] = "the Scorpion into a trap by moving fruit."; 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 = '...'; } }