var MENU2_ITEMS = [
  [wrap_gold('Informations'), null, {'sw':90},

    ['Mot de bienvenue', 'accueilf.htm'],
    ['Historique', 'histor.htm'],
    ['Propriétaires', 'proprio.htm'],

  ],


  [wrap_gold('Saillie'), 'saillie.htm', {'sw':50, 'tt': 'Services de saillie avec Paulo et Jupiter'}






  ],

  [wrap_gold('Chevaux'), null, {'sw':70},

    ['Programme \'Veux-tu grandir avec moi\'', 'grandir.htm'],
    ['Étalons', 'etalons.htm'],
    ['Juments', 'Juments.htm'],
    ['Poulains nés en 2004', 'p2004.htm'],
    ['Poulains nés en 2005', 'p2005.htm'],
    ['Poulains nés en 2006', 'p2006.htm'],
    ['Poulains nés en 2007', 'p2007.htm'],
    ['Poulains nés en 2008', 'p2008.htm'],
    ['Poulains nés en 2009', 'p2009.htm'],
    ['Poulains nés en 2010', 'p2010.htm'],
    ['Poulains nés en 2011', 'p2011.htm'],
    ['Chevaux à vendre', 'vendre.htm'],

  ],

  [wrap_gold('Services'), null, {'sw':70},

    ['Entraînement', 'entrain.htm'],
    ['Promenade en remorque à foin', 'promenade.htm'],
    ['Tour de traîneaux', 'tour.htm'],
    ['Occasions spéciales', 'occasions.htm'],
    ['Pension', 'pension.htm'],
    ['Photos 2010', 'photos2010.htm'],
  ],

 

];

function wrap_gold (text) {
  var res=[];
  for (var i=0; i<3; i++)
    res[i]=['<table cellpadding="0" cellspacing="0" border="0"><tr><td><img src="img/gold',
      (i?2:1),'_l.gif" width="8" height="23" border="0"></td><td background="img/gold',
      (i?2:1),'_m.gif" style="font-face: tahoma, verdana, arial; font-size: 11px; font-weight: bold; color: #105D94" width="100%">',text,'</td><td><img src="img/gold',
      (i?2:1),'_r.gif" width="8" height="23" border="0"></td></tr></table>'
    ].join('');
  return res;
}
