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

	//This is independent for each product
		
	if(currsection == '1')
	{
		if(currsection2 == '-1')
		{
			uws_business['brand'] = 'About Us';
			uws_business['product'] = 'About Us';
		}
		
		if(currsection2 == '1')
		{
			uws_business['brand'] = 'About Us';
			uws_business['product'] = 'Management';
		}
		if(currsection2 == '2')
		{
			uws_business['brand'] = 'About Us';
			uws_business['product'] = 'Values';
		}
		
        }
	else if(currsection == '2')
	{
		if(currsection2 == '-1')
		{
			uws_business['brand'] = 'News & Events';
			uws_business['product'] = 'News & Events';
		}
		if(currsection2 == '1')
		{
			uws_business['brand'] = 'News & Events';
			uws_business['product'] = 'Upcoming Events';
		}
		if(currsection2 == '2')
		{
			uws_business['brand'] = 'News & Events';
			uws_business['product'] = 'Media Coverage';
		}
		if(currsection2 == '3')
		{
			uws_business['brand'] = 'News & Events';
			uws_business['product'] = 'Press Releases';
		}
		
	}
	else if(currsection == '3')
	{
		if(currsection2 == '-1')
		{
			uws_business['brand'] = 'Licensing.Edu';
			uws_business['product'] = 'Licensing.Edu';
		}
		else if(currsection2 == '1')
		{
			uws_business['brand'] = 'Licensing.Edu';
			uws_business['product'] = 'Technology Licensing';
		}
		
		else if(currsection2 == '2')
		{
			uws_business['brand'] = 'Licensing.Edu';
			uws_business['product'] = 'Trademark Licensing';
		}
		else if(currsection2 == '3')
		{
			uws_business['brand'] = 'Licensing.Edu';
			uws_business['product'] = 'Terminology';
		}
		
		
	}
		
	
	else if(currsection == '4')
	{
		
		if(currsection2 == '-1')
		{
			uws_business['brand'] = 'IP Licensing';
			uws_business['product'] = 'IP Licensing';
		}
		if(currsection2 == '1')
		{
			uws_business['brand'] = 'IP Licensing';
			uws_business['product'] = 'IP Highlights';
		}
		else if(currsection2 == '2')
		{
			uws_business['brand'] = 'IP Licensing';
			uws_business['product'] = 'Technology Licensing';
		}
		else if(currsection2 == '3')
		{
			uws_business['brand'] = 'IP Licensing';
			uws_business['product'] = 'Trademark Licensing';
		}
		else if(currsection2 == '4')
		{
			uws_business['brand'] = 'IP Licensing';
			uws_business['product'] = 'Testimonials/Case Studies';
		}					
	}
	
	else if(currsection == '5')
	{
		
		if(currsection2 == '-1')
		{
			uws_business['brand'] = 'Existing Licensees Login';
			uws_business['product'] = 'Existing Licensees Login';
		}
		if(currsection2 == '1')
		{
			uws_business['brand'] = 'Existing Licensees Login';
			uws_business['product'] = 'Announcements';
		}
		if(currsection2 == '2')
		{
			uws_business['brand'] = 'Existing Licensees Login';
			uws_business['product'] = 'Upcoming Licensee Events';
		}
		if(currsection2 == '3')
		{
			uws_business['brand'] = 'Existing Licensees Login';
			uws_business['product'] = 'Information and Standards';
		}
		
						
	}
	else if(currsection == '6')
	{
		
		if(currsection2 == '-1')
		{
			uws_business['brand'] = 'Contact Us';
			uws_business['product'] = 'Contact Us';
		}
		if(currsection2 == '1')
		{
			uws_business['brand'] = 'Contact Us';
			uws_business['product'] = 'Technical Support Phone List';
		}
		if(currsection2 == '2')
		{
			uws_business['brand'] = 'Contact Us';
			uws_business['product'] = 'FAQs';
		}
		
				
	}
	else
	{	
		uws_business['brand'] = 'HOME'; 
		uws_business['product'] = 'HOME';
	
	}
	uws_setBusinessIDs();
	
       