
<!--

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) {
		sto_int_02_over = newImage("images/sto_int_02-over.gif");
		sto_int_03_over = newImage("images/sto_int_03-over.gif");
		sto_int_05_over = newImage("images/sto_int_05-over.gif");
		sto_int_06_over = newImage("images/sto_int_06-over.gif");
		sto_int_09_over = newImage("images/sto_int_09-over.gif");
		sto_int_10_over = newImage("images/sto_int_10-over.gif");
		sto_int_11_over = newImage("images/sto_int_11-over.gif");
		sto_int_12_over = newImage("images/sto_int_12-over.gif");
		sto_int_13_over = newImage("images/sto_int_13-over.gif");
		sto_int_14_over = newImage("images/sto_int_14-over.gif");
		sto_int_15_over = newImage("images/sto_int_15-over.gif");
		sto_int_17_over = newImage("images/sto_int_17-over.gif");
		sto_int_18_over = newImage("images/sto_int_18-over.gif");
		sto_int_19_over = newImage("images/sto_int_19-over.gif");
		sto_int_20_over = newImage("images/sto_int_20-over.gif");
		sto_int_21_over = newImage("images/sto_int_21-over.gif");
		sto_int_24_over = newImage("images/sto_int_24-over.gif");
	
		pro_cel_int_02_over = newImage("images/pro_cel_int_02-over.gif");
		pro_cel_int_04_over = newImage("images/pro_cel_int_04-over.gif");
		pro_cel_int_05_over = newImage("images/pro_cel_int_05-over.gif");
		pro_cel_int_06_over = newImage("images/pro_cel_int_06-over.gif");

		preloadFlag = true;
	}
}


