<!-- // 
    $(function(){
        $('.slide-out-div').tabSlideOut({
            tabHandle: '.handle',
            pathToTabImage: 'images/tab.png',
            imageHeight: '30px',
            imageWidth: '65px',
            tabLocation: 'bottom',
            speed: 300,
            action: 'click',
            // topPos: '0px',
            leftPos: '20px',
            fixedPosition: true,
            onLoadSlideOut: true
        });
 
    });
// -->

