var fDesc=new Array();
fDesc[0] = "DELTAMAXX digitally determines with high precision loss factor and capacitance of a test object.
Application and system integration is simplified. Phase angle and capacitance are determined by current/voltage or impedance measurements of the sample.
Can offer custom-designed as well as standard solutions for a broad range of test objects and capacitances.";
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 = '';
}
}