function openFoto($mkey,$sroot) {
msg = window.open('http://www.jadran.cz/foto_d.php?cislo='+$mkey, '_blank', 'toolbar=no, menubar=no, location=no, directories=no, scrollbars=no, resizable=no, status=no, width=40, height=40, top=40, left=40')
}

function openPrint($mkey,$sroot) {
msg = window.open($sroot+'tisk.php?'+$mkey, '_blank', 'toolbar=yes, menubar=yes, location=no, directories=no, scrollbars=yes, resizable=no, status=no, width=700, height=600, top=40, left=40')
}

function openPrintSmlouva($mkey) {
msg = window.open('smlouva_tisk.php?'+$mkey, '_blank', 'toolbar=yes, menubar=yes, location=no, directories=no, scrollbars=yes, resizable=no, status=no, width=700, height=600, top=40, left=40')
}

function openRezervace($mkey,$sroot) {
msg = window.open($sroot+'rezervace.php?'+$mkey, '_blank', 'toolbar=no, menubar=no, location=no, directories=no, scrollbars=no, resizable=no, status=no, width=400, height=560, top='+((screen.Height-560)/2)+', left='+((screen.Width-400)/2))
}

function openRezervaceLM($mkey,$sroot) {
msg = window.open($sroot+'rezervace_lm.php?'+$mkey, '_blank', 'toolbar=no, menubar=no, location=no, directories=no, scrollbars=no, resizable=no, status=no, width=400, height=560, top='+((screen.Height-560)/2)+', left='+((screen.Width-400)/2))
}

function openInfo($mkey) {
msg = window.open('info.php?cislo='+$mkey, '_blank', 'toolbar=no, menubar=no, location=no, directories=no, scrollbars=yes, resizable=no, status=yes, width=500, height=400, top='+((screen.Height-400)/2)+', left='+((screen.Width-500)/2))
}

