﻿$(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}} })
});
var _gaq = _gaq || []; _gaq.push(["_setAccount", "UA-3041801-13"]); _gaq.push(["_trackPageview"]); (function() { var a = document.createElement("script"); a.type = "text/javascript"; a.async = true; a.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js"; var b = document.getElementsByTagName("script")[0]; b.parentNode.insertBefore(a, b) })();