var fDesc=new Array(); fDesc[0] = "Bad Games Timer includes three very important features to prohibit the loss of the time passed. (1) The program frequently saves data, (2) prevents accidental resets with a 'reset lock', and (3) has an 'undo reset' button. The time displayed is automatically converted to a whole number for easy entry into your favorite billing software. There are many options to change the timer's behavior and appearance, including resizing. Timer also includes functionality to notify of updates."; 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 = ''; } }