var fDesc=new Array(); fDesc[1] = "for him: he can either catch lots of butterflies and dragonflies or fall into insects' clutches himself."; fDesc[2] = "the Bugs' realm and tries to find all christmas gifts. This addicting game has elements of Arkanoid but combined with puzzle solving."; fDesc[3] = "unwelcome dexterity test. With FreeSnap, you can move and resize windows with your keypad. Just fire up the program, and you can use hotkeys to center windows or send them to all corners of the screen. You can use the \"plus\" and \"minus\" keys to resize windows without tiresome clicking and dragging."; fDesc[4] = "furry creature named Dweep through a series of thirty challenging logic puzzles. Every level is laid out with obstacles and useful items such as..."; fDesc[6] = "waiting for you. Doughman has to defeat many enemies on his way to rescue his beloved."; fDesc[7] = "Ideal for Tablet PCs or situations where a keyboard is not always available."; fDesc[9] = "challenging fun. Your mission is to direct cars around a track that you dynamically configure with a road mover. Numerous obstacles make your task more difficult, including multiple cars and tracks, motorcycles, trains, rivers, bridges, all-terrain vehicles, oil, and more. To win, you must drive through all flags in order. Rounds become increasingly difficult as the game progresses. The game content is suitable for all ages, but Intersection is geared toward adults. Difficulty levels, distractions, window size, sound, and other game parameters are adjustable in the Options panel. An Efficiency Bonus mode is available for those who enjoy \"precision driving\". Statistics are available for each level. Help is included with the game. This is no mindless shooter game, because it takes time to master how to shape the track to win. Intersection requires equal amounts of patience, memorization,..."; fDesc[11] = "plenty of handy power-ups to help you out, but only your memory skills and knack for big combos will help you win!!!"; fDesc[13] = ", swift thinking and dexterity. Now available for free download to general public. Quick, get in the line!"; 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 = '...'; } }