function add2fav() {
        title2 = "EXTRA AUTO"; 
        url2 = "http://www.extraauto.cz";
	    if (window.sidebar) { window.sidebar.addPanel(title2, url2,"");} 
	    else if( window.external ) { window.external.AddFavorite( url2, title2); }
	    else if(window.opera && window.print) { return true; }
 } 


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_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("", id, "location=no,status=no,toolbar=no,menubar=no,width="+w+",height="+h+",resizable=1,scrollbars=auto,top=150,left=150")
}

function open_win(id,w,h)
{
window.open("", id, "location=no,status=no,toolbar=no,menubar=no,width="+w+",height="+h+",resizable=1,scrollbars=yes,top=20,left=50")
}

