// JavaScript Document

// otevreni v novem okne
function noveOkno(soubor){
window.open(soubor, "", "width=800,height=600")
}

