<!--

function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}

var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		right_02_over = newImage("images/right-over_02.gif");
		right_03_over = newImage("images/right-over_03.gif");
		right_04_over = newImage("images/right-over_04.gif");
		right_05_over = newImage("images/right-over_05.gif");
		right_06_over = newImage("images/right-over_06.gif");
		right_07_over = newImage("images/right-over_07.gif");
		top_07_over = newImage("images/top_07-over.gif");
		top_08_over = newImage("images/top_08-over.gif");
		top_09_over = newImage("images/top_09-over.gif");
		top_10_over = newImage("images/top_10-over.gif");
		head_01_over = newImage("images/head-over_01.gif");
		head_02_over = newImage("images/head-over_02.gif");
		head_03_over = newImage("images/head-over_03.gif");
		head_04_over = newImage("images/head-over_04.gif");
		head_05_over = newImage("images/head-over_05.gif");
		head_06_over = newImage("images/head-over_06.gif");
		index_01_03_over = newImage("images/index_01_03-over.gif");
		index_02_04_over = newImage("images/index_02_04-over.gif");
		featured_04_over = newImage("images/featured_04-over.gif");
		property_listing_04_over = newImage("images/property_listing_04-over.gif");
		property_listing_04a_over = newImage("images/property_listing_04a-over.gif");
		property_listing_05_over = newImage("images/property_listing_05-over.gif");
		property_listing_06_over = newImage("images/property_listing_06-over.gif");		
		property_listing_07_over = newImage("images/property_listing_04-over.gif");
		property_listing_08_over = newImage("images/property_listing_05-over.gif");
		property_listing_09_over = newImage("images/property_listing_06-over.gif");	
		request_over = newImage("images/request-over.gif");
		tell_over = newImage("images/tell-over.gif");			
		preloadFlag = true;
	}
}

// -->
