﻿function DivBackRenkDegis(fDivID,TmDvCls) {
	$('.'+TmDvCls).animate({ backgroundColor: "#cccccc" }, 'fast');
	$('#'+fDivID).animate({ backgroundColor: "#33cc66" }, 'slow');
return true;
};
