<!--Following is the WebTrends script for giving values to SBG, SBU, Brand and Product-->	  
	var uws_business = {};
	uws_business['sbg'] = 'Corporate';
	uws_business['sbu'] = 'Africa';
	uws_business['sbe'] = 'ZA';
	uws_business['brand'] = 'English';

	//This is independent for each product
	if(currsection == '0')
	{
		uws_business['product'] = 'Home';
	}
	else if(currsection == '1')
	{ 
		if(currsection2 == '-1')
		{ 
			uws_business['product'] = 'About';
		}
		else if(currsection2 == '1')
		{
			uws_business['product'] = 'Locations';
		}
		else if(currsection2 == '2')
		{
			if(currsection3 == '-1')
			{
				uws_business['product'] = 'Management';
			}
			else if(currsection3 == '1')
			{
				uws_business['product'] = 'Leaders';
			}
			else if(currsection3 == '2')
			{
				uws_business['product'] = 'Directors';
			}
		}
		else if(currsection2 == '3')
		{
			uws_business['product'] = 'History';
		}
		
	}
	else if(currsection == '2')
	{
		if(currsection2 == '-1')
		{
			uws_business['product'] = 'Businesses';
		}
		else if(currsection2 == '1')
		{
			uws_business['product'] = 'Aerospace';
		}
		else if(currsection2 == '2')
		{
			uws_business['product'] = 'ACS';
		}
		else if(currsection2 == '3')
		{
			uws_business['product'] = 'SM';
		}
		else if(currsection2 == '4')
		{
			uws_business['product'] = 'TS';
		}
		else if(currsection2 == '5')
		{
			uws_business['product'] = 'Technology';
		}
	}
	else if(currsection == '3')
	{
		if(currsection2 == '-1')
		{
			uws_business['product'] = 'News';
		}
		else if(currsection2 == '1')
		{
				uws_business['product'] = 'Press';
		}
		else if(currsection2 == '2')
		{ 
			if(flag=='1')
			{
				uws_business['product'] = 'Usersgroup';
			}else {
				uws_business['product'] = 'Exhibitions';
			}
		}
		else if(currsection2 == '3')
		{
			if(currsection3 == '-1')
			{
				uws_business['product'] = 'Infocus';
			}
			else if(currsection3 == '1')
			{
				uws_business['product'] = 'Feature';
			}
			else if(currsection3 == '2')
			{
				uws_business['product'] = 'Focus';
			}
		}
	}
	else if(currsection == '4')
	{
			uws_business['product'] = 'Investor';
	}
	else if(currsection == '5')
	{
		if(currsection2 == '-1')
		{
			uws_business['product'] = 'Contact';
		}
		else if(currsection2 == '1')
		{
			uws_business['product'] = 'Support';
		}
		else if(currsection2 == '2')
		{
			uws_business['product'] = 'Online';
		}
	}
	uws_setBusinessIDs();