$(window).load(function() {
if (document.getElementById('slider') != null) {
	$('#slider').nivoSlider({
		effect:'random', // Specify sets like: 'fold,fade,sliceDown'
		slices:6, // For slice animations
		boxCols:4, // For box animations
		boxRows:4, // For box animations
		animSpeed:500, // Slide transition speed
		pauseTime:3500, // How long each slide will show
		startSlide:0, // Set starting Slide (0 index)
		directionNav:true, // Next & Prev navigation
		directionNavHide:true, // Only show on hover
		controlNav:true, // 1,2,3... navigation
		controlNavThumbs:false, // Use thumbnails for Control Nav
		controlNavThumbsFromRel:false, // Use image rel for thumbs
		controlNavThumbsSearch: '.jpg', // Replace this with...
		controlNavThumbsReplace: '_thumb.jpg', // ...this in thumb Image src
		keyboardNav:true, // Use left & right arrows
		pauseOnHover:false, // Stop animation while hovering
		manualAdvance:false, // Force manual transitions
		captionOpacity:0.75, // Universal caption opacity
		prevText: 'Poprzedni', // Prev directionNav text
		nextText: 'Następny', // Next directionNav text
		beforeChange: function(){}, // Triggers before a slide transition
		afterChange: function(){}, // Triggers after a slide transition
		slideshowEnd: function(){}, // Triggers after all slides have been shown
		lastSlide: function(){}, // Triggers when last slide is shown
		afterLoad: function(){} // Triggers when slider has loaded
	});
}
var shopUrl = 'http://sklep.darymex.pl';
var shopLink = document.getElementById('sklep');
var curUrl = window.location.toString();
var shopLinks = {
	// posciele
	'producent/konfekcja_poscielowa.html':'230-posciel-satynowa',
	'producent/posciel.html':'230-posciel-satynowa',
	'producent/posciel_frotte.html':'179-posciele-frotte',
	'producent/posciel_jersey.html':'162-posciele-jersey',
	'producent/posciel_kora.html':'125-posciel-kora',
	'producent/posciel_flanela.html':'286-posciel-flanelowa',
	'producent/posciel_bawelna.html':'148-posciele-bawelna',
	'producent/posciel_bawelna_tex.html':'95-posciele-bawelna-textom',
	'producent/posciel_satyna.html':'66-posciele-satyna-druk',
	'producent/posciel_satyna_kolekcja2010_11.html':'6-posciele-satyna-bawelniana-2011',
	'producent/posciel_satyna_royal.html':'233-posciel-satyna-royal',
	'producent/posciel_satyna_exclusive.html':'231-posciel-lady',
	// przescieradla
	'producent/przescieradla.html':'10-przescieradla',
	'producent/przescieradla_frotte.html':'12-przescieradla-frotte-z-gumka',
	'producent/przescieradla_jersey.html':'11-przescieradla-jersey-z-gumka',
	'producent/przescieradla_kora.html':'10-przescieradla',
	'producent/przescieradla_flanela.html':'292-flanela',
	'producent/przescieradla_bawelna.html':'10-przescieradla',
	'producent/przescieradla_satyna.html':'14-przescieradla-satyna-bez-gumki',
	// poszewki
	'poszewki.html':'74-poszewki-na-poduszki',
	// ochraniacze
	'ochraniacz':'48-ochraniacze-higieniczne',
	'ochronne':'53-przescieradla-ochronne-z-gumka',
	// obrusy biezniki
	'producent/konfekcja_stolowa.html':'173-obrusy',
	'obrusy':'173-obrusy',
	'serwet':'173-obrusy',
	// firany zaslony
	'hurtownia/firany_zaslony.html':'172-firany',
	// narzuty koce
	'hurtownia/narzuty_koce.html':'25-narzuty-na-lozko',
	'narzuty_':'25-narzuty-na-lozko',
	'hurtownia/koce_import.html':'25-narzuty-na-lozko',
	'koc':'217-koce',
	// koldry poduszki
	'hurtownia/koldry_poduszki.html':'71-koldry-i-poduszki',
	'import/koldry_soft_dream.html':'71-koldry-i-poduszki',
	'import/koldry_standard.html':'71-koldry-i-poduszki',
	// reczniki szlafroki
	'hurtownia/reczniki_szlafroki.html':'91-reczniki',
	'hurtownia/reczniki.html':'91-reczniki',
	'hurtownia/reczniki_ex.html':'91-reczniki',
	'hurtownia/reczniki_tac.html':'91-reczniki',
	'hurtownia/reczniki_dla_dzieci_tac.html':'143-reczniki-dla-dzieci',
	'hurtownia/reczniki_bamboo.html':'92-reczniki-bamboo',
	'hurtownia/szlafroki.html':'79-szlafroki',
	// wsypy
	'hurtownia/wsyp_konfekcja_wsypowa.html':'175-wsyp-inlet',
	// firany
	'hurtownia/firany.html':'172-firany',
	// fartuszki
	'fartusz':'277-fartuszki',
	// dla dzieci
	'hurtownia/oferta_dziecieca.html':'26-artykuly-dla-dzieci',
	'hurtownia/posciel_dla_dzieci.html':'153-posciel-dla-dzieci',
	'hurtownia/przescieradla.html':'27-przescieradelka',
	'hurtownia/ochraniaczehigieniczne.html':'52-ochraniacze-higieniczne',
	'hurtownia/narzuty.html':'131-narzuty-na-dzieciece-lozko',
	'hurtownia/reczniki_dla_dzieci_tac.html':'143-reczniki-dla-dzieci',
	'hurtownia/wyposazenie_lozeczka.html':'102-lozeczko-dziecka'
};
var shopLinksC = shopLinks.length;
var shopLinkCur = '';
if (shopLink != null) {
	var re = new RegExp(curUrl, 'gi');
	for (var i in shopLinks) {
		if (curUrl.match(i) != null && shopLinks[i].length > 3) {
			shopLink.href = shopUrl + '/' + shopLinks[i];
			shopLinkCur = '/' + shopLinks[i];
			break;
		}
	}
}
$.cookie('shoptip', null);
//var c = $.cookie('shoptip');
var s = true;//(c != 'disable' ? true : false);
$('#sklep').qtip({
	content: {
		text: '<a id="sklep2" class="title-link" href="http://sklep.darymex.pl'+ shopLinkCur +'">sklep.darymex.pl</a><br/>Na zakupy detaliczne<br/> zapraszamy do sklepu'
		//title: {
			//text: '<a id="sklep2" class="title-link" href="http://sklep.darymex.pl'+ shopLinkCur +'">sklep.darymex.pl</a>',
			//button: 'Nie wyświetlaj już tej podpowiedzi'
		//}
	},
	position: {
		at: 'top center', // Position the tooltip above the link
		my: 'bottom center',
		viewport: $(window), // Keep the tooltip on-screen at all times
		adjust: {method: 'none none'}
	},
	show: {
		event: 'mouseover',
		ready: s,
		delay: 250,
		effect: function(offset) {$(this).fadeIn(800)}
		//solo: true // Only show one tooltip at a time
	},
	hide: false,//'unfocus',
	//events: {
		//hide: function (event, api) {$.cookie('shoptip', 'disable', {expires: 7, path: '/'})}
	//},
	style: {
		//classes: 'ui-tooltip-wiki ui-tooltip-light ui-tooltip-shadow'
		classes: 'ui-tooltip-cream',
		width: '130px'
	}
});
});
