var fDesc=new Array();
fDesc[0] = "GMABooster is a free (donationware) program, available for Windows®, Mac® OS and Linux®.
GMABooster is the world's first and only performance boost solution for Intel® Graphics Media Accelerator series, available for Windows®, Mac® OS X and Linux®.
Offering up to an astonishing 2.4x of extra processing power for Your computer's integrated graphics engine, the GMABooster is a must-have tool for every user interested in advanced 3D gaming, truly flawless Windows® Vista/7 and Mac® OS X experience, smoother operation of Google® Earth, improved video playback, and perfomance gain in a variety of professional applications!";
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 = '';
}
}