<html>
<head>
<title>Flash PlugIn check</title>
<script language="JavaScript">
<!--
with (navigator)
if (appName.indexOf('Microsoft') != -1 && appVersion.indexOf('Mac') == -1) document.write('<'+'script language="VBScript">\nOn error resume next\n'+
'flash = NOT IsNull(CreateObject("ShockwaveFlash.ShockwaveFlash"))\</'+'script>');
function checkFlash() {
var ok = false;
with (navigator)
if (appName.indexOf('Microsoft') == -1) ok = (plugins && plugins['Shockwave Flash']);
else
if (appVersion.indexOf('3.1') == -1) { //not Netscape or Win3.1
ok = (window.flash != null);
}