function setPointer(theRow, thePointerColor)
{
    if (thePointerColor == '' || typeof(theRow.style) == 'undefined') {
        return false;
    }
    if (typeof(document.getElementsByTagName) != 'undefined') {
        var theCells = theRow.getElementsByTagName('td');
    }
    else if (typeof(theRow.cells) != 'undefined') {
        var theCells = theRow.cells;
    }
    else {
        return false;
    }

    var rowCellsCnt  = theCells.length;
    for (var c = 0; c < rowCellsCnt; c++) {
        theCells[c].style.backgroundColor = thePointerColor;
    }
    return true;
} // end of the 'setPointer()' function 
function opravdu(co)
{   
 if(!confirm("Opravdu chcete "+co+" ?")) return false;
 return true
}


function smazat(pole)
{   
pole.value="";
return true
}

function open_win()
{
window.open("", "pravidla", "location=no,status=no,toolbar=no,menubar=no,width=650,height=550,resizable=1,scrollbars=yes")
}


function open_rez()
{
window.open("pravidla.html", "rezervace", "location=no,status=no,toolbar=no,menubar=no,width=650,height=550,resizable=0,scrollbars=yes")

}
function open_foto(id,w,h)
{
window.open("", "foto"+id, "location=no,status=no,toolbar=no,menubar=no,width="+w+",height="+h+",resizable=1,scrollbars=yes,top=150,left=150")
}

