var fDesc=new Array(); fDesc[0] = "Jane’s wheat cultivation has been tampered with in the midst of a dangerous thunderstorm. Some think it was just a prank, others think it was the work of aliens from outer space! Use this handy strategy guide to help Jane unravel the perplexing mystery through a journey of shocking revelations and solve The Crop Circles Mystery! Discover who is responsible in this fun hidden-object game, and find out what is going on once and for all! It includes helpful tips and tricks and in-game screenshots."; 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 = ''; } }