function popUp(URL, width, height) {
	window.open (URL,'spotlight',config='height='+height+',width='+width+',toolbar=yes,menubar=no,scrollbars=yes,resizable=yes,location=no,directories=no,status=yes')
}
