var fDesc=new Array(); fDesc[0] = "RikiTikiWiki is a pharmacy wikibook.
RikiTikiWiki is a desktop wiki, an information sharing tool for collecting and organizing shared knowledge into a hyper-linked, searchable database.

Features of RikiTikiWiki: automatically indexes new pages, permitting a powerful global search function, tracks page edits (who and when), and provides the ability to roll back changes and much more.
Also uses Creole wiki markup. Creole is derived from extensive research into the ease-of-use and functionality of wiki markup.
With a full feature text editor it has support for search, replace, images and tables."; 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 = ''; } }