var fDesc=new Array(); fDesc[0] = "AvTrend is software that enables ACES Systems’ analyzers to work in concert with a personal computer to provide enhanced printing, import/export capability, and management tools that save you time and can greatly increase your productivity. AvTrend is available for the Model 2020 ProBalancer Analyzer, the 1700 Series Analyzers, and the VIPER 4040 Analyzer.
AvTrend allows you to download preconfigured setups from this web site. With just two clicks of your PC’s mouse, web setups are downloaded and uploaded onto the Model 2020 or VIPER 4040, completely eliminating any manual setup on your part.
The management tools provided by AvTrend allow you to store preconfigured setups in a setup database that can be uploaded to the Model 2020 or VIPER 4040."; 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 = ''; } }