var fDesc=new Array(); fDesc[0] = "Use your supernatural ESP to rid the city of malevolent spooks and spirits in this eerie Hidden Object game! You`ve inherited a paranormal investigation business from a retired friend, whether you like it or not! Use your trauma-born ghost-seeking abilities to save humanity from an assortment of hideous specters. Take a walk on the wild side of the spirit realm in Paranormal Agency!"; 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 = ''; } }