var fDesc=new Array(); fDesc[0] = "Racing Log/Calculator keeps track of your races past and future (Running, Biathlon and Triathlon). Race Calculator finds your pace for swim; bike and run. Add your race pictures, splits, race summary, race checklist and more. Tracks your Personal Records. Produce Graphs, Lists and Printouts. Print race information with picture or print a list of selected races. Print Race Calendar and create a race plan. Share your races with others via email."; 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 = ''; } }