<!--
function addIEFavorite() {
   if (window.external) {
      external.AddFavorite(location.href, 'FirmSite Development Center')
      }
   else {
      alert("Oops,%20your%20browser%20doesn't%20support%20this%20feature.\n" +
      "If you are using Netscape Navigator, click Bookmarks\n" +
      "and then Add Bookmark to add this site to your favorites.");
      }
}
// -->