var CONFIG = {
	AVAILABLE_DBS:["pgsql","mysql","sqlite"],
	DEFAULT_DB:"pgsql",

	AVAILABLE_LOCALES:["en","fr","de","cs"],
	DEFAULT_LOCALE:"fr",
	
	AVAILABLE_BACKENDS:["php-pgsql","php-mysql","php-blank","php-file"],
	DEFAULT_BACKEND:["php-psql"],

	RELATION_THICKNESS:2,
	RELATION_SPACING:15
}
