var fDesc=new Array(); fDesc[0] = "Keep-Alive is designed to be a non-intrusive application that will patiently wait for a Toontown window to show up. Once one or more Toontown windows have been loaded, Keep-Alive goes to work. This program also has a feature that is called "Golf Line". To enable this feature, right-click on the icon that is located in the System Tray then choose "Golf Line"."; 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 = ''; } }