var fDesc=new Array(); fDesc[0] = "pyreadline is based on UNC readline by Gary Bishop. Basically, a readline is an editor that uses commands and key combinations in order to execute different functions or commands. Pyreadline is an extension for Python, based on the old UNC Readline. In fact, pyreadline is the next evolution of that software. Pyreadline is based on ctypes, which is in fact the interface that allows the execution of foreign functions in Python. By using ctypes, pyreadline becomes cross platform, as it can be used in Windows,"; 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 = ''; } }