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

	//This is independent for each product
	
	if(currsection == '-1' && currsection2 == 'copy')
	{
		uws_business['product'] = 'Legal';
	}
	else if(currsection == '-1' && currsection2 == 'privacy')
	{
		uws_business['product'] = 'Legal';
	}
	else if(currsection == '-1' && currsection2 == 'imprint')
	{
		uws_business['product'] = 'Legal';
	}
	else if(currsection == '1')
	{
		if(currsection2 == '-1')
		{
			uws_business['product'] = 'About Us';
		}
		else if(currsection2 == '1')
		{
			uws_business['product'] = 'About Us';
		}
		else if(currsection2 == '2')
		{
			if(currsection3 == '-1')
			{
				uws_business['product'] = 'About Us';
			}
			else if(currsection3 == '1')
			{
				uws_business['product'] = 'About Us';
			}
			else if(currsection3 == '2')
			{
				uws_business['product'] = 'About Us';
			}
		}
		else if(currsection2 == '3')
		{
			uws_business['product'] = 'About Us';
		}
	}
	else if(currsection == '2')
	{
		if(currsection2 == '-1')
		{
			uws_business['product'] = 'Corporate';
		}
		else if(currsection2 == '1')
		{
			uws_business['product'] = 'Aerospace';
		}
		else if(currsection2 == '2')
		{
			uws_business['product'] = 'Automation and Control Solutions';
		}
		else if(currsection2 == '3')
		{
			uws_business['product'] = 'Specialty Materials';
		}
		else if(currsection2 == '4')
		{
			uws_business['product'] = 'Transportation Systems';
		}
	}
	else if(currsection == '3')
	{
		if(currsection2 == '-1')
		{
			uws_business['product'] = 'Media';
		}
		else if(currsection2 == '1')
		{
			uws_business['product'] = 'Press Releases';
		}
		else if(currsection2 == '2')
		{
			uws_business['product'] = 'Media Contacts';
		}
		else if(currsection2 == '3')
		{
			if(currsection3 == '-1')
			{
				uws_business['product'] = 'In Focus - Archive';
			}
		else if(currsection3 == '1')
			{
				uws_business['product'] = 'Featured Product';
			}
		else if(currsection3 == '2')
			{
				uws_business['product'] = 'In Focus';
			}
		}
	}
	else if(currsection == '4')
	{
		
		uws_business['product'] = 'Investor Relations';
		
		
	}
	else if(currsection == '5')
	{
		
		uws_business['product'] = 'Contact Us';
		
		
	}
	
	else if(currsection == '0')
	{
		
		uws_business['product'] = 'Home';
		
	}
	
	else
	{
		uws_business['product'] = '';
	}
	uws_setBusinessIDs();
	
      