var fDesc=new Array(); fDesc[0] = "XParanormal Spirit Radio is program that attempts communication with spirits of the dead that could produce intelligible audio responses. Using up to 20 real internet radio stations, this program randomly sweeps at the desired rate through each channel. It includes 3 sweep modes: the traditional mode to sweep like a standard ghost box, random silent mode or the dual sweep mode similar to the ghost box P-SB11."; 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 = ''; } }