var fDesc=new Array(); fDesc[0] = "Hanna Harlow, the hostess of the world`s favorite decorating television show, is looking for the next design superstar in Yard Sale Hidden Treasures: Lucky Junction! Find the exact items you need in the yard sales of Lucky Junction, and create divine décor out of derelict debris. Redesign rooms in your neighbor`s homes, and propel yourself into T.V. stardom in this exciting and fun Hidden Object 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 = ''; } }