var fDesc=new Array(); fDesc[0] = "Hidden Expedition: Smithsonian Castle is a mystery puzzle game. Your old friend and H.E.L.P. operative Sam calls you in to investigate a strange anomaly at the Smithsonian Castle. You soon realize the H.E.L.P's connection with the anomaly and to the founding Smithsonian. You must unlock the secrets following the clues of the 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 = ''; } }