function popUp(URL) {
	window.open(URL, "popUp", "width=350,height=300");
}
