var fDesc=new Array(); fDesc[1] = "hot chicks! Roulette Sniper will make you win roulette over and over. Check it out. 100% Risk free, and free to try."; fDesc[3] = "You’ll be able to choose from 8 chix and take them for a ride round international circuits ranging from the sweaty jungles of the Amazon Basin to the streetwise cool of night-time San Francisco."; fDesc[4] = "hottest chick around by winning every race within the Hot Chix championship. If you don't fancy your chances in the championship just yet, you can practice the tracks using the time trial mode."; fDesc[5] = "loves balloons, and there are balloons scattered all over these winding jungle roads. The user has to help your Frog gather as many balloons as possible."; fDesc[6] = "games and a real paper constructor (named origami) using the patterns - paper characters, they are many alive characters like an eagle, chicks, bear, bees, dragonfly, swan and so on."; fDesc[7] = "chicks wearing lingerie that makes each man's blood boil."; fDesc[8] = ", chocolate eggs and the Easter bunny...we know you can't resist. A calorie-free treat for players of all ages."; fDesc[9] = "and fly through all kinds of unique mazes, collecting Chirps and fending off your enemies in the process."; fDesc[14] = "contains a limited scene with one melody. The full version, for $8.95, contains all three bunnies and one additional melody."; 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 = '...'; } }