<!--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'] = 'UK'
	

	//This is independent for each product
		
	if(currsection == '1')
	{
		if(currsection2 == '-1')
		{
			uws_business['brand'] = 'About Us';
			uws_business['product'] = '';
		}
		else if(currsection2 == '1')
		{
				uws_business['brand'] = 'About Us';
				uws_business['product'] = 'Locations';
			
			
		}
		else if(currsection2 == '2')
		{
				uws_business['brand'] = 'About Us';
				uws_business['product'] = 'Management';
			
		}

		
					
	}
	else if(currsection == '2')
	{
		if(currsection2 == '-1')
		{
			uws_business['brand'] = 'Businesses';
			uws_business['product'] = '';
		}
		else if(currsection2 == '1')
		{
			if(currsection3 == '-1')
			{
				uws_business['brand'] = 'Businesses';
				uws_business['product'] = 'Aerospace';
				
			}
			
		}
		else if(currsection2 == '2')
		{
			if(currsection3 == '-1')
			{
			     uws_business['brand'] = 'Businesses';
			     uws_business['product'] = 'Automation and Control Solutions';
			}
			
		}
		else if(currsection2 == '3')
		{
			if(currsection3 == '-1')
			{
		             uws_business['brand'] = 'Businesses';
			     uws_business['product'] = 'Specialty Materials';
			}
			
		}
		else if(currsection2 == '4')
		{
			if(currsection3 == '-1')
			{
		             uws_business['brand'] = 'Businesses';
			     uws_business['product'] = 'Transportation Systems';
			}
			else if(currsection3 == '1')
			{
			     uws_business['brand'] = 'Businesses';
			     uws_business['product'] = 'Honeywell Turbo Technologies';
			 }
		}
		
	}
	else if(currsection == '3')
	{
		if(currsection2 == '-1')
		{
			uws_business['brand'] = 'News & Media';
			uws_business['product'] = '';
		}
		else if(currsection2 == '1')
		{
			uws_business['brand'] = 'News & Media';
			uws_business['product'] = 'Press Releases';
		}
		else if(currsection2 == '2')
		{
			uws_business['brand'] = 'News & Media';
			uws_business['product'] = 'Media Contacts';
		}
		
		
	}
	else if(currsection == '4')
	{
		if(currsection2 == '-1')
		{
			uws_business['brand'] = 'Investor Relations';
			uws_business['product'] = '';
		}
		
	}
	
	else if(currsection == '5')
	{
			uws_business['brand'] = 'Contact Us';
		
	}
	else if(currsection == '0')
	{
		uws_business['brand'] = 'Home';
		uws_business['product'] = '';
		
	}
			
	else
	{	
		uws_business['brand'] = ''; 
		uws_business['product'] = '';
	}
	uws_setBusinessIDs();
	
       