var fDesc=new Array(); fDesc[0] = "Fantasy Mosaics 6: Into the Unknown is a mosaic puzzle game. You must solve the mosaic and restore the beautiful garden destroyed by a dark wizard that came from a distant alien world. You also journey across the universe to restore the garden to its former glory. This game features spectacular scenes of alien landscapes."; 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 = ''; } }