function escreverflash(nome,largura,altura){
	 
	document.write('<embed src="asd/'+nome+'" width='+largura+' height='+altura+' ></embed>');
	
}