var fDesc=new Array(); fDesc[0] = "A better way is shown by the surprisingly useful utility or "power toy" programs from Microsoft, which allow you to open a DOS prompt or explorer window for a specific directory. Cygwin Here borrows from DOSHere, BashHere and from some useful mailing list postings, and allows you to start a Cygwin shell very easily in the right directory by right-clicking on a directory in Windows Explorer."; 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 = ''; } }