Gestion basée en autres sur la puissance, des tableaux de bord faciles d’accès, des diagnostics automatiques : la gestion complète du linge n’a jamais été aussi simple.
TOTALVUE™ PAR UNILINC
LA GESTION GLOBALE DES BLANCHISSERIES N’A JAMAIS ÉTÉ AUSSI SIMPLE.
EFFICACITÉ AMÉLIORÉE. EMPREINTE RÉDUITE.
INNOVATIONS CONÇUES POUR PROTÉGER L’ENVIRONNEMENT ET VOTRE RENDEMENT.
PERFORMANCES. TECHNOLOGIE. RENDEMENT.
LES BLANCHISSERIES LES MIEUX GÉRÉES COMMENCENT PAR LES MEILLEURES MACHINES.
jQuery(document).ready(function(){
jQuery('#toggle-2').hide();
jQuery('#toggle-3').hide();
jQuery('#toggler .content-box-column:nth-child(2)').addClass('active');
jQuery('#toggler .content-box-column').click(function(e){
e.preventDefault();
jQuery(this).addClass('active').siblings().removeClass('active');
});
jQuery('#toggler .content-box-column:nth-child(2)').click(function(){
jQuery('#toggle-2').hide();
jQuery('#toggle-3').hide();
jQuery('#toggle-1').fadeIn();
});
jQuery('#toggler .content-box-column:nth-child(3)').click(function(){
jQuery('#toggle-1').hide();
jQuery('#toggle-3').hide();
jQuery('#toggle-2').fadeIn();
});
jQuery('#toggler .content-box-column:nth-child(4)').click(function(){
jQuery('#toggle-1').hide();
jQuery('#toggle-2').hide();
jQuery('#toggle-3').fadeIn();
});
});