var fDesc=new Array(); fDesc[0] = "Presentation Time Meter is designed to track a presentation time. This program will help when you need to do a presentation using PowerPoint you can track and improve your presentation time. The program allow you to train your speak and stay on time when you have some time limitation for your presentation."; 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 = ''; } }