var fDesc=new Array(); fDesc[0] = "Adventures of Fox - a two-dimensional platform that is a fox game in arcade style. In this fox game you have to overcome various obstacles to help the Fox to reach his main goal. You may ask - what is the main goal? It's easy to find out if you download this free to play fox game and pass all the amazing levels together with the Fox."; 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 = ''; } }