function popUp(URL) {
	var popup_window = window.open(URL, 'alfredo_popup', 'toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,width=850,height=600,left = 440,top = 225');
	popup_window.focus();
}
