function ow_files(theURL,winName) {
window.open(theURL,winName, "scrollbars=yes,width=560,height=450,top=150,left=200");
}
function ow_koment(theURL,winName) {
window.open(theURL,winName, "scrollbars=yes,width=560,height=700,top=150,left=200");
}
function ow_lokalita(theURL,winName) {
window.open(theURL,winName, "scrollbars=no,width=400,height=400,top=150,left=200");
}
