// JavaScript Document

function addToFavorites() {
	var title="DPS - Making Life Simple - Estate Agents";
	var urlAddress="http://www.dps-northampton.co.uk";
	if (window.sidebar) { 
		window.sidebar.addPanel(title, self.location.href,""); 
	} 
	else if( document.all ) {
		window.external.AddFavorite(self.location.href, title);
	} 
	else if( window.opera && window.print ) {
		return true;
	}
}