var fDesc=new Array(); fDesc[0] = "For ages, fairies gave people dreams to help them sleep. Then a young apprentice named Emily broke the dream jar and all the night visions soared away! Now you must help Emily collect the missing dreams as quickly as possible. Fortunately, some charming creatures will be on hand to help: magic sheep! You job will be to send the sheep into a house to help the people inside fall asleep, which will allow you to collect their dreams. The only dreams Emily won't be collecting will be yours -- because you won't want to quit playing this thrilling and addictive game!"; 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 = ''; } }