function flashControl(URL) {
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,115,0" width="636" height="539" id="flu-player" align="middle">');
document.write('<param name="movie" value="/reproductor/vitchannel.swf" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="bgcolor" value="#1f1f1f" />');
document.write('<param name="allowFullScreen" value="true" />');
document.write('<param name="flashvars" value="fluURL='+URL+'"/>');
document.write('<embed src="/reproductor/vitchannel.swf" quality="high" bgcolor="#1f1f1f" width="636" height="539" name="flu-player" allowFullScreen="true" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="fluURL='+URL+'"/>');
document.write('</object>');
}

function wmControl(URL,WIDTH,HEIGHT) {
document.write('<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/" SRC="'+URL+'" name="MediaPlayer1" width="'+WIDTH+'" height="'+HEIGHT+'" autostart="1" AutoSize="1"  SendOpenStateChangeEvents="true" ShowStatusBar="true" ShowControls="true" allowFullScreen="true">');
document.write('</embed>');
}