var fDesc=new Array();
fDesc[0] = "HARDiNFO have one of the most advanced CPU benchmark on the market with real application simulations which includes all kind of application task types ranging from Office/Word/Excel to Photoshop, 3D CAD math calculations and AI Neural Network Simulations.
You also can compare your benchmark results with other results online.";
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 = '';
}
}