var fDesc=new Array(); fDesc[0] = "Ascella Fullscreen Timer assists you with your sport activities and allows you to measure the time you've spent for particular exercise and display the time in Full-Screen mode with large digits which allows to see it from the other side of your room.
For example, it's useful when you practice yoga, do chin up, push-up, toe squat, slew a hoola hoop, etc.
You will easily see the time you've spent being away from computer display and will hear the sound when your exercise should be accomplished."; 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 = ''; } }