		
		function doColorChange(eSrc){
			document.all[eSrc.sourceIndex].style.color = "#FFF2AB";
		}
				  
		function doColorBack(eSrc,strColor){
			document.all[eSrc.sourceIndex].style.color = strColor ;
		}	
	
		function doButtonOut(eSRC){
			//document.all[eSRC.sourceIndex].style.color = "#F5CA61";
		}
			
		function doButtonOver(eSRC){
			//document.all[eSRC.sourceIndex].style.color = "#FFF2AB";
		}
		
		
		
