<!--
function intro() {
	document.write('<OBJECT CLASSID="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"');
	document.write('  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" ');
	document.write(' WIDTH="980" HEIGHT="290">');
	document.write(' <PARAM NAME="movie" VALUE="media/intro.swf?lingua=' + strLingua + '&rnd=' + rnd + '">');
	document.write(' <PARAM NAME="allowScriptAccess" VALUE="sameDomain">');
	document.write(' <PARAM NAME="quality" VALUE="best">');
	document.write(' <PARAM NAME="menu" VALUE="false">');
	document.write(' <PARAM NAME="scale" VALUE="noscale">');
	document.write(' <PARAM NAME="loop" VALUE="false">');
	document.write(' <PARAM NAME="bgcolor" VALUE="#CC0000">');
	document.write(' <EMBED src="media/intro.swf?lingua=' + strLingua + '&rnd=' + rnd + '" allowScriptAccess="sameDomain" quality="best"');
	document.write(' menu="false" scale="noscale" loop="false" bgcolor="#CC0000" width="980" height="290"');
	document.write(' type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
	document.write(' </EMBED>');
	document.write(' </OBJECT>');
}

function imagem(largura, altura) {
	document.write('<OBJECT CLASSID="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"');
	document.write('  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" ');
	document.write(' WIDTH="' + largura + '" HEIGHT="' + altura + '" style="display:block;">');
	document.write(' <PARAM NAME="movie" VALUE="media/imagem.swf?' + strImagens + '&rnd=' + rnd + '">');
	document.write(' <PARAM NAME="allowScriptAccess" VALUE="sameDomain">');
	document.write(' <PARAM NAME="quality" VALUE="best">');
	document.write(' <PARAM NAME="menu" VALUE="false">');
	document.write(' <PARAM NAME="scale" VALUE="noscale">');
	document.write(' <PARAM NAME="loop" VALUE="false">');
	document.write(' <EMBED src="media/imagem.swf?' + strImagens + '&rnd=' + rnd + '" allowScriptAccess="sameDomain" quality="best"');
	document.write(' menu="false" scale="noscale" loop="false" width="' + largura + '" height="' + altura + '"');
	document.write(' type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" style="display:block;">');
	document.write(' </EMBED>');
	document.write(' </OBJECT>');
}

function miniatura(ligacao, lingua) {
	document.write('<OBJECT CLASSID="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"');
	document.write('  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" ');
	document.write(' WIDTH="110" HEIGHT="80">');
	document.write(' <PARAM NAME="movie" VALUE="media/miniatura.swf?' + strImagens + '&rnd=' + rnd + '">');
	document.write(' <PARAM NAME="allowScriptAccess" VALUE="sameDomain">');
	document.write(' <PARAM NAME="quality" VALUE="best">');
	document.write(' <PARAM NAME="menu" VALUE="false">');
	document.write(' <PARAM NAME="scale" VALUE="noscale">');
	document.write(' <PARAM NAME="loop" VALUE="false">');
	document.write(' <EMBED src="media/miniatura.swf?' + strImagens + '&rnd=' + rnd + '" allowScriptAccess="sameDomain" quality="best"');
	document.write(' menu="false" scale="noscale" loop="false" width="110" height="80"');
	document.write(' type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
	document.write(' </EMBED>');
	document.write(' </OBJECT>');
}

function scroller() {
	document.write('<OBJECT CLASSID="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"');
	document.write('  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" ');
	document.write(' WIDTH="980" HEIGHT="40">');
	document.write(' <PARAM NAME="movie" VALUE="media/scroller.swf?lingua=' + strLingua + '">');
	document.write(' <PARAM NAME="allowScriptAccess" VALUE="sameDomain">');
	document.write(' <PARAM NAME="quality" VALUE="best">');
	document.write(' <PARAM NAME="menu" VALUE="false">');
	document.write(' <PARAM NAME="scale" VALUE="noscale">');
	document.write(' <PARAM NAME="loop" VALUE="false">');
	document.write(' <PARAM NAME="bgcolor" VALUE="#CC0000">');
	document.write(' <EMBED src="media/scroller.swf?lingua=' + strLingua + '" allowScriptAccess="sameDomain" quality="best"');
	document.write(' menu="false" scale="noscale" loop="false" bgcolor="#CC0000" width="980" height="40"');
	document.write(' type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
	document.write(' </EMBED>');
	document.write(' </OBJECT>');
}
//-->
