/**=========================================================================
 File    : FileCabinetGlobals.js
 Author  : Sergey Steinvil
 Created : 24-Jul-2006
 Summary : OFile overriding SDK global variables for FileCabinet application
*=========================================================================*/
if (typeof(OwcGlobals) == "undefined")
	OwcGlobals = new Object();

if (!OwcGlobals.DefaultDataProvider)
	OwcGlobals.DefaultDataProvider = "Server/GetContent.asp";
