// JavaScript Document
function mostraswf(tipo){

if(tipo=="20anos"){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="740" height="415">');
document.write('    <param name="movie" value="/index_20anos.swf">');
document.write('    <param name="quality" value="high">');
document.write('    <param name="wmode" value="transparent">');
document.write('    <embed src="/home_20anos.swf" width="740" height="415" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>');
document.write('  </object>');
}
if(tipo=="home"){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="740" height="415">');
document.write('    <param name="movie" value="/index.swf">');
document.write('    <param name="quality" value="high">');
document.write('    <param name="wmode" value="transparent">');
document.write('    <embed src="/index.swf" width="740" height="415" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>');
document.write('  </object>');
}
if(tipo=="homeMidia"){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="740" height="415">');
document.write('    <param name="movie" value="/indexTeste.swf">');
document.write('    <param name="quality" value="high">');
document.write('    <param name="wmode" value="transparent">');
document.write('    <embed src="/indexTeste.swf" width="740" height="415" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>');
document.write('  </object>');
}
if(tipo=="2009"){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="740" height="415">');
document.write('    <param name="movie" value="/home_2009.swf">');
document.write('    <param name="quality" value="high">');
document.write('    <param name="wmode" value="transparent">');
document.write('    <embed src="/home_2009.swf" width="740" height="415" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>');
document.write('  </object>');
}
if(tipo=="meio_ambiente"){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="740" height="415">');
document.write('    <param name="movie" value="/index_.swf">');
document.write('    <param name="quality" value="high">');
document.write('    <param name="wmode" value="transparent">');
document.write('    <embed src="/index_.swf" width="740" height="415" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>');
document.write('  </object>');
}}
function mostrapopup(){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="420" height="150">');
document.write('    <param name="movie" value="/mailmarketing/imprensa/popup.swf">');
document.write('    <param name=quality value=high>');
document.write('    <param name="wmode" value="transparent">');
document.write('    <embed src="/mailmarketing/imprensa/popup.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="420" height="130" wmode="transparent"></embed> ');
document.write('  </object>');
}