var fDesc=new Array(); fDesc[0] = "Work Performer is a program what will help you to save a huge amount of precious time performing tasks in your computer without your participation. The original algorithm integrated into Work Performer allows recording every mouse and keyboard action and subsequently reproduce them. The program may also be used for creation of visual tutorials and presentations."; 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 = ''; } }