var fDesc=new Array(); fDesc[0] = "Adventures Potatoes - This is a continuation of a series of games about potatoes and Sasha. Sanya was still fired, and now the potato decided to avenge him. But truffles brought all their power to you. But the potato is not so simple and knows a few secrets. But there are too many of them, so just dodge !!!"; 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 = ''; } }