var fDesc=new Array(); fDesc[0] = "ResqMi is a new tool for analyzing, viualizing and editing Resequencing Microarray data. ResqMi is free software.

Today, a new version of ResqMi is released. We have reworked several core structures including file parsers to be more efficient and portable. ResqMi furthermore features new visualization and export tools for CHP and CEL files, including an in-detail array image view for CEL file quality control. This tool allows to display intensities and other measurements from CEL file features as physically layouted on the array. Different plots, also for comparing two arrays, and color gradients are available."; 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 = ''; } }