  $(document).ready(function(){
      $(".itemTableLeft a,.smallPreviews a,.itemImgSmall a").fancybox({
        'overlayShow': true,
      	'hideOnContentClick': true
      });
      


  $(".menu a").click(function() {
    var show = $(this).attr('show');
    $(".menu a").removeClass("active");
    $(this).addClass("active");
    
    $("#short, #full").hide();
    $("#"+show).show();
  });



 
      $("a.blockHelp").fancybox({
        'width'                : '75%',
        'height'            : '65%',
        'autoScale'         : false,
        'transitionIn'        : 'none',
        'transitionOut'        : 'none',
        'type'                : 'iframe'

    });

  

	

});

