function confirm_entry(field,id)
{
input_box=confirm("Opravdu smazat " + id + "?");
if (input_box==true)
{
window.open(field,"Smaz","toolbar=no, width=350px,height=220px,directories=no,status=no,scrollbars=yes,resizable=yes,menubar=no;scroll=no")
alert ("Nemovitost " + id + " byla smazána.");
}
}
function mm_open(theURL) {
  window.open(theURL,'DETAIL','scrollbars=yes,resizable=yes,width=600,height=600');
}
function mm_open3(theURL) {
  window.open(theURL,'DETAIL','scrollbars=yes,resizable=yes,width=100,height=80');
}
function mm_open2(theURL) {
  window.open(theURL,'DETAIL','scrollbars=yes,resizable=yes,width=730,height=550');
}

function PopupPic(sPicURL) {
                                window.open('foto.php?src='+sPicURL, '', 'resizable=1,HEIGHT=200,WIDTH=200');
                        }
function nahled(sPicURL) {
                                window.open('nahled.php?src='+sPicURL, '', 'resizable=1,HEIGHT=200,WIDTH=200');
                        }
