<!--
function preloadImages(){	
	var preloadImages = new Array();
		preloadImages[1] = new Image();
		preloadImages[1].src = "images/nav_about_on.gif";
		preloadImages[2] = new Image();
		preloadImages[2].src = "images/nav_home_on.gif";
		preloadImages[3] = new Image();
		preloadImages[3].src = "images/nav_lots_on.gif";
		preloadImages[4] = new Image();
		preloadImages[4].src = "images/nav_purchase_on.gif";
		preloadImages[5] = new Image();
		preloadImages[5].src = "images/nav_rental_on.gif";
		preloadImages[6] = new Image();
		preloadImages[6].src = "images/button_resources_on.gif";
		preloadFlag = true;
	}
	
function MM_swapImage() {
	var i, theObj, j = 0, swapArray = new Array, oldArray = document.MM_swapImgData;
		for (i = 0; i < (MM_swapImage.arguments.length - 2); i += 3) {
  		theObj = eval(MM_swapImage.arguments[(navigator.appName == 'Netscape')?i: i + 1])
   			if (theObj != null) {
 				swapArray[j++] = theObj;
   			swapArray[j++] = (oldArray == null || oldArray[j - 1] != theObj)?theObj.src: oldArray[j];
   			theObj.src = MM_swapImage.arguments[i + 2];
 			}
 		}
	document.MM_swapImgData = swapArray;
}

function MM_swapImgRestore() {
	if (document.MM_swapImgData != null)
		for (var i = 0; i < (document.MM_swapImgData.length - 1); i += 2)
 			document.MM_swapImgData[i].src = document.MM_swapImgData[i + 1];
}

function lifecycle(page) {
	picWindow = window.open( page, 'lifecycle', 'toolbar=no,location=no,scrollbars=no,width=720,height=540')
}

function ckHomeType() {

	if (document.contactForm.typeOfHome.value == 'Manufactured_Home' ) {
		window.alert ("Unfortunately, due to lending guidelines,\nManufactured Homes built to HUD\nguidelines are not eligible for financing.");
    document.contactForm.typeOfHome.focus();
		return false;
	}

}


function ckCredit() {

	if (document.contactForm.creditScoreRange.value == 'Less than 649' ) {
		window.alert ("Unfortunately, we don't have loan programs\nfor people with credit scores under\n650 at this time.");
    document.contactForm.typeOfHome.focus();
		return false;
	}

}

function ckEstimatedCredit() {

	if (document.contactForm.estimatedCreditRating.value != 'Good') {
	if (document.contactForm.estimatedCreditRating.value != 'Excellent') {
 		window.alert ("Unfortunately, we only have loan programs\nfor people with Good or Exellent\ncredit at this time.");
    document.contactForm.typeOfHome.focus();
		return false;
}
	}

}

//-->

