var fDesc=new Array(); fDesc[2] = "borbs, each bubble has different personality like Mary Ann that is nice, Crabby that has bad humor, Ranty and fuzzball. Plan each of your shots to get extra points and to stop borbs to get to the dangerous zone or the game will be over."; fDesc[3] = "provides voice-changing capabilities of various personalities, right from a cool dude down to a matured elderly lady. This tool can be used for adding fun and comedy to instant messaging and voice-overs."; fDesc[5] = "you find different challenges of matching pairs of identical cards and figures where you should collect them and clear all of them from your screen board."; fDesc[10] = "famous actress at any time you want. You will be able to see her posing in very revealing outfits, bikinis, lingerie, and even some nudity. She looks so hot that your screen might start to melt at her sight."; fDesc[15] = "Memories game. In this game will you find different challenges of matching pairs of identical cards and figures where you should collect them and clear all of them from your screen board."; 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 = '...'; } }