var fDesc=new Array(); fDesc[0] = "The database selection screen allows you to tell EventHorizon where to find the database. With this you can have more than one computer working with your show.EventHorizon will track the number of attendees, cars, exhibitors, and sponsors. As well, it will report the total dollars received. When you record revenue from participants the total will display on the 'Show' screen"; 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 = ''; } }