function AbrirVentana(URL, Nombre, propiedades){
	window.open(URL, Nombre, propiedades);
}