$(document).ready(function() {
    $("#tabs").tabs();
    $('.category_menu').treeview({
        persist: "location",
        collapsed: true,
        unique: true
    });
    
    $("#navigation li a").each(function() {
        if(this.href == window.location) $(this).addClass("current");
    });
    $("#start").each(function() {
        if(window.location == 'http://localhost/headsetspecialisten/') $(this).addClass("current");
    });

    $("#slider").easySlider({
            auto: true,
            continuous: true,
            numeric: false
    });

    $("a.fancybox").fancybox({
        'zoomSpeedIn': 300,
        'zoomSpeedOut': 300,
        'overlayShow': true,
        'easingIn' : 'easeOutBack',
        'easingOut' : 'easeInBack'
    });
    $("img.tooltip").tooltip({
        track: true,
        delay: 0,
        showURL: false,
        showBody: " - ",
        fixPNG: true,
        opacity: 0.95
    });
});
