var fDesc=new Array(); fDesc[0] = "This application is designed for those who frequently use computers and want to improve work efficiency.

Most especially, it'll be very useful for the people who have difficulty controlling themselves in certain situations such as Internet or game addiction.

TimeMan enables users to track time related with daily tasks and see the results graphically.

The major purpose of this useful tool is to make users determine and improve work efficiency."; 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 = ''; } }