function GlobalInit()
	{
	top.db_interface	= "/BASIS";
	top.Pfx_INISDocs	= "/minory/";
	top.Pfx_Server  	= "";
	top.b_img_pfx		= "/basisicons/";
	top.i_img_pfx		= "/minory/gif/";
	top.db_pfx		= "/inisp/dba/inisp";
	top.db_users		= "/users/dba/sdi";
	top.db_url		=  top.Pfx_Server + top.db_interface + top.db_pfx + '/';
	top.cgi			= '/external-bin/';
	top.Pfx_login		= '/login-cgi/';

	top.nav0_Shown		= false;

	top.anav.FlagSDI	= true;
	top.anav.FlagFilterSearch=false;

	top.uDelEnable = 1;
	}

GlobalInit();
