Determining a Particular Plugin:
myPlugin = navigator.plugins["Shockwave"] if (myPlugin) document.writeln("") else document.writeln("You don't have Shockwave installed!")