function popUp (URL, Name, Features) {
	newWin = window.open(URL,Name,Features);
	newWin.focus();
}