/* $Id: fo_conf.js,v 1.1 2005/01/24 15:39:37 haihee Exp $ */

var fo = {
	magic: {
		fold: "fold",
		collect: "collect",
		deflect: "deflect",
		cover: "cover",
		split: "sub"
	},
	shift: {
		x: 0,
		y: -6,
		custom: [
			{
				ua: /^Mozilla\/4\.\d* [.*] ()$/,
				x: -24,
				y: -3
			},
			{
				ua: /bar/,
				x: -24,
				y: -3
			}
		]
	}
};
