var fDesc=new Array(); fDesc[0] = "SRSFixDB is a SRS fix electronic notification database utility that allows you to correct certain information in electronic notification databases that were sent to the BR. It fixes certain problems that were caused by earlier versions of Spacecapture and problems caused when the database is edited using programs such as Microsoft ACCESS. It also removes BR processing data from electronic notifications that were created by exporting notified assignments from the SRS.mdb."; 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 = ''; } }