  var attributes = {
    classid: "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000",
    id: "presentation",
    align: "top"
  };

  var params = {
    allowScriptAccess: "sameDomain",
    bgcolor: "#000000",
    allowFullScreen: "true",
    quality: "high"
  }; 
      
  swfobject.embedSWF("index.swf", "powitxt", "770", "370", "8.0.0", "expressInstall.swf", "", params, attributes);
  
