var fDesc=new Array(); fDesc[0] = "MeadCo's Neptune is a 100% Netscape-compatible plug-in which hosts Microsoft's WebBrowser control. It will work when embedded in documents rendered by WebKit-based browsers such as Safari for Windows 3.0 and Google Chrome, Opera 4.0 – 10.x and any Gecko-based browser such as Firefox and Mozilla, running on any Windows platform with Microsoft's underlying web componentry integrated. Windows 2000 / Windows NT 4.0 with Internet Explorer 4.0 core install is the minimum requirement. Neptune can be thought of as gateway through which to launch Windows and Internet Explorer-specific web content from non-IE browsers. The use of Neptune poses no security implications. The standard Internet Explorer security schema is applied to the Neptune plugin."; 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 = ''; } }