function openPopupWin(URL,name,features){
	popupWindow = window.open(URL, name, features)
	popupWindow.focus()
}