var fDesc=new Array(); fDesc[0] = "Investigate the dastardly deeds of a wealthy socialite and prove your fiancé is not a thief in Snark Busters: High Society! Love, envy and revenge join forces to make the hunt for the Snark more exciting than ever in this all-new hidden object adventure! The day after world famous photographer Elizabeth Hughes announces her engagement to a handsome gardener named Nicolas Fortright, the wealthy Duchess Daffington accuses the young man of stealing a precious family heirloom. With her beloved behind bars, Elizabeth sets off to learn the truth.
Solve riddles that reveal pieces of the larger puzzle; follow the trail of clues through mirrors and into the backward world, where the Snark remains as elusive as ever; and chat with charming ghosts, each of which has a quest for you to solve. Stylish steampunk visuals bring the world of the Snark to stunning life, while the professionally voiced characters deliver a spellbinding story of humor and suspense. Can you catch the Snark? You're closer than ever!"; 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 = ''; } }