var fDesc=new Array(); fDesc[0] = "The ProQuant software is a dedicated application that serves the purpose of optimizing calibration curves, and saving or calling runs. Using this tool, the user can create custom reports, export data to DOE software and perform many advanced functions with great ease.

ProQuant is very handy in situations wherein the user wishes to optimize the known response curve for any discipline with the variable responses such as Chemical, Immunoassay, Biochemical and Biological analysis, Instrument calibration, yielding precise results within no time.

In this way, the program also helps the user to achieve increased R.O.I. for development cycles and production monitoring, and it comes with customizable features such as calibration, imprecision and other advanced options, which caters to the needs of the professional users.

As a whole, the tool basically provides a quick solution for characterizing and optimizing calibration curves, which involves smaller sample size but accurate results without any complex set up. Moreover, the application is suitable for all categories of users, produces reliable results, and comes with additional options such as reports and graphs as well as data archiving option to save processed analysis data, enabling the user to recall the previous analysis data for recalculation and review in highly compressed format at a later stage."; 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 = ''; } }