function GoProvider(id) {
	wnd = window.open('/GoProvider.asp?id=' + id, 'provider')
	wnd.focus()
	//top.location = '/GoProvider.asp?id=' + id;
}