var fDesc=new Array(); fDesc[0] = "Full featured record and statistics management system for sports league secretaries and treasurers. The program was originally designed for bowling and is currently used by Ten Pin, Duck Pin, Candle Pin and Five Pin leagues. However, the program can now be customized for use by any sports league where teams compete periodically and records need to be maintained. Many people are using the program to maintain records and stats for sports competitions on video game systems such as Nintendo Wii Bowling."; 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 = ''; } }