function titre1(txt,what)  {
  return "<span class='titre1'>"+txt+"</span>";
}

/* horizontal oben */ 
var MENU_POS = new Array();
  // item sizes for different levels of menu
  if(navigator.appName.indexOf('Microsoft') == 0) { // MSIE
    MENU_POS['height'] = [23,25,25,25];
    MENU_POS['block_top'] = [82,24,8,8];
    MENU_POS['width'] = [84,160,160,160];
    MENU_POS['left'] = [84,0,0,0];
  } else {
    MENU_POS['height'] = [17,25,25,25];
    MENU_POS['block_top'] = [82,24,8,8];
    MENU_POS['width'] = [84,160,160,160];
    MENU_POS['left'] = [84,0,0,0];
  }
  // menu block offset from the origin:
  //  for root level origin is upper left corner of the page
  //  for other levels origin is upper left corner of parent item
  MENU_POS['block_left'] = [0,0,120,120];
  // offsets between items of the same level
    MENU_POS['top'] = [0,24,24,24];
  // time in milliseconds before menu is hidden after cursor has gone out
  // of any items
  MENU_POS['hide_delay'] = [200,200,200,200];
  // path to gif containing one transparent pixel
  MENU_POS['pixel_path'] = '/shared/images/transp.gif';

/* Homepage  rechts */
var MENU_POS2 = new Array();
  if(navigator.appName.indexOf('Microsoft') == 0) { // MSIE
    MENU_POS2['height'] = [26];
  } else {
    MENU_POS2['height'] = [20];
  }
  MENU_POS2['block_top'] = [153];
  MENU_POS2['width'] = [175];
  MENU_POS2['left'] = [0];
  MENU_POS2['block_left'] = [576];
  MENU_POS2['top'] = [27];
  MENU_POS2['hide_delay'] = [200];
  MENU_POS2['pixel_path'] = '/shared/images/transp.gif';

/* andere Seiten rechts */
var MENU_POS3 = new Array();
  if(navigator.appName.indexOf('Microsoft') == 0) { // MSIE
    MENU_POS3['height'] = [23,23];
  } else {
    MENU_POS3['height'] = [17,17];
  }
  MENU_POS3['block_top'] = [128,0];
  MENU_POS3['width'] = [175,175];
  MENU_POS3['left'] = [0,0];
  MENU_POS3['block_left'] = [576,-174];
  MENU_POS3['top'] = [22,22];
  MENU_POS3['hide_delay'] = [200,200];
  MENU_POS3['pixel_path'] = '/shared/images/transp.gif';

/* REVUE Seiten rechts not used anymore
var MENU_POS4 = new Array();
  if(navigator.appName.indexOf('Microsoft') == 0) { // MSIE
    MENU_POS4['height'] = [23,23];
  } else {
    MENU_POS4['height'] = [17,17];
  }
  MENU_POS4['block_top'] = [162,22];
  MENU_POS4['width'] = [175,175];
  MENU_POS4['left'] = [0,0];
  MENU_POS4['block_left'] = [576,0];
  MENU_POS4['top'] = [22,22];
  MENU_POS4['hide_delay'] = [200,200];
  MENU_POS4['pixel_path'] = '/shared/images/transp.gif';
 */

var dummy1 = new Array();
var dummy2 = new Array();

