// Swap function
function swap(n,s,m) {
	if (document.images) {
		document.images[n].src="/lib/images/" + n + s + ".gif"
		parent.status = m
	}
	return true
}

// Preload images for rollovers
var aImgNames = new Array("header_home","header_about","header_investmentrecord",
	"header_articles","header_contact")
var aImgFiles = new Array()
if (document.images) for (i=0;i<aImgNames.length;i++) {
	aImgFiles[i] = new Image()
	aImgFiles[i].src = "/lib/images/" + aImgNames[i] + "_on.gif"
}

// Mail me
function mailme(m) {
	window.location="mailto:" + m + "@chapelhilladvisors.com";
	return false;
}