var fDesc=new Array(); fDesc[0] = "Corel SVG Viewer is an open standards-compliant SVG viewer browser plug-in for desktop and tablet PCs.
With support for dynamic updating, unlimited zooming, perfect rendering, and advanced line rendering options, it is the ideal solution for intranet and extranet applications in common enterprise applications."; 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 = ''; } }