var fDesc=new Array(); fDesc[0] = "Epsilon is a toolbox full of premium tools you can use to get your job done quickly, easily, and with minimum fuss. The program automatically loads the appropriate file and goes right to the definition. Press a key to return to the original file. This makes it easy to work on large projects; jump from function to function with simple keystrokes."; 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 = ''; } }