function Detail(path)
{
	window.open("detail.php?soubor="+path, '_blank', 'left=400, top=100, width=610, height=480, resizable=1');
}

function openView(idsz) {
	location = 'byty-na-prodej/byt-'+idsz+'/';
}

