
function hilight( obj ) {
	if (!document.layers) {obj.style.background = '#FFCC00'; return true;}
}
function fade( obj ) {
	if (!document.layers) {obj.style.background = '#F4F4F4'; return true;}
}

