function more_anec()
{
	sendRequest({
		'url' : '/anecs.php?ajax=1',
		'result' : document.getElementById('anec')
	});
}

