var fDesc=new Array(); fDesc[0] = "Hidden Expedition: Smithsonian Castle Collector's Edition is a hidden object adventure game. Your old buddy and H.E.L.P. operative Sam calls you in to investigate a strange anomaly at the Smithsonian Castle. You soon learn there’s more to this anomaly than meets the eye, and H.E.L.P’s reach stretches back to the Smithsonian’s historic founding. Unlock the secrets of time travel as you follow the clues into the Smithsonian Castle’s Civil War past."; 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 = ''; } }