function showLoadingMessage(id) {
	$("#"+id).html(_loadingIndicator);
}