function lanzar_video() {
	var video = document.getElementById('img_video');
	video.innerHTML = '<OBJECT id=mediaPlayer width="205" height="193" classid=CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6><PARAM NAME="autoStart" VALUE="true"><PARAM NAME="uiMode" VALUE="none"><PARAM NAME="enableContextMenu" VALUE="false"><PARAM NAME="url" VALUE="http://archivodigital.cervantes.es/grabaciones/tv/promo_cervantes_tv.asx"><embed type="application/x-mplayer2" name="Player" src="http://archivodigital.cervantes.es/grabaciones/tv/promo_cervantes_tv.asx" autostart="false" showcontrols="0" ShowDisplay="0" ShowStatusBar="0" enableContextMenu="0" width="205" height="193"></embed></OBJECT>';	
}
