function popMortgage(){
	url="/newton_ma_realestate/home_buying_resources/mcalc.php";
	winName="MortgageCalculator";
	features="width=360,height=450,resizable=0";
	pop = window.open(url,winName,features);
	pop.moveTo(400,150);
}
