function popup_win(theURL,winName,features) { //v2.0
	popWin = window.open(theURL,winName,features) ;
	popWin.focus() ;
}
