function estimator(page){
	loc=new Array(	"estimator.htm",
				"quotpage.htm"
	);
	window.location=loc[page];
	return;
}