function addfav()
   {
   if (document.all)
      {
      window.external.AddFavorite
      ("http://www.4babyandme.co.uk","4babyandme")
      }
   }

window.onload=montre;
function montre(id) {
   var d = document.getElementById(id);
      for (var i = 1; i<=30; i++) {
        if (document.getElementById('smenu'+i))
           {document.getElementById('smenu'+i).style.display='none';}
           }
        if (d)
           {
           d.style.display='block';
           }
   }

function lite(obj)
   {
   if (document.all&&!window.opera)
      {
      obj.filters.blendTrans.apply();
      obj.filters.blendTrans.play();
      }
   }
