function fumble(thing,woof,shade,url) {
	var biscuit = 'fcatRow'+shade;
	
	if(woof=='over')	{ thing.className = 'fcatRowHover'; }
	if(woof=='out')		{ thing.className = biscuit; }
	if(woof=='down')	{ parent.location.href=url; }
}