var fDesc=new Array(); fDesc[0] = "MiraiBio DNASIS MAX is a bioinformatics software for DNA/RNA/Amino Acid sequence analysis. DNASIS MAX bioinformatics software helps life scientists edit, annotate and analyze DNA, RNA and amino acid sequences. It includes a comprehensive set of analytical tools and can be expanded with optional homology search, multiple alignment and base calling and sequence assembly (Phred/Phrap) modules.

Features:
- Launch analyses with a single click
- Edit multiple sequences simultaneously
- Easily add sequences with the new sequence input wizard
- Import numerous file formats
- Display DNA Auto-Sequencer trace files alongside your sequences
- Homology search
- Multiple alignment
- Restriction enzyme site search
- Primer/Probe design
- siRNA design
- Design and simulate cloning experiments in silico
- Draw genetic maps for presentation and publication
- Visually search for PCR primers, restriction sites, and motifs
- View High Quality Genetic Map
- Automated Sequence Assembly
- Manage sequences, trace data, and quality values
- Phred/Phrap (Optional)
- Create custom analysis workflows
- Process a large number of sequence files simultaneously
- Scripting and Open API"; 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 = ''; } }