// JavaScript HomePage
$(document).ready(
	function(){
	$('ul#titFotoWrapIndex').innerfade({
		speed: 1000,
		timeout: 5000,
		type: 'sequence',
		containerheight: '220px'
	});

	$('#kontakt1').click(function(){
		$.cookie('kontaktni-formular',1,{expires:1,path:'/kontakt/'});
		$.cookie('contact-form',1,{expires:1,path:'/en/contact/'});
	});
	$('#vykupuj,#vykupHome').click(function(){
		$.cookie('palety-vykup-vase-nabidka-na-vykup-palet',1,{expires:1,path:'/vykup/'});
		$.cookie('purchase-of-palettes-your-offer-to-palette-purchase',1,{expires:1,path:'/en/purchase/'});
	});
	$('#opravuj').click(function(){
		$.cookie('palety-poptavka-opravy-palet',1,{expires:1,path:'/opravy/'});
		$.cookie('palletes-inquiry-of-palette-repair',1,{expires:1,path:'/en/repairs/'});
	});
	$('#vyrabej').click(function(){
		$.cookie('vyroba-palety-kalkulace',1,{expires:1,path:'/vyroba/'});
		$.cookie('production-of-palettes-inquiry',1,{expires:1,path:'/en/production/'});
	});
	$('#nakupuj').click(function(){
		$.cookie('palety-prodej-palet',1,{expires:1,path:'/prodej/'});
		$.cookie('palettes-sale-of-palettes',1,{expires:1,path:'/en/sale/'});
	});
	$('#kalkuluj').click(function(){
		$.cookie('orientacni-kalkulace-vyroby',1,{expires:1,path:'/en/production/'});
	});
});
