/**
 * statics describing the various contexts in the application interface
 * Keep synchronized with Context.php
 */ 
 
var ApplicationContext = {
	
	ADMIN_EAS: 'admin_eas',

	// Top-level context names
	REGISTER: 'register',
	REGISTERCONFIRM: 'registerconfirm',
	FORGOTTENPASSWORD: 'forgottenpassword',
	EAS: 'eas',
	CASES: 'cases',
	MYPROFILE: 'myprofile',
	DOWNLOADS: 'downloads'
}
