<!--

  function addToFavorites() {
    if (window.external) {
      window.external.AddFavorite(location.href,document.title);
    } else {
      if (window.sidebar) {
        window.sidebar.addPanel(document.title,location.href, "");
      } //if
    } //if
  } //function

  function makeCurrentPageStartPage(obj) {
    if (window.external) {
      obj.style.behavior='url(#default#homepage)';
      obj.setHomePage(location.href);
    } else {
      alert("Your browser doesn't support this function.");
    } //if
  } //function

//-->

