var dxInEditMode = false;
var dxNavigationItemID = null;

function dxOnLoad()
{
	// obsolete
}

function dxUiExists()
{
	return typeof( top.dxUiExists ) == "boolean" && top.dxUiExists;
}
