//FUNÇÃO PARA MOSTRAR UM ARQUIVO FLASH SEM BORDAS DO ACTIVEX
function printSWF(nomeSWF,larguraSWF,alturaSWF,wmodeSWF){
document.write('<embed src="'+nomeSWF+'?rnd=000000022" type="application/x-shockwave-flash" width="'+larguraSWF+'" height="'+alturaSWF+'" wmode="'+wmodeSWF+'"></embed>')
}
