var fDesc=new Array(); fDesc[0] = "Pub2Bib allows you to keep the reference list of your dissertation up-to-date. Simply enter the PubMed article's ID (PMID) or let Pub2Bib find it for you in the PubMed database. Choose a template, e.g. BibTeX, plain text, HTML, or comma separated value (CSV, allows further processing with Excel, Access and other popular applications).
Imported data can be edited and finally saved to your target BibTeX, plain text, HTML, or CSV file. (Templates can be customized to allow export to other file formats.)"; 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 = ''; } }