
    $(function(){
        $('.slide-out-div').tabSlideOut({
tabHandle: '.handle',        
pathToTabImage: 'http://www.dutchcham.sg/wp-content/themes/DutchCham/img/feedbacktab.gif' , 
imageHeight: '100px',              
imageWidth: '33px',                       
tabLocation: 'left',                     
speed: 300,                  
action: 'hover',                      
topPos: '110px',                         
fixedPosition: false                      
        });

    });



