function popUp(url) {
	window.open(url, 'name', 'height=250, width=280', 'left=220, top=200, screenX=200, screenY=200');
}
