var fDesc=new Array(); fDesc[0] = "Oddly Enough: Pied Piper is an enchanting hidden object adventure that puts a quirky twist on a classic tale. The story of the Pied Piper has ended with the rat catcher luring the children of Hamelin out of town, never to be seen again. Deciphering mind-melting codes, repairing bizarre machines, and cooking up strange concoctions are just a few of the tasks that lie ahead."; 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 = ''; } }