//Embed.js
//This workaround became necessary after Microsoft's 30 March 2006 update to IE.
//ActiveX controls must now be activated before they can run.

  function activate_control(control_string)
    {
    document.write(control_string)
    }

//End Embed.js

