function CNS_RPC_Response(theID, theData) {
	document.getElementById(theID).innerHTML = theData;
}