var fDesc=new Array();
fDesc[0] = "Best WEI is a program which cardinally improves your system performance index!
OS Windows Vista and Windows 7 contain native tools for power evaluation of your computer – the so called performance index.
When estimating the price or selling a computer experts take into account just the values of performance index or separate hardware components such as a processor, RAM, graphics for Windows Aero and 3D games, HDDs.";
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 = '';
}
}