function abrirVentana(URL, Id ,Propiedades){
	window.open(URL, Id, Propiedades);
	//return true;
}