var fDesc=new Array(); fDesc[0] = "Olympic Organizer Deluxe is a powerful application that organizes and manages the Olympics/athlete data. This application has a built-in template that includes the organization of the athlete information, can create champion diaries, and so on. With an easy-to-use interface, this application is one of the most innovating organizers out there."; 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 = ''; } }