function popUp(winURL) {
	window.open(winURL,"popup","width=320,height=211");
}