VOVI PROD PREST...
Galerie fotoUsi - Portes - Puertas - Ture
Usi cu deschidere normala,glisante si alte tipuri de deschidere produse de VOVI Brasov. Pentru a viziona mai multe fotografii va rugam sa utilizati link-ul urmator.
Doors- including sliding, folding and other types made by VOVI Ltd Brasov. Please use the link to view more photos.
Portes batantes, coulissantes, pliantes et autres types realises par VOVI srl pour le batiment. Vous etes pries/priees de suivre la liaison pour voir plus de photos.
Puertas hechas VOVI Brasov. Por favor utilisa el link para ver mas photos.
Ture von VOVI Brasov gebaut. Bitte den link folgen.
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');
}