var fDesc=new Array(); fDesc[0] = "XIA is an authoring tool that extends Inkscape or LibreOffice Draw capabilities to build easily interactive images (with zoomable details) and HTML5 serious games. XIA is proposed as an inkscape extension so you need to install inkscape before XIA installation. The program takes a SVG file as input and outputs an interactive image in HTML5. You can generate animations and interactive activities : drag and drop games, discrimination, selection, etc."; 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 = ''; } }