function popUp(url) {
	window.open(url,"redRef","height=650,width=520,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0," + "resizable=1,scrollbars=1,status=0,toolbar=0");
}