function okno(theURL,winName,features) { // otevírá nové okno s definovanými rozměry
window.open(theURL,winName,features);
}

