function animacion2(direccion,ancho,alto)
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="'+ancho+'" height="'+alto+'">');
document.write('<param name="movie" value="'+direccion+'" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><embed wmode="transparent" src="'+direccion+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+ancho+'" height="'+alto+'"></embed></object>');
}

function animacion(direccion,ancho,alto)
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="'+ancho+'" height="'+alto+'">');
document.write('<param name="movie" value="'+direccion+'" /><param name="quality" value="high" /><embed src="'+direccion+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+ancho+'" height="'+alto+'"></embed></object>');
}

function audioplayer(swf,direccion,ancho,alto)
{
document.write('<embed src="'+swf+'" width="'+ancho+'" height="'+alto+'" allowfullscreen="true" allowscriptaccess="always" largecontrols="false" linkfromdisplay="true" backcolor="#FDEBF9" frontcolor="#C20259" lightcolor="#FE2087" showeq="true" flashvars="&file='+direccion+'&height='+alto+'&width='+ancho+'&frontcolor=0xC20259&backcolor=0xFDEBF9&lightcolor=0xFE2087&autoscroll=true&displaywidth=120" />');
}






































































































































































































