function animacion(direccion,ancho,alto)
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+ancho+'" height="'+alto+'">');
document.write('<param name="movie" value="'+direccion+'" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><embed src="'+direccion+'" quality="high" wmode="transparent" type="application/x-shockwave-flash" width="'+ancho+'" height="'+alto+'"></embed></object>');
}