var fDesc=new Array();
fDesc[0] = "An Application Program Interface (API) for Runtime Code Generation.Binary rewriter support for dynamically linked binaries on PowerPC/32 and BlueGene/P platforms. Binary rewriter support for statically linked binaries on x86 and x86_64 platforms.Improvements to parsing speed. Reductions in memory usage.This release supports Power/PowerPC (Linux, VxWorks), BlueGene/P, x86 (BSD, Linux, VxWorks, and Windows NT/2K/XP).";
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 = '';
}
}