$(function(){
        $('.why-us').tabSlideOut({
            tabHandle: '.handle',                     //class of the element that will become your tab
            pathToTabImage: 'images/infobar/why-us.png', //path to the image for the tab //Optionally can be set using css
            imageHeight: '70px',                     //height of tab image           //Optionally can be set using css
            imageWidth: '24px',                       //width of tab image            //Optionally can be set using css
            tabLocation: 'right',                      //side of screen where tab lives, top, right, bottom, or left
            speed: 500,                               //speed of animation
            action: 'click',                          //options: 'click' or 'hover', action to trigger animation
            topPos: '297px',                          //position from the top/ use if tabLocation is left or right
            leftPos: '0px',                          //position from left/ use if tabLocation is bottom or top
            fixedPosition: false                     //options: true makes it stick(fixed position) on scroll
        });

    });
    $(function(){
        $('.confidence').tabSlideOut({
            tabHandle: '.con-handle',                     //class of the element that will become your tab
            pathToTabImage: 'images/infobar/confidence.png', //path to the image for the tab //Optionally can be set using css
            imageHeight: '70px',                     //height of tab image           //Optionally can be set using css
            imageWidth: '24px',                       //width of tab image            //Optionally can be set using css
            tabLocation: 'right',                      //side of screen where tab lives, top, right, bottom, or left
            speed: 500,                               //speed of animation
            action: 'click',                          //options: 'click' or 'hover', action to trigger animation
            topPos: '513px',                          //position from the top/ use if tabLocation is left or right
            leftPos: '0px',                          //position from left/ use if tabLocation is bottom or top
            fixedPosition: false                      //options: true makes it stick(fixed position) on scroll
        });

    });

        $(function(){
        $('.delivery').tabSlideOut({
            tabHandle: '.del-handle',                     //class of the element that will become your tab
            pathToTabImage: 'images/infobar/delivery.png', //path to the image for the tab //Optionally can be set using css
            imageHeight: '70px',                     //height of tab image           //Optionally can be set using css
            imageWidth: '24px',                       //width of tab image            //Optionally can be set using css
            tabLocation: 'right',                      //side of screen where tab lives, top, right, bottom, or left
            speed: 500,                               //speed of animation
            action: 'click',                          //options: 'click' or 'hover', action to trigger animation
            topPos: '369px',                          //position from the top/ use if tabLocation is left or right
            leftPos: '0px',                          //position from left/ use if tabLocation is bottom or top
            fixedPosition: false                      //options: true makes it stick(fixed position) on scroll
        });

    });


    $(function(){
        $('.warranty').tabSlideOut({
            tabHandle: '.war-handle',                     //class of the element that will become your tab
            pathToTabImage: 'images/infobar/warranty.png', //path to the image for the tab //Optionally can be set using css
            imageHeight: '70px',                     //height of tab image           //Optionally can be set using css
            imageWidth: '24px',                       //width of tab image            //Optionally can be set using css
            tabLocation: 'right',                      //side of screen where tab lives, top, right, bottom, or left
            speed: 500,                               //speed of animation
            action: 'click',                          //options: 'click' or 'hover', action to trigger animation
            topPos: '441px',                          //position from the top/ use if tabLocation is left or right
            leftPos: '0px',                          //position from left/ use if tabLocation is bottom or top
            fixedPosition: false                      //options: true makes it stick(fixed position) on scroll
        });

    });
