var fDesc=new Array(); fDesc[1] = "will keep you playing for hours. Something great about this game is that it combines the classical puzzle mode with an adventure going on on the screen."; fDesc[2] = "Maya to get the success she has ever wanted in the fashion industry. It will be a tough road but it will be very funny and entertaining. You will be able to design clothe and travel around several cities of the United States of America."; fDesc[3] = "creative and entertaining. It has got over forty levels and it has got hundred of garments. You will have to help kate cut,, measure and sew her clothes to go throughout the levels."; fDesc[4] = "application. If your voice can be easily identified, this software changes your voice so nobody can recognize you. Your voice will be changed dynamically by modifying its pitch and frequency. Also, you can add echo and background music."; 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 = '...'; } }