var fDesc=new Array(); fDesc[0] = "GIMP for Windows and Mac with a huge amount of Open Source or otherwise free or public domain plugins. windows version has installer. mac version must be assembled but has zip files.
This package is not (yet) officially associated with the GIMP project. I just make this package available for people who need it."; 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 = ''; } }