
function popUp(winURL) {
	window.open(winURL,'popup','toolbar=no,scrollbars=yes ');
}
