var fDesc=new Array(); fDesc[0] = "On the island, on which the fox and his family dwell, an old bridge collapsed into the water…
All you have to do in this funny arcade game is to help the fox and build a new bridge which will connect the island to the rest of the world!
Have fun with this funny game!!!"; 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 = ''; } }