var fDesc=new Array(); fDesc[0] = "Version numbers shown for open-source components indicate the versions used as the basis for Sourcery G for Power EABI. CodeSourcery makes extensive enhancements to the base versions, adding support for more CPUs, improving code-generation, and addressing defects found through its validation process. Sourcery G for Power EABI is available for the following host systems: IA32 Windows,IA32 GNU/Linux"; 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 = ''; } }