function showFullText(textId)
{
	_$('.textContent').fadeOut('slow');
	_$('#'+textId).fadeIn('slow');
}
