var fDesc=new Array(); fDesc[0] = "The Citation Wizard is a free online utility that automatically generates citations according to MLA style speficiations. The site is simple to use: select the medium that best describes the work you would like to cite, type in the requested information, and click on the "view citation" button. Your citation will appear instantly, saving you time and eliminating the hassle of consulting style manuals. In addition to instant citation generation, the latest edition of the Wizard allows you to create an entire bibliography document from scratch! You will be able to begin a document, add entries to it, and save the document to your computer."; 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 = ''; } }