/*animatedcollapse.addDiv('loader', 'fade=1,height=37px');
animatedcollapse.init();
*/

function loading(texto) {
	$('loading_text').innerHTML = texto+'...';
	animatedcollapse.show('loader');
}

function loading_end() {
	$('loading_text').innerHTML = 'Completado con exito';
	animatedcollapse.hide('loader');
}