function GuardaVideo(URL){
	var W=(screen.width/2)-220;
	var H=(screen.height/2)-220;
	window.open(URL,'_blank','width=440,height=440,left='+W+',top='+H+',menubar=no,titlebar=no,toolbar=no,scrollbars=no,resizable=no');
}

