function GcosignObj()
{
	this.LoadMenuItem			= LoadMenuItem;
	this.LoadTerminals			= LoadTerminals;
	this.LoadNetworks			= LoadTerminals;
	this.LoadGroups				= LoadTerminals;
	this.LoadConferenceRooms	= LoadConferenceRooms;
	this.LoadCampaigns			= LoadCampaigns;
	this.LoadMediaFiles			= LoadMediaFiles;
	
	this.LoadMeetings			= LoadMeetings;
	this.LoadSchedule			= LoadSchedule;
	this.LoadCampaignFiles		= LoadCampaignFiles;
	this.LoadCampaignConfRooms	= LoadCampaignConfRooms;
	this.LoadTerminalFiles		= LoadTerminalFiles;
	this.LoadToolTip			= LoadToolTip;
}

/*function DesignCampaignObj()
{
	this.LoadFiles 		= LoadFiles;
	this.AddFile 		= AddFile;
	this.InsertFile 	= InsertFile;
	this.EditFile 		= EditFile;
	this.ChangeFile 	= ChangeFile;
	this.CancelEdit 	= CancelEdit;
	this.MoveFile	 	= MoveFile;	
	this.RemoveFile 	= RemoveFile;
	this.PublishCampaign= PublishCampaign;
}

function DesignScheduleObj()
{
	this.DisableDefault 				= DisableDefault;
	this.ResetAll 						= ResetAll;
	
	this.SetScheduleType 				= SetScheduleType;
	this.LoadTerminal 					= LoadTerminal;
	this.AddTerminalGroups 				= AddTerminalGroups;
	this.RemoveTerminalGroups 			= RemoveTerminalGroups;
	this.ChangePlayMode					= ChangePlayMode;
	this.LoadSchedule 					= LoadSchedule;
	
	this.ShowDateSelection 				= ShowDateSelection;
	
	this.AddCampaign 					= AddCampaign;
	this.EditRecord 					= EditRecord;
	this.MoveRecord 					= MoveRecord;
	this.RemoveRecord 					= RemoveRecord;
	this.RemoveAll 						= RemoveAll;
	this.PublishSchedule 				= PublishSchedule;		
}
	
function EditGroupObj()
{
	this.LoadItemsToAdd 		= LoadItemsToAdd;
	this.LoadGroupItems 		= LoadGroupItems;
	this.AddItems				= AddItems;
	this.RemoveItems 			= RemoveItems;	
	this.PublishGroup 			= PublishGroup;	
}*/