<!-- //
		var urlAddress = "default.htm";
		var pageName   = "EDI - The Partial Discharge Experts";
		function addToFavorites() {
			if (window.external) {
				window.external.AddFavorite(urlAddress,pageName)
			}
			else {
				alert("Sorry! Your browser doesn't support this function.");
			}
		}
// -->