function ConteudoFlash(arquivo,width,height,div){
	document.getElementById(div).innerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase= "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6" width="'+width+'" height="'+height+'">\n<param name="movie" value="'+arquivo+'" />\n<embed src="'+arquivo+'" width="'+width+'" height="'+height+'"></embed>\n</object>\n';
}