	function rollOn(obj)
	{
		obj.style.background = 'url(/images/tabon.gif) no-repeat left';
		obj.style.color = '#FFFFFF';
		obj.style.cursor = 'hand';
	}
	
	function rollOff(obj)
	{
		obj.style.background = 'url(/images/taboff.gif) no-repeat left';
		obj.style.color = '#FFFFFF';
		obj.style.cursor = 'default';
	}
	
	function rollOff2(obj)
	{
		obj.style.background = 'url(/images/tabon.gif) no-repeat left';
		obj.style.color = '#FFFFFF';
		obj.style.cursor = 'default';
	}
