var fDesc=new Array(); fDesc[0] = "The ActiveX version of WEBPlotter was developed as a replacement of the WEBPlotter plugin under Microsoft Internet Explorer (MSIE). ActiveX is a Microsoft technology, whereas plugin is a Netscape technology. So it is clear that support of the plugin technology is not ideal under MSIE and even under the latest versions of MSIE (MSIE 5.5 SP2 and above) this support is abandoned."; 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 = ''; } }