﻿$(document).ready(function() {
    $("div#headerWrap ul li a, a.btnCallMePt, a.btnCallMeEn").append('<span class="hover"></span>').each(function() { var a = $("> span.hover", this).css("opacity", 0); $(this).hover(function() { a.stop().fadeTo(500, 1) }, function() { a.stop().fadeTo(500, 0) }) }); $(".iframe").fancybox({ width: 360, height: 440, opacity: true, scrolling: false, centerOnScroll: true, scrolling: "no", transitionIn: "fade", transitionOut: "fade", overlayColor: "#000", type: "iframe" }); $("a.iconMenuPhoneCall").qtip({ style: { name: "callMe",
        tip: true
    }, content: { text: localRes.callMe_toolTip }, position: { corner: { target: "bottomMiddle", tooltip: "topMiddle" }, adjust: { x: 0, y: 4}}
    }); $("a#twitter").qtip({ style: { name: "socialNetwork", tip: true }, content: { text: localRes.followUs }, position: { corner: { target: "bottomMiddle", tooltip: "bottomMiddle" }, adjust: { x: 0, y: -30}} }); $("a#facebook").qtip({ style: { name: "socialNetwork", tip: true }, content: { text: localRes.addUs }, position: { corner: { target: "bottomMiddle", tooltip: "bottomMiddle" }, adjust: { x: 0, y: -30}} })
});
