﻿<!--//Script Source: http://labnol.blogspot.com/2006/01/add-to-favorites-ie-bookmark-firefox.html//Modified by Dan Lettowfunction createBookmarkLink(pageUrl, pageTitle) {	    title = pageTitle;     url = pageUrl;         if (window.sidebar) { // Mozilla Firefox Bookmark        window.sidebar.addPanel(unescape(title), unescape(url), "");    } else if( window.external ) { // IE Favorite        window.external.AddFavorite( url, title);     } else if(window.opera && window.print) { // Opera Hotlist        return true;     }}function displayBookmarkButton(){        try{        if (navigator.appName == "Microsoft Internet Explorer"){            document.write('<a href="javascript:createBookmarkLink(location.href, document.title)" class="bookmark"><img src="/images/BTN_save.gif" width="138" height="26" border="0" alt="Save to Favorites" /></a></span>');             }     }catch(ex){        //Do Nothing    }}<!--//--><![CDATA[//><!--	sfHover = function() {		var sfEls = document.getElementById("nav").getElementsByTagName("LI");		for (var i=0; i<sfEls.length; i++) {			sfEls[i].onmouseover=function() {				this.className+=" sfhover";			}			sfEls[i].onmouseout=function() {				this.className=this.className.replace(new RegExp(" sfhover\\b"), "");			}		}	}	if (window.attachEvent) window.attachEvent("onload", sfHover);		//--><!]]>-->