/** 
 * Copyright Intermesh
 * 
 * This file is part of Group-Office. You should have received a copy of the
 * Group-Office license along with Group-Office. See the file /LICENSE.TXT
 * 
 * If you have questions write an e-mail to info@intermesh.nl
 * 
 * @version $Id: namespaces.js 3124 2009-08-20 12:01:11Z mschering $
 * @copyright Copyright Intermesh
 * @author Merijn Schering <mschering@intermesh.nl>
 */
 
Ext.namespace("GO");
Ext.namespace("GO.form");
Ext.namespace('GO.plugins');
Ext.namespace("GO.grid");
Ext.namespace("GO.panel");
Ext.namespace("GO.state");
Ext.namespace("GO.data");
Ext.namespace("GO.dialog");
Ext.namespace("GO.users");
Ext.namespace('GO.layout');
Ext.namespace('GO.mailFunctions');
Ext.namespace('GO.menu');

//An object of functions that open a particular link.
//the index is the link type and the function gets the id as a parameter
GO.linkHandlers={};
GO.newMenuItems=[];

//GO.settings = Ext.decode(GO.settings);