function showTestingCenterInfo(id) {
	if(!id) return;
	
	if(window.testingCenterProviders) id = testingCenterProviders[id];
	
	testingCenterInfo = window.open('proctor/testingCenterInfo.asp?id='+id,'testingCenterInfo','resizable=yes,width=700,height=400,scrollbars=yes');
	testingCenterInfo.focus();
}