var fDesc=new Array(); fDesc[0] = "MaxLauncher is a simple tabbed launcher that was designed to reduce the amount of time to find and run a program. It is capable of creating multiple data files, each of which can have a maximum of 10 tabs. Each tab and button is assigned a key (eg. F1-F10, 0-9, A-Z, etc.) based on the current keyboard. Simply press the hotkey (eg. CTRL+`) to activate the program then press the key that corresponds to the program you want to run."; 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 = ''; } }