
//--------------------------------------------------------

function switchclick(elmt,imgnm){document.getElementById(elmt).src=imgnm;}

//--------------------------------------------------------

function addToFavorites(){
	if (window.external){
		window.external.Addfavorite('http://www.california-criminal-dui-lawyer.com/','The Brewer Law Firm')
	}else{
		alert('You are using a browser that does not support adding Favorites by script, please add it manually');
	}
}

//--------------------------------------------------------

