$('.scroll').click(function() {
   var elementClicked = $(this).attr('href');
   var destination = $(elementClicked).offset().top;
   $('html:not(:animated),body:not(:animated)').animate({ scrollTop: destination-20 }, 500);
   
   return false;
});

$('a[rel="deploy-chat"]').click(function() {
    window.open('http://ls.adx.cl/visitor/index.php?/Default/LiveChat/Chat/StartInline/_sessionID=/_promptType=chat/_proactive=0/_filterDepartmentID=5/_randomNumber=lu65rx3jdtsxvxv6o024yyn24zg72zeq/_fullName=/_email=/', 'livechatwin', 'toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=0,resizable=1,width=600,height=680');
    
    return false;
});
