var fDesc=new Array(); fDesc[0] = "New York Mysteries: The Lantern of Souls is a hidden object game for Windows. The brutal murder of a rich lawyer's widow is not what it seems. Laura James, a reporter with the 'Daily News', was investigating an ordinary murder case when it all went to hell. The deeper she digs, the darker it gets. It seems that the roots of the case are buried somewhere in the history of WWII."; 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 = ''; } }