function Banner(c, b, d, a) {
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="' + b + '" height="' + d + '">');
    document.write('<param name="movie" value="/publicidade/pecas/' + c + '">');
    document.write('<param name="quality" value="high">');
    document.write('<param name="wmode" value="transparent">');
    if (a != "") {
        document.write('<param name="flashvars" value="' + a + '">')
    }
    document.write('<embed src="/publicidade/pecas/' + c + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + b + '" height="' + d + '" wmode="transparent" flashvars="' + a + '"></embed>');
    document.write("</object>")
}
function BannerClassic(c, b, d, a) {
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="' + b + '" height="' + d + '">');
    document.write('<param name="movie" value="/publicidade/pecas/' + c + '">');
    document.write('<param name="quality" value="high">');
    document.write('<param name="wmode" value="transparent">');
    if (a != "") {
        document.write('<param name="flashvars" value="' + a + '">')
    }
    document.write('<embed src="/publicidade/pecas/' + c + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + b + '" height="' + d + '" wmode="transparent" flashvars="' + a + '"></embed>');
    document.write("</object>")
}
function BannerLayer(c, b, d, a) {
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="' + b + '" height="' + d + '">');
    document.write('<param name="movie" value="/publicidade/pecas/' + c + '">');
    document.write('<param name="quality" value="high">');
    document.write('<param name="wmode" value="transparent">');
    if (a != "") {
        document.write('<param name="flashvars" value="' + a + '">')
    }
    document.write('<embed src="/publicidade/pecas/' + c + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + b + '" height="' + d + '" wmode="transparent" flashvars="' + a + '"></embed>');
    document.write("</object>")
};

function BannerExpansivel(c, b, d, a) {
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="' + b + '" height="' + d + '">');
    document.write('<param name="movie" value="/publicidade/pecas/' + c + '">');
    document.write('<param name="quality" value="high">');
    document.write('<param name="wmode" value="transparent">');
    document.write('<param name="src" value="/publicidade/pecas/' + c + '">');
    if (a != "") {
        document.write('<param name="flashvars" value="' + a + '">')
    }
    document.write('<embed src="/publicidade/pecas/' + c + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + b + '" height="' + d + '" wmode="transparent" flashvars="' + a + '"></embed>');
    document.write("</object>")
};

function opn(o) {
    this.obj = function (a) {
        return document.getElementById(a);
    };
    if (o == 0) {        
    	this.obj('super_bannerX').style.clip = 'rect(0px 728px 90px 0px)'
    };
    if (o == 1) {
        this.obj('super_bannerX').style.clip = 'rect(0px 728px 300px 0px)';
    }
}
