
function popUp(winURL) {
	window.open(winURL,'popup','height=749,width=749,status=no,titlebar=no,toolbar=no,menubar=no,location=no');
}