$(document).ready(function(){
  $("#vypis_bytu tr").hover(function(){
    if ($(this).hasClass("even") || $(this).hasClass("odd"))
      $(this).children().addClass("active");
  }, function(){
    $(this).children().removeClass("active");
  });
  
  $("#vypis_bytu tr").click(function(){
    if (typeof($(this).children("td:first").children("a:first").attr("href")) != 'undefined')
      location.href = $(this).children("td:first").children("a:first").attr("href");
  });
  
  //alert('wtf');
  });


function Detail(path)
{
	window.open("detail.php?file="+path, '_blank', 'left=400, top=100, width=610, height=480, status=1, resizable=1');
}

function openView(idsz) {
	location = 'byty-na-prodej/byt-'+idsz+'/';
}

function zmenv_okna()
{
  window.resizeTo(obrazek.width+10, obrazek.height+50);
}


