var fDesc=new Array(); fDesc[0] = "GnuWin provides ports of tools with a GNU or similar open source license, to modern MS-Windows (Microsoft Windows 2000 / XP / 2003 / Vista / 2008 / 7),patches for making programs run on MS-Windows 9x (95 / 98 / ME) and NT will not be updated; existing code patches will not be removed so that new releases of existing packages may still run on 9x and NT, but no new changes will be made. If a package does not run on 9x or NT, use an older release."; 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 = ''; } }