var fDesc=new Array(); fDesc[0] = "Lord Longstep has set off on a grand adventure across the globe to save the love of his life, Mary. After a whirlwind honeymoon, a mysterious secret society has kidnapped Mary Longstep for her mystical powers. The DARK society will use these mystical treasures for evil purposes unless stopped! Embark on a turn of the century Hidden Object adventure across the globe in a tale of intrigue and mystery to reunite the star crossed lovers in, Save Our Spirit!"; 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 = ''; } }