var fDesc=new Array(); fDesc[0] = "The Fruit Slicer game is a space where the player is given the opportunity to cut fruits flying up at different speeds. It is important to note that you cannot miss a single fruit without cutting, otherwise the player will lose life, of which he has only 3! For each cut fruit, the player is awarded 1 point. How many points do you think you will get?
The Fruit Slicer game is a space where the player is given the opportunity to cut fruits flying up at different speeds. It is important to note that you cannot miss a single fruit without cutting, otherwise the player will lose life, of which he has only 3! For each cut fruit, the player is awarded 1 point. How many points do you think you will get?
The Fruit Slicer game is a space where the player is given the opportunity to cut fruits flying up at different speeds. It is important to note that you cannot miss a single fruit without cutting, otherwise the player will lose life, of which he has only 3! For each cut fruit, the player is awarded 1 point. How many points do you think you will get?
The Fruit Slicer game is a space where the player is given the opportunity to cut fruits flying up at different speeds. It is important to note that you cannot miss a single fruit without cutting, otherwise the player will lose life, of which he has only 3! For each cut fruit, the player is awarded 1 point. How many points do you think you will get?
The Fruit Slicer game is a space where the player is given the opportunity to cut fruits flying up at different speeds. It is important to note that you cannot miss a single fruit without cutting, otherwise the player will lose life, of which he has only 3! For each cut fruit, the player is awarded 1 point. How many points do you think you will get?"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }