function popUp(URL) {
	window.open(URL,'newWin','resizable=1,status=1,menubar=0,toolbar=0,scrollbars=1,location=1,directories=0,width=775,height=600,top=60,left=60')
}
