var fDesc=new Array(); fDesc[0] = "Where data is mapped to genomic tracks, the SignalMap browser provides a simple browsing interface. Data in GFF or BED file formats can be readily imported and analyzed with no limitations on the number of datapoints. When imported annotation files contain embedded URL information, clicking on genomic features such as genes launches your web browser and directs you to the associated public database information for that gene."; 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 = ''; } }