function dropdown(){

var LoanType = document.app.loantype.value

	if(LoanType == ""){
		alert("Please select your Loan Type");
		return false;
	}
}