var fDesc=new Array(); fDesc[0] = "GeneMarker application is a unique genotype analysis app which integrates new technologies enhancing the speed, accuracy and ease of analysis. Biologist-friendly, this tool is an excellent alternative to Applied BioSystems Genotyper and GeneScan or GeneMapper tool; LiCor's SAGA, MegaBACE Genetic Profiler and Fragment Profiler, SeqencePilot, or MRC Holland's Coffalyser.Net software."; 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 = ''; } }