<!--

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) {
		austinaptfinders061702_09_over = newImage("images/austinaptfinders061702_09-o.gif");
		austinaptfinders061702_12_over = newImage("images/austinaptfinders061702_12-o.gif");
		austinaptfinders061702_17_over = newImage("images/austinaptfinders061702_17-o.gif");
		austinaptfinders061702_21_over = newImage("images/austinaptfinders061702_21-o.gif");
		austinaptfinders061702_22_over = newImage("images/austinaptfinders061702_22-o.gif");
		austinaptfinders061702_23_over = newImage("images/austinaptfinders061702_23-o.gif");
		austinaptfinders061702_24_over = newImage("images/austinaptfinders061702_24-o.gif");
		austinaptfinders061702_31_over = newImage("images/austinaptfinders061702_31-o.gif");
		preloadFlag = true;
	}
}

// -->