$(document).ready(function(){
	
	var docWidth = $(window).width();
	
	if(docWidth<1210) {
		$("body").addClass("small");
	}
	
	$('#nav li:has(ul)').hover(function(){
		$(this).find('ul').css('display', 'block');
	
	}, function(){
		$(this).find('ul').css('display', 'none');
		
	});
		
	if(lang=="pl"){
		$('#searchbar').example("Wyszukaj...");
		$('#searchbar-en').example("Search...");
		$('#searchbar-de').example("Suche...");
		$('#searchbar-ru').example("Suche...");
		$('#your-name').example("Imię i nazwisko");
		$('#your-firm').example("Reprezentowana firma");
		$('#your-email').example("Adres e-mail");
		$('#your-phone').example("Numer telefonu");
		$('#your-message').example("Wpisz treść swojej wiadomości...");
	} else if(lang=="en"){
		$('#searchbar').example("Wyszukaj...");
		$('#searchbar-en').example("Search...");
		$('#searchbar-de').example("Suche...");
		$('#searchbar-ru').example("Suche...");
		$('#your-name').example("Your name");
		$('#your-firm').example("Company");
		$('#your-email').example("E-mail address");
		$('#your-phone').example("Phone number");
		$('#your-message').example("Write here...");
		$('#content input[type=submit]').attr("value", "Send us an e-mail");
	} else if(lang=="de"){
		$('#searchbar').example("Wyszukaj...");
		$('#searchbar-en').example("Search...");
		$('#searchbar-de').example("Suche...");
		$('#searchbar-ru').example("Suche...");
		$('#your-name').example("Imię i nazwisko");
		$('#your-firm').example("Reprezentowana firma");
		$('#your-email').example("Adres e-mail");
		$('#your-phone').example("Numer telefonu");
		$('#your-message').example("Wpisz treść swojej wiadomości...");
		$('#content input[type=submit]').attr("value", "Send us an e-mail");
	} else if(lang=="ru"){
		$('#searchbar').example("Wyszukaj...");
		$('#searchbar-en').example("Search...");
		$('#searchbar-de').example("Suche...");
		$('#searchbar-ru').example("Ищи...");
		$('#your-name').example("Имя и Фамилия");
		$('#your-firm').example("Представляемая фирма");
		$('#your-email').example("Адрес е-мейл");
		$('#your-phone').example("Номер телефона");
		$('#your-message').example("Впиши содержание своего известия...");
		$('#content input[type=submit]').attr("value", "Отправь нам вопрос");
	}
	
	$("a.fancy").fancybox({
		'width'				: 640,
		'height'			: 650,
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'scrolling'			: 'none'
	});
	
	$("#certyfikaty a").fancybox({
	    'titleShow'     : false,
		'overlayShow'	: false,
		'padding'		: 0,
		'autoScale'     : false
	});

	if(window.location.hash == "#viggami") {
		$("#preloader").remove();
	} else {
		$("#dragon").animate({left: -80}, 1400); // 1400
		$("#viggami_logo").animate({right: -80}, 1400, function(){ // 1400
			setTimeout(function(){$("#preloader").animate({top: -1100}, 1400);}, 1400); // 1400
		});
	}
			
});
