function banner(){
    document.write('<object type="application/x-shockwave-flash" data="flash/banner.swf" width="520" height="147">\n');
    document.write('<param name="movie" value="flash/banner.swf" />\n');
	document.write('<param name="menu" value="false" />\n');
    document.write('</object>\n');
}

function banner_estatico(){
    document.write('<object type="application/x-shockwave-flash" data="flash/banner_estatico.swf" width="520" height="147">\n');
    document.write('<param name="movie" value="flash/banner_estatico.swf" />\n');
	document.write('<param name="menu" value="false" />\n');
    document.write('</object>\n');
}

function divisoes(){
    document.write('<object type="application/x-shockwave-flash" data="flash/divisoes.swf" width="385" height="400">\n');
    document.write('<param name="movie" value="flash/divisoes.swf" />\n');
	document.write('<param name="menu" value="false" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
    document.write('</object>\n');
}


function banner_(){
    document.write('<object type="application/x-shockwave-flash" data="../flash/banner.swf" width="520" height="147">\n');
    document.write('<param name="movie" value="../flash/banner.swf" />\n');
	document.write('<param name="menu" value="false" />\n');
    document.write('</object>\n');
}

function banner_estatico_(){
    document.write('<object type="application/x-shockwave-flash" data="../flash/banner_estatico.swf" width="520" height="147">\n');
    document.write('<param name="movie" value="../flash/banner_estatico.swf" />\n');
	document.write('<param name="menu" value="false" />\n');
    document.write('</object>\n');
}

function divisoes_(){
    document.write('<object type="application/x-shockwave-flash" data="../flash/divisoes.swf" width="385" height="400">\n');
    document.write('<param name="movie" value="../flash/divisoes.swf" />\n');
	document.write('<param name="menu" value="false" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
    document.write('</object>\n');
}