The revlet '' at 'revweb/.revlet' could not be found on this server.
The revlet can only be displayed if the RevWeb plugin is installed.
Please follow the link below to download and install this plugin.
\n');
if (result)
return name+',';
else
return '';
}
function detectNS(ClassID,name) {
n = "";
if (nse.indexOf(ClassID) != -1)
if (navigator.mimeTypes[ClassID].enabledPlugin != null)
n = name+",";
return n;
}
pluginlist += navigator.javaEnabled() ? "Java," : "";
if (pluginlist.length > 0)
pluginlist = pluginlist.substring(0,pluginlist.length-1);
var plugin = document.getElementById("plugin");
var noplugin = document.getElementById("noplugin");
plugin.style.display = "none";
noplugin.style.display = "none";
if (pluginlist.indexOf("Revolution")!=-1) {
plugin.style.display = "block";
} else {
noplugin.style.display = "block";
}