function newPopup(url) {
	window.open(url, "calendario", "width=800,height=660,status=no,toolbar=no,menubar=no,location=no");   
}
