var newwindow;
function volpopfocus(url)
	{
	newwindow=window.open(url,'volunteers','height=150,width=350,scrollbars=yes,resizable=yes');
	newwindow.moveTo(400,50);
	if (window.focus) {newwindow.focus()}
	}


