<!--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'] = 'CZ';
	uws_business['brand'] = 'English';

	//This is independent for each product
	
	if(currsection == '-1' && currsection2 == 'ps')
	{
		uws_business['product'] = 'Legal';
	}
	else if(currsection == '-1' && currsection2 == 'tc')
	{
		uws_business['product'] = 'Legal';
	}
	else if(currsection == '1')
	{
		if(currsection2 == '-1')
		{
			uws_business['product'] = 'About Us';
		}
		else if(currsection2 == '1')
		{
			uws_business['product'] = 'Our History';
		}
		else if(currsection2 == '2')
		{
			uws_business['product'] = 'Locations';
		}
		else if(currsection2 == '3')
		{
			if(currsection3 == '-1')
			{
				uws_business['product'] = 'Leadership Czech Republic';
			}
			else if(currsection3 == '1')
			{
				uws_business['product'] = 'Jaroslav Dolezal';
			}
			else if(currsection3 == '2')
			{
				uws_business['product'] = 'Ladislav Haskovec';
			}
			else if(currsection3 == '3')
			{
				uws_business['product'] = 'Martin Seidler';
			}
			else if(currsection3 == '4')
			{
				uws_business['product'] = 'Libor Vanek';
			}
			else if(currsection3 == '5')
			{
				uws_business['product'] = 'Ladislav Skapa';
			}
			else if(currsection3 == '6')
			{
				uws_business['product'] = 'Milan Cerny';
			}
		}
		
	}
	else if(currsection == '2')
	{
		if(currsection2 == '-1')
		{
			uws_business['product'] = 'Industries & Technology';
		}
		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(currsection2 == '5')
		{
			uws_business['product'] = 'Honeywell Technology';
		}
	}
	else if(currsection == '3')
	{
		if(currsection2 == '-1')
		{
			uws_business['product'] = 'News & Events';
		}
		else if(currsection2 == '1')
		{
			uws_business['product'] = 'Media Contacts';
		}
		
	}
	else if(currsection == '4')
	{
		
		uws_business['product'] = 'Contact Us';
		
		
	}
	else
	{
		uws_business['product'] = '';
	}
	uws_setBusinessIDs();
	
      