var fDesc=new Array(); fDesc[0] = "WizCite inserts citations from your WizFolio account directly into your documents and allows universal compatibility between different word processors - MS Word 2003, 2007 & 2010 (Windows), OpenOffice 3.3 (Windows, Mac, Linux), Google Docs, Zoho Writer, Google Sites and WordPress.

Collaborative citing is made easy with universal compatibility.
Universal compatibility means that you can take a document cited in one word processor, import it into another word processor and still be able to continue to insert citations and to generat bibliography dynamically."; 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 = ''; } }