// JavaScript Document
function Chang_node(id){
	document.getElementById('content_ajax').innerHTML = document.getElementById(id).innerHTML;
}