var fDesc=new Array(); fDesc[0] = "Help young adventurer Laura Jones and her grandmother discover Nikola Tesla's greatest invention! After receiving a mysterious package full of clues from the late Tesla, the hunt is on! Solve puzzles, collect the parts needed to start Tesla's invention, and pass the extraordinary trials. Laura Jones and the Legacy of Nikola Tesla will test your Hidden Object skills as you race against time and the other people chasing down the invention!"; 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 = ''; } }