$(document).ready(function() {
	$('.button-o-spolecnosti,.button-vice-referenci,.button-nase-kompletni-nabidka,.button-vybrane-reference,.button-vice-fotografii-vyrobku,.button-prehled-naseho-sortimentu').append('<span class="hover"></span>').each(function () {
	  	var $span = $('> span.hover', this).css('opacity', 0);
	  	$(this).hover(function () {
	    	$span.stop().fadeTo(500, 1);
	 	}, function () {
	   $span.stop().fadeTo(500, 0);
	  	});
	});
});

$(document).ready(function() {
	$("a[rel=auto]").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	true
	});
	
	$("a[rel=voda]").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	true
	});
	
	$("a[rel=zakazky]").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	true
	});
	
		$("a[rel=spolecnost]").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	true
	});
	
});


function checkForm(){
	f = eval("document.forms.PRYZ")
	if (f.jmeno.value=="") return(alert("Vyplňte prosím Vaše jméno. Děkujeme"))
	if (f.email.value=="") return(alert("Vyplňte prosím Vaši e-mailovou adresu. Děkujeme"))
	if (f.firma.value=="") return(alert("Vyplňte prosím název Vaší firmy. Děkujeme"))
	if (f.adresa.value=="") return(alert("Vyplňte prosím Vaší adresu. Děkujeme"))
	if (f.mesto.value=="") return(alert("Vyplňte prosím Vaše město. Děkujeme"))
	if (f.psc.value=="") return(alert("Vyplňte prosím PSČ Vašeho města. Děkujeme"))
	return(f.submit())
}
