// News Window


function popup(url) {
	newwindow=window.open(url,'staffWindow','width=620,height=480,scrollbars=1');
	if (window.focus) {newwindow.focus()}
	return false;
}
