$(document).ready(function(){
	validTarget("a.blank");

	$(".menu a.podnikatelia span.grey-effect").html($("a.podnikatelia").html());
	$(".menu a.obcania span.grey-effect").html($("a.obcania").html());
	$(".menu a.vozidla span.grey-effect").html($("a.vozidla").html());
	$(".menu a.referencie span.grey-effect").html($("a.referencie").html());
	$(".menu a.kariera span.grey-effect").html($("a.kariera").html());
	
	$(".menu a .grey-effect").removeClass('grey-effect');
		
	$(".menu a").hover(function() {
		$(this).children('span').stop(true,true).fadeOut();
	},function() {
		$(this).children('span').stop(true,true).fadeIn();
	});

	$('#blok-bbsluzba-929784 div table tr td').first().each(function(){
		$(this).css('background','#ecfbcd');
		$(this).css('fontWeight','bold');
	});
	$("#odkaz-bbsluzba-929784").css('display','none');        
});

function validTarget(handler) {
    $(handler).click(function(){
        window.open(this.href);
        return false;
    });
}
