var fDesc=new Array(); fDesc[0] = "This is a release candidate for 10.60 final on Windows, Mac and Linux/FreeBSD.
Remember to keep comments brief and to the point, but still descriptive and relevant. Try to avoid repeating things you have reported in the past, and allow other people's feedback to be heard as well. What we are mainly looking for is major new issues that we may not be aware of, such as recent (within the last few snapshots) regressions."; 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 = ''; } }