<!-- load images either individually or as an array-->
<!--

if (document.images){

corporate_overviewon = new Image();
corporate_overviewon.src = "http://www.bostonprivate.com/images/01-n1-corporate_overview-o.gif";

corporate_overviewoff = new Image();
corporate_overviewoff.src = "http://www.bostonprivate.com/images/01-n1-corporate_overview-u.gif";

investor_relationson = new Image();
investor_relationson.src = "http://www.bostonprivate.com/images/02-n1-investor_relations-o.gif";

investor_relationsoff = new Image();
investor_relationsoff.src = "http://www.bostonprivate.com/images/02-n1-investor_relations-u.gif";

newson = new Image();
newson.src = "http://www.bostonprivate.com/images/03-n1-news-o.gif";

newsoff = new Image();
newsoff.src = "http://www.bostonprivate.com/images/03-n1-news-u.gif";

contact_uson = new Image();
contact_uson.src = "http://www.bostonprivate.com/images/04-n1-contact_us-o.gif";

contact_usoff = new Image();
contact_usoff.src = "http://www.bostonprivate.com/images/04-n1-contact_us-u.gif";

function rollOver(imgName){
	if (document.images){
		document[imgName].src = eval(imgName + "on.src");
	}
}
function rollOut(imgName){
	if (document.images){
		document[imgName].src = eval(imgName + "off.src");
	}
}

}

// -->

