$(document).ready(function(){

    $('.loader').show();
    $('.home-fade-image').hide();
    $('div.other-prod-content').hide();
    $('.other-prod-content-loader').show();
    $('.toValidate').validate();
    $('a.fancyimage').fancybox({
        'zoomSpeedIn': 300,
        'zoomSpeedOut': 300,
        'overlayShow': true,
        'zoomOpacity': true,
        'overlayOpacity': 0.8
    });
    
    $("ul.sf-menu").superfish({
        pathClass: 'in-path',
        pathLevels: 2,
        autoArrows: false
    });
	    $("ul.reserved-sf-menu").superfish({
        pathClass: 'in-path',
        pathLevels: 2,
        autoArrows: false
    });
    
    
    var sp = $('input.selected-prod').attr('value');
    //	 alert(sp);
    $('select#selp option[value=' + sp + ']').attr('selected', 'selected');
    
    
});



$(window).load(function(){
    setTimeout(function(){
        $('.other-prod-content-loader').hide();
    }, 2200);
    setTimeout(function(){
        $('.other-prod-content').show();
    }, 2200);
    $('.right-services').accordion({
        header: '.service-title',
        active: false,
        alwaysOpen: false,
        animated: 'easeslide',
        active: 0
    });
    $('.other-prod-content').accordion({
        header: 'h3.other-title',
        active: false,
        alwaysOpen: false,
        autoheight: false
    });
    setTimeout(function(){
        $('.loader').hide();
    }, 2200);
    setTimeout(function(){
        $('.home-fade-image').show();
    }, 2200);
    
    $('#coin-slider').coinslider({
        width: 460,
		height: 257,
		links: false,
        delay: 4500
    });
    
    /*    $('.home-fade-image').cycle({
     fx: 'fade',
     timeout: 2500,
     speed: 2500,
     cleartype: true,
     cleartypeNoBg: true
     });
     */

    
});

