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 winopen(path)
  {
  window.open(path, '_blank', 'left=400, top=100, width=500, height=350, resizable=1');
  return false;
  }


