function fbPopUp( theURL, winName, features ) {
	popBox = window.open( theURL, winName, features );
	popBox.focus()
}

