$(function(){
$('.slide-out-div').tabSlideOut({
tabHandle: '.handle',                              //????? ????????
pathToTabImage: 'images/contact_tab.gif',          //???? ? ??????????? *required*
imageHeight: '122px',                               //??????  *required*
imageWidth: '40px',                               //width of tab image *required*    
tabLocation: 'left',                               //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: '200px',                                   //position from the top
fixedPosition: false                               //options: true makes it stick(fixed position) on scroll
});
});
