
function popUp(url, name) {
	var config = "scrollbars=yes, resizable=no, width=510, height=600";
  window.open(url, name, config);
}