// function adds link into favourite

function fav()

{

  if (navigator.appName.indexOf("Explorer")!= -1) window.external.AddFavorite("http://www.crowthorne.co.uk/", "Crowthorne Insurance Services");

    else if (navigator.userAgent.indexOf("Firefox")!= -1)

      window.sidebar.addPanel("Crowthorne Insurance Services", "http://www.crowthorne.co.uk/",""); else

        alert("To add to favourite press Control + D.");

}



