// JavaScript Document
function mostraswf(){
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 mostraflash(){
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="550" height="600">');
document.write('    <param name="movie" value="swf/popup_ACNUR_HEMORIO.swf">');
document.write('    <param name=quality value=high>');
document.write('    <param name="wmode" value="transparent">');
document.write('    <embed src="swf/popup_ACNUR_HEMORIO.swf" width="550" height="600" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" 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="500" height="330">');
document.write('    <param name="movie" value="swf/cartao_natal3_mx.swf">');
document.write('    <param name=quality value=high>');
document.write('    <param name="wmode" value="transparent">');
document.write('    <embed src="swf/cartao_natal3_mx.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="500" height="330" wmode="transparent"></embed> ');
document.write('  </object>');
}