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

	//This is independent for each product
	
	
	 if(currsection == '-1' && currsection2 == 'terms')
	{	
		uws_business['brand'] = 'Terms & Conditions';
		uws_business['product'] = 'Legal';
	}
	else if(currsection == '-1' && currsection2 == 'privacy')
	{
		uws_business['brand'] = 'Privacy Statement';
		uws_business['product'] = 'Legal';
	}
	else if(currsection == '-1' && currsection2 == 'imprints')
	{
		
		uws_business['brand'] = 'Imprints'
		uws_business['product'] = 'Legal';
	}
	else if(currsection == '1')
	{
		if(currsection2 == '-1')
		{
			uws_business['brand'] = 'About Us';
			uws_business['product'] = 'About Us';
		}
		else if(currsection2 == '1')
		{
			uws_business['brand'] = 'About Us';
			uws_business['product'] = 'Locations';
		}
		else if(currsection2 == '2')
		{
			if(currsection3 == '-1')
			{
				uws_business['brand'] = 'About Us';
				uws_business['product'] = 'Management';
			}
			else if(currsection3 == '1')
			{
				uws_business['brand'] = 'About Us';
				uws_business['product'] = 'Corporate Management';
			}
			else if(currsection3 == '2')
			{
				uws_business['brand'] = 'About Us';
				uws_business['product'] = 'Management France';
			}
		}
		else if(currsection2 == '3')
		{
			uws_business['brand'] = 'About Us';
			uws_business['product'] = 'History';
		}
	}
	else if(currsection == '2')
	{
		if(currsection2 == '-1')
		{
			uws_business['brand'] =  'Businesses';
			uws_business['product'] = 'Businesses';
		}
		else if(currsection2 == '1')
		{
			uws_business['brand'] = 'Businesses';
			uws_business['product'] = 'Aerospace';
		}
		else if(currsection2 == '2')
		{
			uws_business['brand'] = 'Businesses';
			uws_business['product'] = 'Automation and Control Solutions';
		}
		else if(currsection2 == '3')
		{
			uws_business['brand'] = 'Businesses';
			uws_business['product'] = 'Specialty Materials';
		}
		else if(currsection2 == '4')
		{
			uws_business['brand'] = 'Businesses';
			uws_business['product'] = 'Transportation Systems';
		}
	}
	else if(currsection == '3')
	{
		if(currsection2 == '-1')
		{
			uws_business['brand'] = 'Media';
			uws_business['product'] = 'Media';
		}
		else if(currsection2 == '1')
		{
			uws_business['brand'] = 'Media';
			uws_business['product'] = 'Press Releases';
		}
		else if(currsection2 == '2')
		{
			uws_business['brand'] = 'Media';
			uws_business['product'] = 'Media Contacts';
		}
		else if(currsection2 == '3')
		{
			if(currsection3 == '-1')
			{
				uws_business['brand'] = 'Media';
				uws_business['product'] = 'In Focus';
			}
		else if(currsection3 == '1')
			{
				uws_business['brand'] = 'Media';
				uws_business['product'] = 'Featured Products';
			}
		else if(currsection3 == '2')
			{
				uws_business['brand'] = 'Media';
				uws_business['product'] = 'In Focus';
			}
		}
	}
	else if(currsection == '4')
	{
		
		uws_business['brand'] = 'Investor Relations';
		uws_business['product'] = 'Investor Relations';
		
		
	}
	else if(currsection == '5')
	{
		
		uws_business['brand'] =  'Contact Us';
		uws_business['product'] = 'Contact Us';
		
		
	}
	
	else if(currsection == '0')
	{
		
		uws_business['brand'] =  'Home';
		uws_business['product'] = 'Home';
		
		
	}
	
	else
	{
		uws_business['brand'] = '';
		uws_business['product'] = '';
	}
	uws_setBusinessIDs();
	
      