function popUp(url, width, height) {
	popWin = window.open(url, 'popUp', 'location=no, menubar=no, directories=no, scrollbars=yes, resizable=yes, status=yes, width='+width+', height='+height)
	}
