var fDesc=new Array(); fDesc[0] = "Clone Manager acts as an expert system to help with cloning simulation, enzyme operations and graphic map drawing. You can also use Clone Manager as a quick and easy way to view or edit sequence files, find open reading frames, translate genes, or find genes or text in files.

Main features:
- Prepare high-resolution graphic maps.
- Print, copy to clipboard, export to file.
- Enhanced Views of graphic map."; 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 = ''; } }