var fDesc=new Array(); fDesc[0] = "Marcion is an educational software forming an integrated study environment of ancient languages (esp. Coptic, Greek and Latin) and providing necessary tools and resources (dictionaries, grammars, texts, manuscripts). Although Marcion is focused on to study the gnosticism and the early christianity, it is a customizable universal library working with various file formats (html, pdf, djvu) and allowing to collect, organize and backup books and texts of any kind and search for words and phrases in a desired selection of texts."; 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 = ''; } }