Proiecte finantate
.
Phare – Asistenta pentru intreprinderi mici si mijloci
SC NORA IMPEX SRL BUZAU
SC DANULESCU SRL BUZAU
Phare – RICOP SME Grant Fund Management
SC CASA DE MODA EXTRAZ SRL RM SARAT
SC CONCIS SRL BUZAU
S.C. TURNATORIA DE NEFEROASE SOMET S.A BUZAU
TUPREMO S.A
Program Guvernamental
SC ALFA MECHIM SRL
SC DAV PRODUCT S.R.L.
SC BG VENEZIANA SRL
SC DRAGOSIM COM SRL
SC ALFA CHIM SRL
Phare - Dezvoltarea Resurselor Umane, Promovarea capitalului uman, Masuri active de ocupare a fortei de munca
SC MANAGER CONSUL SRL – 4 proiecte
SC RWM COMPANY SRL
SC DANY & VIO COM IMPEX SRL
SC RING TEXTILE PRODUCTION SRL
.
.
Proiecte in evaluare
.
POSDRU – Axa 6 – Promovarea incluziunii sociale. Proirect Strategic
AJOFM BUZAU
POSCCE – AXA PRIORITARĂ 1 – „Un sistem inovativ şi ecoeficient de producţie”
SC BIOLACT SRL
SC SOLO PROD SRL
SC WELDING CONSULTING PROD SRL
Program guvernamental – minimis
SC ALFA MECHIM SRL
0)
{ if(!is_fixed) make_fix(); is_fixed = true; }
oot = jQuery('#oferta_div').offset().top;
if(st < oot)
{ if(is_fixed) un_fix(); is_fixed = false; }
bmax = jQuery('#site_bottom_div').outerHeight();
if(sb < bmax)
{ jQuery('#oferta_filters_div').css('bottom', bmax - sb + 15 + 'px'); }
}
jQuery(document).ready(function() {
if(isMobileWidth(1200))
jQuery(window).scroll(scrollHandler);
});
function make_fix()
{
jQuery('#oferta_filters_div').addClass('_fixed');
left = jQuery('#oferta_div').offset().left;
jQuery('#oferta_filters_div').css('left', left + 'px');
jQuery('#oferta_filters_div').css('top', 'auto');
jQuery('#oferta_filters_div').css('bottom', '10px');
jQuery('#oferta_filters_dum').css('display', 'block');
}
function un_fix(where)
{
jQuery('#oferta_filters_div').removeClass('_fixed');
jQuery('#oferta_filters_div').css('left', 'auto');
jQuery('#oferta_filters_div').css('top', 'auto');
jQuery('#oferta_filters_div').css('bottom', 'auto');
jQuery('#oferta_filters_dum').css('display', 'none');
}