//*******************************************FUNCTIONS HCO*******************************************************
function AddRootDir(path)
{
	var RootDir;
	RootDir= location.hostname;
	var changedpath;
	if (RootDir == 'bel01656')
		changedpath=path.replace(RootDir,RootDir + '/BudgetNet');
	else
		changedpath=path;
	return changedpath;
}
