function flash_banner(){
	if ( detectFlash() )
			document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='401' height='90'><param name='movie' value='resources/swf/Taii_banner.swf'><param name='quality' value='high'><embed src='resources/swf/Taii_banner.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='401' height='90'></embed></object>")
		
	else
		document.write("<a  href='javascript:vidanova();'><img src=resources/swf/Taii_banner.gif width=401 height=90 border=0></a>")
}

function flash_hotsite(){
	if ( detectFlash() )
			document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='737' height='500'><param name='movie' value='resources/swf/banner_taii_03_mx.swf'><param name='quality' value='high'><embed src='resources/swf/bn_financ_veiculos.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='737' height='500'></embed></object>")
		
	else
		document.write("<img src=resources/swf/bn_financ_veiculos.gif width=737 height=500 border=0>")
}

function vidanova(){
	window.open('campanha.html','_blank');
}