$(document).ready(function(){
	$(function() {
	  $("a[rel^='lightbox']").lightbox();
	});
  /* kulaté rohy */ 
  $('#left .menu li a').corner('4px');
	$('.graybox').corner('4px');
	$('#car2 ul li a').corner('4px');
  $('#vipkurzy').corner('4px');
  $('#kupon .isubmit').corner('4px');
  $('#lastupdate').corner('4px 4px 0 0');
  $('#mapa, #mapa2').corner('4px');
  /*$('.form .isubmit').corner('4px');*/
  $('.tmpSlideshowControl').corner('4px');
  
  $('.desctop').click(function(){
    $('div.descbottom').slideUp();
    $(this).next('div').slideDown();
  });
   
  $(function() { 
		$("div.desctop:odd").addClass("suda"); 
	});
	
	$("#popKrajClose").click(function(){ $("#popKraj").fadeOut(500);});
  
     
});
re = /^[^.]+(\.[^.]+)*@([^.]+[.])+[a-z]{2,4}$/;
function showIt(prvek) {
  $('.hide-img').css('display','none');
	$('#xy'+prvek).css('display','block');
}
function openKraj(prvek) {
  $('#popKraj').hide();
  $('#popKrajCnt').html('');
	$('#popKrajCnt').load('kraj-'+ prvek +'.html');
	$('#popKraj').fadeIn(1000);
}

function kontrolamail() {
	if (document.news.emailnews.value== ""){
		alert("Prosím, vložte svůj email");
		document.news.emailnews.focus();
		document.news.emailnews.select();
		return false;
	}
	if ( document.news.emailnews.value != "" ) {
		if (re.test(document.news.emailnews.value) == 0) {
			alert ("E-mailová adresa není správná");
			document.news.emailnews.focus();
			document.news.emailnews.select();
			return false;
		}
	}
}

