var fDesc=new Array(); fDesc[0] = "This is the perfect computer program for anyone into Ghost Hunting or any other types of hauntings. This program lets you record detailed information such as: DATE OF OCCURANCE, TIME OF OCCURANCE, LOCATION, GPS INFO, HISTORY LOCATION, TELEPHONE NUMBERS, NOTES, COMMENTS, SIGHTING INFO, SOUNDS, ODORS, TEMPERATURE ANOMALIES, and more. This program features: Unlimited number of records (investigations), Print Charts, Print records, Search, Sort, Built-In Help File, Import and Display Photo's for each investigation and more."; 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 = ''; } }