var fDesc=new Array(); fDesc[0] = "EazyMedical formats in the American Medical Association style (AMA 10th edition) and includes EazyLibrary.

EazyMedical also includes APA, MLA, and Turabian styles (APA 6th edition, MLA handbook 6th edition, Turabian 7th edition/Chicago Manual Style 15th edition). Plus you get support for referencing AMA, APA, MLA, and Turabian emails, and writing jounral articles.

EazyLibrary allows you to search libraries from around the world. Search by library, author name, title, or subject. Save your APA, MLA,and Turabian citations into your EazyDatabase in one eazy click."; 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 = ''; } }