document.write('<style>.itemhide {display:none} </style>');

$(document).ready(function() {

$("div.tabulka table tr").hover(function(){
$(this).children("td").addClass("td-hover");
},
function(){
$("table tr").children("td").removeClass("td-hover");
});

$("div.tabulka table tr td").click(function(){
location.href=$(this).parent("tr").children("td:first").children("a").attr("href");
});

$("#itemshow").click(function(){
$(this).hide();
$(".itemhide").show();
});

 $("#banner-small").flash({
    src: "/uploads/images/maly_flash.swf",
    width: 228,
    height: 109,
    wmode: "transparent"
}); 

 $("#homepage #graphic").flash({
    src: "images/flash/preprava_uvod.swf",
    width: 691,
    height: 227,
    wmode: "transparent"
});

 $("#banner").flash({
    src: "uploads/images/banners/autorental_banner.swf",
    width: 468,
    height: 40,
    wmode: "transparent"
});



});

