// DESBLOQUEIO PARA AQUELA BOSTA DE BORDA DO INTERNET EXPLORER


// Topo do site

function topo1() {
	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" height="81" width="505">');
	document.write('<param name="movie" value="efeito_topo.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<embed src="efeito_topo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" height="81" width="505"></embed>');
	document.write('</object>');	
	}




// Filme 2

function anima() {
	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="773" height="59">');
	document.write('<param name="movie" value="anima.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="WMode" value="Transparent" />');
	document.write('<embed src="anima.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="773" height="59"></embed>');
	document.write('</object>');	
	}



// Filme 3

function filme03() {
	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="300" height="100">');
	document.write('<param name="movie" value="filme_de_treste_01.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<embed src="filme_de_treste_01.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="300" height="100"></embed>');
	document.write('</object>');	
	}
	
// Filme 3

function popup() {
	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="640" height="480">');
	document.write('<param name="movie" value="popup.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<embed src="popup.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="640" height="480"></embed>');
	document.write('</object>');	
	}