<!--
function confirm_submit() {
	if (ALP.product.selectedIndex == 0) {
	alert("Please Select Loan Purpose");
	ALP.product.focus();
	return (false);
	}
	if (ALP.p_descr.selectedIndex == 0) {
	alert("Please Select Property Type");
	ALP.p_descr.focus();
	return (false);
	}
	if (ALP.p_purpose.selectedIndex == 0) {
	alert("Please Select Property Purpose");
	ALP.p_purpose.focus();
	return (false);
	}
	if (ALP.cred_hist.selectedIndex == 0) {
	alert("Please Select Credit Rating");
	ALP.cred_hist.focus();
	return (false);
	}
return (true);
}
var urlAddress = "http://www.mortgage.net"; 
var pageName = "Mortgage.net"; 
function addToFavorites() { 
	if (window.external) { 
		window.external.AddFavorite(urlAddress,pageName) 
	} 
	else { 
	alert("Sorry! Your browser doesn't support this function."); 
	} 
}
 // -->