var carrega_gestiofotos = function(){
	// Carrega js i crida a gestiofotos
	scrs = ['einespersonals/js/gestiofotos.js','einespersonals/lit/' + vgenerals.idioma + '/lit_gestiofotos.js'];
	carregajs(scrs,load_gestiofotos);
}

var load_gestiofotos = function(){
	gestiofotos();
}
