var fDesc=new Array(); fDesc[0] = "Barn Yarn Collector's Edition
From the creators of Gardenscapes, a unique mix of Hidden Object and Simulation with the your favorite characters! Meet Joe and Tom again and help them repair an old barn purchased from a neighbor and prepare for the harsh winter. Hold sales of old things found around the house and purchase everything you might need to turn the ramshackle barn into a cozy and warm winter home for the farm animals. By the way, Joe has a dream... Do you think you could help him make it come true?"; 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 = ''; } }