function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",240,18,"sans-serif",12,"#ffffff","#ffff00","#008000","#000080");
  fw_menu_0.addMenuItem("Centrum pro rodinu a sociální péči","location='http://rodiny.iol.cz'");
  fw_menu_0.addMenuItem("Diecézní centrum mládeže","location='http://dcm.biskupstvi.cz'");
  fw_menu_0.addMenuItem("Katechetické centrum","location='http://kc.biskupstvi.cz'");
  fw_menu_0.addMenuItem("Centrum laických aktivit");
  fw_menu_0.hideOnMouseOut=true;
  window.fw_menu_1 = new Menu("root",210,18,"sans-serif",12,"#ffffff","#ffff00","#008000","#000080");
  fw_menu_1.addMenuItem("Duchovní centrum na Vranově","location='http://dc-vranov.katolik.cz'");
  fw_menu_1.addMenuItem("Duchovní cvičení","location='index.php?polozka=5'");
  fw_menu_1.addMenuItem("Liturgický kalendář","location='http://www.katolik.cz/kalendar/'");
  fw_menu_1.addMenuItem("Poutě");
  window.fw_menu_2 = new Menu("root",180,18,"sans-serif",12,"#ffffff","#ffff00","#008000","#000080");
  fw_menu_2.addMenuItem("Služba v nemocnicích","location='kateg.php?kateg=1'");
  fw_menu_2.addMenuItem("Služba ve věznicích","location='kateg.php?kateg=2'");
  fw_menu_2.addMenuItem("Služba studentům","location='kateg.php?kateg=3'");
  fw_menu_2.addMenuItem("Služba pro bezdomovce","location='kateg.php?kateg=4'");
  fw_menu_2.addMenuItem("Služba pro Romy","location='kateg.php?kateg=5'");
  fw_menu_2.addMenuItem("Služba pro cizince","location='kateg.php?kateg=6'");
  fw_menu_2.addMenuItem("Služba pro policii","location='kateg.php?kateg=7'");
  fw_menu_2.addMenuItem("Služba pro drogově závislé","location='kateg.php?kateg=8'");
  window.fw_menu_3 = new Menu("root",320,18,"sans-serif",12,"#ffffff","#ffff00","#008000","#000080");
  fw_menu_3.addMenuItem("BETHESDA - manželská a psychologická poradna");
  window.fw_menu_4 = new Menu("root",200,18,"sans-serif",12,"#ffffff","#ffff00","#008000","#000080");
  fw_menu_4.addMenuItem("Pastorační asistenty");
  fw_menu_4.addMenuItem("Lékaře");
  fw_menu_4.addMenuItem("Školy");
  fw_menu_4.writeMenus();
} 

function ToggleAll(checked) {
len = document.messages.elements.length;
var i = 0;
for(i = 0; i < len; i++) {
document.messages.elements[i].checked = checked;
}
}

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;
}


function showPic(doc){
    doc='http://www.biskupstvi.cz/pastorace/photo_show.php?photo_id='+doc;
    var title='NewOne';
    var features='toolbar=no, resizable=yes, statusbar=no, status=no, left = 50,top = 50';
    newWin=window.open(doc,title,features);
    newWin.focus();
}
