function newWindow(theURL,winName,features) {
	newWin = window.open(theURL,winName,features)
	newWin.focus();
}