<!--
function SwapColorOn(xitem){
	xitemObj=eval(xitem);
	xitemObj.background='../IMG/BACK2.GIF';

}

function SwapColorOff(xitem){
	xitemObj=eval(xitem);
	xitemObj.background='../IMG/BACK1.GIF';

}
-->
