var fDesc=new Array(); fDesc[0] = "BlastStation2 is an All-in-One solution for BLAST searches. NCBI-Blast searches can be performed with easy-to-use interface. WU-Blast2 (Washington University Blast 2.0) search capability using the EBI server via web service1) is another feature of BlastStation2. WU-Blast2 can find similarities NCBI-Blast cannot find. BlastStation2 also supports standalone BLAST search on your PC. You can download database files from NCBI ftp server and/or create database files from your FASTA files with BlastStation2. BlastStation2 is available for Mac OS X and Windows platforms."; 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 = ''; } }