<!--
    $(function(){
        $('.slide-out-div').tabSlideOut({
            tabHandle: '.handle',                     //class of the element that will become your tab
            pathToTabImage: 'images/2.5_03.jpg',      //path to the image for the tab *required*
            imageHeight: '97px',                      //height of tab image *required*
            imageWidth: '87px',                      //width of tab image *required*    
            tabLocation: 'left',                      //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: '310px',                          //position from the top/ use if tabLocation is left or right
            leftPos: '60px',                          //position from left/ use if tabLocation is bottom or top
            fixedPosition: true                      //options: true makes it stick(fixed position) on scroll
        });
    });
-->
