function openWin(theURL, theWinName, theFeatures) {
	var w = window.open(theURL,theWinName,theFeatures)
	w.focus()
}
