var fDesc=new Array(); fDesc[0] = "MikroWin is a complete package for the flexible evaluation of all microplate test kits.

The software can control a reading process for every microplate orientated reader (Luminescence, Fluorescence, Photometry etc.). The measurement data produced in combination with Sample ID's is saved shortly after measurement has been completed. After the raw data is saved it is processed by a test specific parameter file. The result may be printed or exported. Each test has its own specific parameter file, therefore an almost unlimited number of tests maybe saved and used at the appropriate moment.

The overlay and layout of the microplate used in the parameter file is flexible, this therefore suits all applications. The partitioning (layout) and overlay is visualised in the user template and is not fixed. Upto 12 different tests (or standard curves) may be defined on one microplate. Test controls or (standards and concentrations) may be assigned in any position, each individual control / standard is colour coded to aid the user. 16 different control types are at the disposal of the user.

MikroWin uses a multiple layer matrix calculation system to calculate the end results of a test, this allows the most complicated test formula to be broken down to a step by step process. Each result of up to 16 matrixes may be then combined for a complete print protocol. The matrix layer feature can be compared to common table calculation software.

MikroWin offers the user a qualitative distribution with upto 10 different layers (e.g. Poshigh, Pos, Pos low, Doubtful, Neghigh, Neg). Each threshold limit may assigned with a algebraic formula or value. Each flag may also be colour coded allowing easy identification of particular results. The test results may be combined (e.g. Sample ID's, Measurement values, Qualitative) on one screen. Combined results or individual results may be printed, each layer or combination of layers may be defined with its own font, text height etc., allowing the user total flexibility.

MikroWin has a large amount of curve fitting routines which can be used for the calculation of concentration of measurement values. Concentration may also be calculated in a non linear situation. Standard routines include Regression, Point to Point, Spline, 4Para, Logit Log etc.). Up to 12 reference curves can be processed on one microplate. All curves may be saved, so that standards don't have to be pippetted again on following plates.

MikroWin allows the user to see an online graphic of all wells during the kinetic measurement. Any well or set of wells may be marked and then enlarged for more detailed examination. Individual graphics of wells may also be printed. Comprehensive data reduction algorithms may also be used for calculating conditions like (Delta/Min and Onsetime etc.)."; 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 = ''; } }