function audio(destino,swf,dib1,dib2,dib3,dib4){ 
var html = ''; 

html=html+'<div style="width:667px; height:408px; background-color: #000000;';
html=html+'margin:auto; position: relative">';
html=html+'<div style="width:667px; height:109px; position:absolute; left:0px; top:0px;">';
html=html+'<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'; 
html=html+'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"'; 
html=html+'width="667" height="109"><param name="movie" value="01.swf" />';
html=html+'<param name="quality" value="high" /><embed src="01.swf" quality="high"';
html=html+'pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"';
html=html+'width="667" height="109"></embed></object></div>';
html=html+'<div style="width:667px; height:28px; position:absolute; left:0px; top:109px;';
html=html+'background-image:url(01.gif)"></div><div style="width:65px; height:45px;';
html=html+'position:absolute; left:0px; top:137px; background-image:url(02.gif)"></div>';
html=html+'<div style="width:200px; height:45px; position:absolute; left:65px; top:137px;">';
html=html+'<OBJECT id="mediaPlayer" width="200" height="45"'; 
html=html+'classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"'; 
html=html+'codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"';
html=html+'standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject">';
html=html+'<param name="fileName" value="http://ecosdepasto.servemp3.com:8000/">';
html=html+'<param name="animationatStart" value="true">';
html=html+'<param name="transparentatStart" value="true">';
html=html+'<param name="autoStart" value="true">';
html=html+'<param name="showControls" value="true">';
html=html+'<param name="loop" value="false">';
html=html+'<EMBED type="application/x-mplayer2"';
html=html+'pluginspage="http://microsoft.com/windows/mediaplayer/en/download/"';
html=html+'id="mediaPlayer" name="mediaPlayer" displaysize="4" autosize="-1"'; 
html=html+'bgcolor="darkblue" showcontrols="true" showtracker="-1"'; 
html=html+'showdisplay="0" showstatusbar="-1" videoborder3d="-1" width="200" height="45"';
html=html+'src="http://ecosdepasto.servemp3.com:8000/" autostart="true" designtimesp="5311" loop="false">';
html=html+'</EMBED></OBJECT></div>';
html=html+'<div style="width:372px; height:45px; position:absolute; left:295px; top:137px;">';
html=html+'<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"';
html=html+'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"';
html=html+'width="372" height="57"><param name="movie" value="02.swf" /><param name="quality" value="high" />';
html=html+'<embed src="02.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"';
html=html+'type="application/x-shockwave-flash" width="372" height="57"></embed></object></div>';
html=html+'<div style="width:667px; height:38px; position:absolute; left:0px; top:182px;';
html=html+'background-image:url(03.gif)"></div>';
html=html+'<div style="width:667px; height:188px; position:absolute; left:0px; top:220px;">';
html=html+'<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'; 
html=html+'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"';
html=html+'width="667" height="188"><param name="movie" value="03.swf" /><param name="quality" value="high" />';
html=html+'<embed src="03.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"';
html=html+'type="application/x-shockwave-flash" width="667" height="188"></embed></object></div></div>';

document.getElementById(destino).innerHTML = html; 

} 

