var fDesc=new Array(); fDesc[0] = "The GameDiary personal sports organizer combines the best elements of an athlete's scrapbook, digital photo album, diary, and sports statistics application. - all in a single, easy to use Windows application. GameDiary is a youth sports software application that goes far beyond old-fashioned scrapbooks and software "photo albums" by letting you collect ALL of the media which tells the story of an athlete's sports experience."; 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 = ''; } }