var MENU1_ITEMS =[
  [wrap_blue('For sale'), 'vendrea.htm', {'sw':60, 'bw':124,'tt': 'All you want to know about horses for sale'}],
   [wrap_blue('Site Plan'), 'plana.htm', {'sw':70, 'bw':83,'tt': 'All pages available at the Élevage Fabie web site'}],
   [wrap_blue('Road Map'), 'cartea.htm', {'sw':75, 'bw':103,'tt': 'A road map to get to Élevage Fabie'}],
   [wrap_blue('Contact'), 'contacta.htm', {'sw':60, 'bw':118,'tt': 'E-mail'}],
   [wrap_blue('Links'), 'liena.htm', {'sw':43, 'bw':43,'tt': 'Links related to the Canadian Horse'}]
];

function wrap_blue (text) {
  var res=[];
  for (var i=0; i<3; i++)
    res[i]=['<table cellpadding="0" cellspacing="0" border="0"><tr><td><img src="img/blue',
      (i?2:1),'_l.gif" width="8" height="23" border="0"></td><td background="img/blue',
      (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/blue',
      (i?2:1),'_r.gif" width="8" height="23" border="0"></td></tr></table>'
    ].join('');
  return res;
}
