var fDesc=new Array(); fDesc[0] = "MikroWin PlateOrganizer offers two views of the microtiter plate. The upper view indicates a line of sample identification data for each of the individual positions of the microtiter plate. Each line is divided into different columns holding the specific identification data. This view is arranged like a list. The lower view represents the microtiter plate in matrix form. This view exclusively serves for visualization of the current microtiter plate overlay and filling state.

MikroWin PlateOrganizer extends the possibilities of MikroWin 2000 concerning input and administration of sample identification data. On the one hand the MikroWin PlateOrganizer is able to distribute sample identification data to up to 10 columns, so that e.g. for each sample, a sample ID, an expiration date, a batch number, a stock location etc. can be assigned to. On the other hand, the PlateOrganizer provides a comfortable method to enter sample information data, independent of MikroWin 2000. Therefore, several microtiter plates can be prepared before the actual measurement is taken place."; 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 = ''; } }