﻿function writeFlash_banner(filename, width, height, _id, insertIntoObj) {

    var flashvars = {};
    var params = { allowscriptaccess: "always", allowfullscreen: "false", autostart: "true", scale: "noscale", align: "left", salign: "lt", wmode: "transparent" };
    var attributes = { id: _id, name: _id };

    swfobject.embedSWF(filename, insertIntoObj, width, height, "9.0.0", "expressInstall.swf", flashvars, params, attributes);
}
