function show_flash(url, width, height, quality, bgcolor, extra)
{
//    var flash = '<embed src="'+url+'" bgcolor="'+bgcolor+'" flashvars="playerId=1640183434&viewerSecureGatewayURL=https://console.brightcove.com services/amfgateway&servicesURL=http://services.brightcove.com/services&cdnURL=http://admin.brightcove.com&domain=embed&autoStart=false&" base="http://admin.brightcove.com" name="flashObj" seamlesstabbing="false" type="application/x-shockwave-flash" swliveconnect="true" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="'+width+'" height="'+height+'"></embed>';
    var flash = '<embed src="'+url+'" bgcolor="'+bgcolor+'" width="'+width+'" height="'+height+'" '+extra+'></embed>';
    document.write(flash);
}

