var fDesc=new Array(); fDesc[0] = "This software program is a desktop Windows/Mono GUI application. It lets you: connect to Sesame repositories, SPARQL endpoints, Virtuoso, AllegroGraph, do queries, save queries, import/export RDF in different formats, add and remove data, it comes with built-in Sesame local repositories and Ontotext's SwiftOWLIM which is both a triple storage and OWL reasoner, is developed by Jeen Broekstra and Anton Andreev."; 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 = ''; } }