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

	//This is independent for each product
		
	if(currsection == '1')
	{
		if(currsection2 == '-1')
		{
			uws_business['brand'] = 'About Us';
			uws_business['product'] = 'About Us';
		}
					
	}
	else if(currsection == '2')
	{
		if(currsection2 == '-1')
		{
			uws_business['brand'] = 'Businesses';
			uws_business['product'] = 'Businesses';
		}
		else if(currsection2 == '1')
		{
			if(currsection3 == '-1')
			{
				uws_business['brand'] = 'Businesses';
				uws_business['product'] = 'Honeywell International India Private Limited ';
				
			}
			
			else if(currsection3 == '1')
			{
				uws_business['brand'] = 'Honeywell International India Private Limited';
				uws_business['product'] = 'Aerospace';
				
			}


			else if(currsection3 == '2')
			{
				uws_business['brand'] = 'Honeywell International India Private Limited';
				uws_business['product'] = 'Honeywell Specialty Materials';
				
			}			
			
			else if(currsection3 == '3')
			{
				uws_business['brand'] = 'Honeywell International India Private Limited';
				uws_business['product'] = 'Call Centre';
				
			}
			
			else if(currsection3 == '4')
			{
				uws_business['brand'] = 'Honeywell International India Private Limited';
				uws_business['product'] = 'Fire';
				
			}
		}
		else if(currsection2 == '2')
		{
			if(currsection3 == '-1')
			{
			     uws_business['brand'] = 'Businesses';
			     uws_business['product'] = 'Honeywell Automation India Limited';
			}
			
		}
		else if(currsection2 == '3')
		{
			if(currsection3 == '-1')
			{
		             uws_business['brand'] = 'Businesses';
			     uws_business['product'] = 'Honeywell Turbo Technologies';
			}
			
		}
		else if(currsection2 == '4')
		{
			if(currsection3 == '-1')
			{
		             uws_business['brand'] = 'Businesses';
			     uws_business['product'] = 'Honeywell Technology Solutions Lab';
			}
			
		}
		
	}
	else if(currsection == '3')
	{
		if(currsection2 == '-1')
		{
			uws_business['brand'] = 'News & Media';
			uws_business['product'] = 'News & Media';
		}
		else if(currsection2 == '1')
		{
			uws_business['brand'] = 'News & Media';
			uws_business['product'] = 'Press Releases';
		}
		
		
	}
	else if(currsection == '4')
	{
			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();
	
       