var fDesc=new Array(); fDesc[0] = "Labyrinths of the World: Stonehenge Legend is a hidden-object game for Windows users. Your sister Margaret was nearly killed in a recent explosion at Stonehenge, which has ripped opened two magical portals that are spewing ice and fire. MI6 has sent one of their top agents to help contain the calamity before these elemental forces destroy the world. You will team up with him to find a way to enter these new worlds and uncover the cause. Along the way you’ll discover the true purpose behind Stonehenge, one of the world's oldest mysteries."; 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 = ''; } }