function pop(url) {
	window.open(url, "pop", "width=520, height=530, resizeable=yes");
}
