function carregaFlash(arquivo,largura,altura){
document.write("<embed src="+arquivo+".swf width="+largura+"px height="+altura+"px></embed>");
}

