function addfav()
   {
   if (document.all)
      {
      window.external.AddFavorite
      ("http://www.manstongolf.co.uk","Manston Golf Centre")
      }
   }
   
function doClear(theText) {
     if (theText.value == theText.defaultValue) {
         theText.value = ""
     }
 }




