function barPop(bar) {
	barWindow = window.open(bar,'barWin','toolbar=yes,scrollbars=no,resizable=no,width=400,height=400')
	
	barWindow.focus()
	}
