var fDesc=new Array(); fDesc[0] = "Inkscape is an open-source professional quality vector graphics editor. It can be used for creating illustrations, icons, logos, diagrams, maps, and web graphics. This program can import and export various file formats, including SVG, AI, EPS, PDF, PS, and PNG. Inkscape uses the W3C open standard SVG (Scalable Vector Graphics) as its native format."; 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 = ''; } }