
function staffMemberProfile(a)
{
	window.open(a.href, "_blank", "width=580,height=600,status=yes");
	
	return false;
}
