function showPopup(url) {
	window.open(url, "popup", "width=420, height=520");
}
