function doTerms() {
	var awindow = window.open("/terms.asp","terms",'status,scrollbars,width=560,height=520');
		awindow.creator = self;
}

function doPrivacy() {
	var awindow = window.open("/privacy.asp","privacy",'status,scrollbars,width=560,height=520');
		awindow.creator = self;
}

function doMap() {
	var awindow = window.open("/contact/map.asp","map",'status,scrollbars,width=760,height=520');
		awindow.creator = self;
}
