var fDesc=new Array(); fDesc[0] = "Use the full power of your multi-core computer for fast, responsive data processing on Wyatt Technology’s patented analysis infrastructure. Let the computer do the work. Process one file yourself, and let ASTRA handle the rest. Find any result in just a few clicks, and incorporate them into your reports. Change number formatting and presentation at will."; 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 = ''; } }