var fDesc=new Array(); fDesc[0] = "If you spend long hours or days in front of your computer, whether for work, studies or hobby, you should always remember the physical damage that this could imply. Tiredness, small aches and muscle irritations, and repetitive stress that can be avoided by taking breaks every so often. Breat Time is an application that will help you prevent these types of problems, by taking recommended breaks and doing relaxing exercises and muscle stretching. In addition to advising you when it`s time for a break, Break Time also plays relaxing music, appropriate for a pause."; 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 = ''; } }