function playmovie(pelicula){
	
	document.getElementById(pelicula).Play();

}
