$(function(){
             $('.floatfeedback').tabSlideOut({
                 tabHandle: '.handle',                              //класс элемента
                 pathToTabImage: '/img/newneopan/contact_tab.png',          //путь к изображению *required*
                 imageHeight: '160px',                               //высота  *required*
                 imageWidth: '27px',                               //width of tab image *required*    
                 tabLocation: 'right',                               //side of screen where tab lives, top, right, bottom, or left
                 speed: 300,                                        //speed of animation
                 action: 'click',                                   //options: 'click' or 'hover', action to trigger animation
                 topPos: '420px',                                   //position from the top
                 fixedPosition: true                               //options: true makes it stick(fixed position) on scroll
             });
         });
