function audio(audio)
{
features = "width=200,height=69";
w_new = window.open("","audionoticias",features);
w_new.document.write("<html>");
w_new.document.write("<head>");
w_new.document.write("<title>Noticias - Audio</title>");
w_new.document.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">");
w_new.document.write("</head>");
w_new.document.write("<body leftmargin=0 topmargin=0 marginheight=0 marginwidth=0 bgcolor=#000000>");
w_new.document.write("<table border=0 bgcolor=#000000 cellpadding=0 cellspacing=0 vspace=0 hspace=0>");
w_new.document.write("<tr>");
w_new.document.write("<td bgcolor=#000000 align=right height=11><a href=\'javascript:window.close()\'><img src=\'/noticias/grafs/cerrar2.gif\' width=\'61\' height=\'11\' border=0></a></td>");
w_new.document.write("</tr>");
w_new.document.write("<tr>");
w_new.document.write("<td bgcolor=#000000>");

w_new.document.write('					<script language="JavaScript">');
w_new.document.write('		<!--');
w_new.document.write('	    if ( navigator.appName == "Netscape" )');
w_new.document.write('	    {');
w_new.document.write('	        navigator.plugins.refresh();');
w_new.document.write('	     }');
w_new.document.write('		//-->');
w_new.document.write('		<\/script>');

w_new.document.write('<br>					<OBJECT width="200" height="69" ID="MediaPlayer" CLASSID="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95"');
w_new.document.write('			  standby="Loading Microsoft® Windows® Media Player components..."');
w_new.document.write('			 type="application/x-oleobject">');
w_new.document.write('			    <PARAM NAME="transparentAtStart" VALUE="false">');
w_new.document.write('			    <PARAM NAME="transparentAtStop" VALUE="True">');
w_new.document.write('			    <PARAM NAME="AnimationAtStart" VALUE="true">');
w_new.document.write('			    <PARAM NAME="AutoStart" VALUE="true">');
w_new.document.write('			    <PARAM NAME="AutoRewind" VALUE="true">');
w_new.document.write('			    <PARAM NAME="DisplaySize" VALUE="true">');
w_new.document.write('			    <PARAM NAME="AutoSize" VALUE="false">');
w_new.document.write('			    <PARAM NAME="ShowDisplay" VALUE="false">');
w_new.document.write('			    <PARAM NAME="ShowStatusBar" VALUE="true">');
w_new.document.write('			    <PARAM NAME="ShowControls" VALUE="true">');
w_new.document.write('			    <PARAM NAME="FileName" VALUE="' + audio + '">');
w_new.document.write('			    <PARAM NAME="Volume" VALUE="0">');
w_new.document.write('			<EMBED type="application/x-mplayer2"');
w_new.document.write('				pluginspage = "http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"');
w_new.document.write('				SRC="' + audio + '"');
w_new.document.write('				name="MediaPlayer"');
w_new.document.write('				width=200');
w_new.document.write('				height=69');
w_new.document.write('				DisplaySize=1');
w_new.document.write('				AnimationAtStart=0');
w_new.document.write('				ShowControls=1');
w_new.document.write('				ShowStatusBar=1');
w_new.document.write('				autostart=1');
w_new.document.write('				autosize=0');
w_new.document.write('				transparentAtStart=0');
w_new.document.write('				transparentAtStop=0>');
w_new.document.write('			</EMBED>');
w_new.document.write('			</OBJECT>');


w_new.document.write("></td>");
w_new.document.write("</tr>");
w_new.document.write("</table>");
w_new.document.write("</body>");
w_new.document.write("</html>");

}

