$(document).ready(function(){
    if(typeof(hs)!=='undefined'){
        hs.graphicsDir = 'http://libs.goo.kz/other/highslide/graphics/';
        hs.align = 'center';
        hs.transitions = [];
        hs.outlineType = 'rounded-white';
        hs.fadeInOut = true;
        hs.cacheAjax = false;
        hs.showCredits = false;
        hs.dragByHeading=false;
        hs.expandDuration=0;
        hs.restoreDuration=0;
        hs.fullExpandOpacity=0;
        hs.numberOfImagesToPreload=20;
        hs.transitionDuration=0;
        hs.loadingOpacity=0;
        hs.land={
            loadingText:'Загрузка'
        };
        hs.addSlideshow({
            interval: 3000,
            repeat: true,
            useControls: true,
            fixedControls: 'fit',
            overlayOptions: {
                position: 'bottom center'
            }
        });
    }
    $('ul.menu').ptMenu({vertical:true});
});

