    /* <![CDATA[ */
    function initDomMenu() {
       var builder = new DomMenuBuilder();
       builder.setSettings(new Hashm(

			       'menuBarWidth', 560,
			       'subMenuWidthCorrection', -1,
			       'verticalSubMenuOffsetX', 1,
			       'verticalSubMenuOffsetY', -1,
			       'horizontalSubMenuOffsetX', 0,
			       'openMouseoverMenuDelay', 50,
			       'closeMouseoutMenuDelay', 200,
			       'distributeSpace', true,
			       'expandMenuArrowUrl', '/fileadmin/menu/arrow.gif'
			       ));
    //   document.getElementById('domMenu_main').getElementsByTagName('ul').item(0).style.display = 'none';
       builder.replace('domMenu_main');
    }

  //  window.onload = init;
    addInitCommand("initDomMenu()");
    /* ]]> */
