var fDesc=new Array(); fDesc[0] = "Ssrc SVG is a free plugin for rendering SVG and XUL in Microsoft Internet Explorer. The plugin puts the MSIE on an equal footing with Mozilla Firefox, Safari, and Opera in the ability to play SVG documents. The plugin is also capable of running applications developed with Mozilla's XUL."; 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 = ''; } }