var fDesc=new Array(); fDesc[0] = "The game is a small but good 2D platformer made with Unity. Tea is a very popular and quite tasty drink. And the game is dedicated to tea. It is necessary to deliver tea from point A to point B within a certain time. However, not all so simple. To complete the level, you must also collect certain pieces. Namely: sugar, lemons and keys. They need to be collected in certain places on the level. There are also various obstacles at the levels. Needles, saws, ghosts. If you bump into them, you will lose. Control in the game is carried out either by arrows or AD, here as it is convenient for you. To jump, use the Space key. In general, this is the whole description of the game! Good luck with your walkthrough!"; 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 = ''; } }