		
   	var IMG01 = new Image(); IMG01.src = "images/jonti-persian-cat-background.jpg";
	var IMG02 = new Image(); IMG02.src = "images/jonti-persian-cat-background-right-border.gif";
   	var IMG03 = new Image(); IMG03.src = "images/jonti-persian-cat-navigation.gif";

	
	function doTextHighlight(eSRC){
		if(!document.layers){
			document.all[eSRC.sourceIndex].style.color = "#F9CE6E";
		}
	}

	function doTextNormal(eSRC, sColor){
		if(!document.layers){
			document.all[eSRC.sourceIndex].style.color = sColor;
		}
	}
	
	function doButtonOut(eSRC){
		document.all[eSRC.sourceIndex].style.color = '#3B593D';
	}
		
	function doButtonOver(eSRC){
		document.all[eSRC.sourceIndex].style.color = 'darkred';
	}