var fDesc=new Array(); fDesc[0] = "Nearwood Collector's Edition is a hidden object game in which you will set out on a voyage with Jane Lockwood into a mysterious world of danger and adventure, into a whirlwind of magic and wonder. As you encounter a host of unusual and amusing creatures and help them in their troubles, you will inch closer and closer to your final goal – finding Jane's long-lost parents. Find out why time came to a standstill, and drive the ancient evil out of Nearwood once and for all."; 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 = ''; } }