jQuery(document).ready(function(){ var current = window.location.href; current = current.split("/"); current = current[current.length - 1]; current = current.split("#"); current = current[current.length - 1]; current = current.split("?"); current = current[current.length - 1]; var wWidth = jQuery(".main").width(); jQuery(".overlay_gallery .close,.overlay_gallery .closeB").click(function() { jQuery("body").css({"overflow":"auto"}); jQuery(".overlay_gallery").fadeOut(); showLightbox = false; }); jQuery(".overlay_awards .close,.overlay_awards .closeB").click(function() { jQuery("body").css({"overflow":"auto"}); jQuery(".overlay_awards").fadeOut(); showLightbox = false; }); jQuery(".overlay_more .close,.overlay_more .closeB").click(function() { jQuery("body").css({"overflow":"auto"}); jQuery(".overlay_more").fadeOut(); showLightbox = false; }); }); function closeL() { } var scrollCounter2 = 1; var stopMonitor = false; $(window).keydown(function (e) { if ((e.keyCode === 0 || e.keyCode === 32)) { if (!jQuery("e.target").hasClass("dSpace")) { stopMonitor = true; e.preventDefault(); scrollCounter2++; scrollTo(scrollCounter2); } } if (e.keyCode === 37) { if (showLightbox == "gallery") { e.preventDefault(); lightboxToLeft() } if (showLightbox == "award") { e.preventDefault(); lightboxAwardsToLeft() } } if (e.keyCode === 39) { if (showLightbox == "gallery") { e.preventDefault(); lightboxToRight() } if (showLightbox == "award") { e.preventDefault(); lightboxAwardsToRight() } } }) var menuSetUp = false; var percent = 0; jQuery(window).bind('scroll resize load', function() { for (i=1;i<7;i++) { if ((jQuery(window).scrollTop() < jQuery(".slideTo"+i).offset().top) && (stopMonitor == false)) { scrollCounter2 = i-1; break; } } if (jQuery(window).scrollTop() < jQuery(".topBar .logo").height()) { jQuery(".topBar").css({"margin-top":"-"+jQuery(window).scrollTop()*0.45+"px"}); } else { jQuery(".topBar").css({"margin-top":"-"+jQuery(".topBar .logo").height()*0.45+"px"}); } if (jQuery(window).scrollTop() < jQuery(".topBar .logo").height()*2.22) { jQuery(".topBar").css({"height":2.22*jQuery(".topBar .logo").height() - jQuery(window).scrollTop()*0.31+"px"}); } else { jQuery(".topBar").css({"height":2.22*jQuery(".topBar .logo").height() - 2.22*jQuery(".topBar .logo").height()*0.31+"px"}); } if (jQuery(window).scrollTop() < jQuery(".slide1").offset().top) { jQuery(".svg1").css({"margin-top":(((jQuery(".slide1").offset().top - jQuery(window).scrollTop()) / jQuery(".slide1").offset().top) * 50)}); } else { jQuery(".svg1").css({"margin-top": 0}); } }); jQuery(window).bind('resize load', function() { var opera = /opera/.test(navigator.userAgent.toLowerCase()); if (opera == true) percent = (65/1071 * jQuery(".page").width()); else percent = (80/1071 * jQuery(".page").width()); jQuery("body").css({"font-size":percent+"%"}); if (menuSetUp == false) { moveBottomLine(true); menuSetUp = true; } jQuery(".offer").hover(function() { jQuery(this).find(".oContent").animate({"border-left":"0"}); jQuery(this).find(".after").animate({"border-right":"0"}); },function() { jQuery(this).find(".oContent").animate({"border-left":"10.6em"}); jQuery(this).find(".after").animate({"border-right":"10.6em"}); }); jQuery(".svg1").css({"height":0.7*jQuery(".slide1").height() + 10}); jQuery(".svg1").show(); if (jQuery(".svg1 polyline").attr("org_points").length == 0) jQuery(".svg1 polyline").attr("org_points",jQuery(".svg1 polyline").attr("points")) var points = jQuery(".svg1 polyline").attr("org_points").split(" "); var new_points = ""; for (var i=0;i 0) { jQuery(".bottomLine").css({"left":jQuery(".menu .current").position().left }); } else { jQuery(".bottomLine").css({"left":0}); } jQuery(".bottomLine").css({"opacity":1}); jQuery(".menu a").mouseover(function() { jQuery(".menu a").removeClass("hover"); jQuery(this).addClass("hover"); jQuery(".bottomLine").animate({"left":jQuery(".menu .hover").position().left},300); }); jQuery(".menu a").mouseout(function() { jQuery(this).removeClass("hover"); }); } } function showMore(id) { jQuery(".overlay_more").fadeIn(); jQuery("body").css({"overflow":"hidden"}); jQuery(".overlay_more .lightbox_content").html("
"+jQuery(".more"+id).html()+"
"); } var galleryCounter = 0 ; var galleryId = 0; var showLightbox = false; function showGallery(id,fade) { showLightbox = "gallery"; galleryId = id; if (fade != false) jQuery(".overlay_gallery").fadeIn(); galleryCounter = 0; jQuery("body").css({"overflow":"hidden"}); if (jQuery(".gallery"+id+" .first_slide h2 .line").length == 0) jQuery(".gallery"+id+" .first_slide h2 br").after(""); jQuery(".overlay_gallery .lightbox_content").html("
"+jQuery(".gallery"+id+" .first_slide").html()+"
"); } function lightboxToLeft() { galleryCounter--; if (galleryCounter > 0) { jQuery(".overlay_gallery .lightbox_content").html(""); var $img = $('').bind('load', function(){ jQuery(".overlay_gallery .lightbox_content").html($img); }); } else showGallery(galleryId,false); } function lightboxToRight() { galleryCounter++; if ( galleryCounter < jQuery(".gallery"+galleryId+" .gallery_slide").length) { jQuery(".overlay_gallery .lightbox_content").html(""); var $img = $('').bind('load', function(){ jQuery(".overlay_gallery .lightbox_content").html($img); }); } } function showAward(id,fade) { showLightbox = "award"; galleryId = id; if (fade != false) jQuery(".overlay_awards").fadeIn(); galleryCounter = 0; jQuery("body").css({"overflow":"hidden"}); if (jQuery(".slide4 .gallery_"+id+" .first_slide h2 .line").length == 0) jQuery(".slide4 .gallery_"+id+" .first_slide h2 br").after(""); jQuery(".overlay_awards .lightbox_content").html(""); var $img = $('').bind('load', function(){ jQuery(".overlay_awards .lightbox_content").html($img); }); } function lightboxAwardsToLeft() { galleryCounter--; if (galleryCounter > 0) { jQuery(".overlay_awards .lightbox_content").html(""); var $img = $('').bind('load', function(){ jQuery(".overlay_awards .lightbox_content").html($img); }); } else showAward(galleryId,false); } function lightboxAwardsToRight() { galleryCounter++; if ( galleryCounter < jQuery(".slide4 .gallery"+galleryId+" .gallery_slide").length) { jQuery(".overlay_awards .lightbox_content").html(""); var $img = $('').bind('load', function(){ jQuery(".overlay_awards .lightbox_content").html($img); }); } } var scrollCounter = 3; function toRight() { scrollCounter++; if (scrollCounter <= jQuery(".slide3 .gallery").length) jQuery(".slide3 .subcontent").animate({"left":(-1)*(scrollCounter - 3)*(jQuery(".slide3 .gallery").first().width()/23)*26.1}); else scrollCounter = jQuery(".slide3 .gallery").length; } function toLeft() { scrollCounter--; if (scrollCounter >= 3) jQuery(".slide3 .subcontent").animate({"left":(-1)*(scrollCounter - 3)*(jQuery(".slide3 .gallery").first().width()/23)*26.1}); else scrollCounter = 3; } var slide = 0; function slideRight() { jQuery("#gallery .slide").css({"z-index":1}); jQuery("#gallery .slide"+slide).css({"z-index":2}); var cur = slide; slide++; if (slide >= (jQuery("#gallery .slide").length - 1)) slide = jQuery("#gallery .slide").length - 1; if (slide == (jQuery("#gallery .slide").length - 1)) jQuery(".galleryNavigation a:first-child").css({"opacity":0}); else jQuery(".galleryNavigation a:first-child").css({"opacity":1}); if (slide > 0) jQuery(".galleryNavigation a:last-child").css({"opacity":1}); else jQuery(".galleryNavigation a:last-child").css({"opacity":0}); var loop = 0; jQuery("#gallery .slide"+slide+" a").css({"opacity":0}); jQuery("#gallery .slide"+slide).show(); jQuery("#gallery .slide"+cur+" a").each(function() { jQuery(this).delay(loop*250).animate({"opacity":0}); loop++; }); loop = 0; jQuery("#gallery .slide"+slide+" a").each(function() { jQuery(this).delay(loop*250+250).animate({"opacity":1}); loop++; }); jQuery("#gallery .slide"+slide).css({"z-index":3}); jQuery("#gallery .slide"+cur).hide(); } function slideLeft() { jQuery("#gallery .slide").css({"z-index":1}); jQuery("#gallery .slide"+slide).css({"z-index":2}); var cur = slide; slide--; if (slide <= 0) slide = 0; if (slide == 0) jQuery(".galleryNavigation a:last-child").css({"opacity":0}); else jQuery(".galleryNavigation a:last-child").css({"opacity":1}); if (slide == (jQuery("#gallery .slide").length - 1)) jQuery(".galleryNavigation a:first-child").css({"opacity":0}); else jQuery(".galleryNavigation a:first-child").css({"opacity":1}); var loop = 0; jQuery("#gallery .slide"+slide+" a").css({"opacity":0}); jQuery("#gallery .slide"+slide).show(); jQuery("#gallery .slide"+cur+" a").each(function() { jQuery(this).delay(loop*250).animate({"opacity":0}); loop++; }); loop = 0; jQuery("#gallery .slide"+slide+" a").each(function() { jQuery(this).delay(loop*250+250).animate({"opacity":1}); loop++; }); jQuery("#gallery .slide"+slide).css({"z-index":3}); jQuery("#gallery .slide"+cur).hide(); } function startMap() { } jQuery("document").ready(function() { jQuery(".rslides").responsiveSlides({ auto: true, // Boolean: Animate automatically, true or false speed: 500, // Integer: Speed of the transition, in milliseconds timeout: 4000, // Integer: Time between slide transitions, in milliseconds pager: false, // Boolean: Show pager, true or false nav: true, // Boolean: Show navigation, true or false random: false, // Boolean: Randomize the order of the slides, true or false pause: false, // Boolean: Pause on hover, true or false pauseControls: true, // Boolean: Pause when hovering controls, true or false prevText: "Previous", // String: Text for the "previous" button nextText: "Next", // String: Text for the "next" button maxwidth: "", // Integer: Max-width of the slideshow, in pixels navContainer: "", // Selector: Where controls should be appended to, default is after the 'ul' manualControls: "", // Selector: Declare custom pager navigation namespace: "rslides", // String: Change the default namespace used before: function(){}, // Function: Before callback after: function(){} // Function: After callback }); $('.galleryOuter').flexslider({ animation: "slide", controlsContainer: $(".galleryNavigation2"), customDirectionNav: $(".galleryNavigation a") }); }); function startM() { var start = new google.maps.LatLng(54.354478, 18.656034); var map = new google.maps.Map(document.getElementById("map"), { zoom: 15, mapTypeId: google.maps.MapTypeId.ROADMAP }); map.setCenter(start); var infoWindow = new google.maps.InfoWindow; var point = new google.maps.LatLng(54.354478, 18.656034); var html = 'MONT-BUD Sp. z o.o.'; var marker = new google.maps.Marker({ map: map, position: point }); google.maps.event.addListener(marker, 'click', function() { infoWindow.setContent(html); infoWindow.open(map, marker); }); } jQuery("document").ready(function() { startM(); }) function validateForm(id) { var error = false; if (jQuery("input[name='email']").val().length < 5) error = "Proszę wprowadzić email kontaktowy\n"; if ((jQuery("input[name='subject']").val().length < 3) && (jQuery("textarea[name='message']").val().length < 3)) error = "Proszę wprowadzić temat lub treść wiaodmości"; if (error == false) { $.ajax({ url: "./send.php", type: 'POST', data: new FormData(document.getElementById('submitForm')), async: false, success: function (data) { jQuery("form").html(data) }, cache: false, contentType: false, processData: false }); } else alert(error); }