function popUp(winURL) {
	window.open(winURL,"popup","width=754,height=404,scrollbar=yes");
}

