function addfav()
   {
   if (document.all)
      {
      window.external.AddFavorite
      ("http://www.webnet-pt.net","Web Services")
      }
   }
