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

	//This is independent for each product
	
	if(currsection == '0')
	{
		uws_business['product'] = 'Home';
	}
	else if(currsection == '1')
	{
		uws_business['product'] = 'About Us';
	}
	else if(currsection == '2')
	{
		if(currsection2 == '-1')
		{
			uws_business['product'] = 'Products & Services';
		}
		else if(currsection2 == '1')
		{
			if(currsection3 == '-1')
			{
				uws_business['product'] = 'HPS';
			}
			else if(currsection3 == '12')
			{
				if(currsection4 == '-2')
				{
					uws_business['product'] = 'HPS';
				}
				else if(currsection4 == '1')
				{
					uws_business['product'] = 'HPS';
				}
				else if(currsection4 == '3')
				{
					uws_business['product'] = 'HPS';
				}
				else if(currsection4 == '4')
				{
					uws_business['product'] = 'HPS';
				}
			}
			else if(currsection3 == '13')
			{
				uws_business['product'] = 'HPS';
			}
		}
		else if(currsection2 == '2')
		{
			if(currsection3 == '-1')
			{
				uws_business['product'] = 'HBS';
			}
			else if(currsection3 == '1')
			{
				uws_business['product'] = 'HBS';
			}
			else if(currsection3 == '2')
			{
				uws_business['product'] = 'HBS';
			}
			else if(currsection3 == '3')
			{
				uws_business['product'] = 'HBS';
			}
			else if(currsection3 == '4')
			{
				uws_business['product'] = 'HBS';
			}
		}
		else if(currsection2 == '3')
		{
				uws_business['product'] = 'Sensing & Control';
		}
		else if(currsection2 == '4')
		{
			uws_business['product'] = 'Environmental and Combustion Controls';
		}
		else if(currsection2 == '5')
		{
			uws_business['product'] = 'Specialty Materials';
		}
	}
	else if(currsection == '3')
	{
		if(currsection2 == '-1')
		{
			uws_business['product'] = 'News & Events';
		}
		else if(currsection2 == '1')
		{
				uws_business['product'] = 'News';
		}
		else if(currsection2 == '2')
		{
				uws_business['product'] = 'Events';
		}
	}
	else if(currsection == '4')
	{
			uws_business['product'] = 'Careers';
	}
	else if(currsection == '5')
	{
		if(currsection2 == '-1')
		{
			uws_business['product'] = 'Contact Us';
		}
		else if(currsection2 == '1')
		{
			uws_business['product'] = 'Feedback Form';
		}
		else if(currsection2 == '2')
		{
			uws_business['product'] = 'Contact Info';
		}
	}
	uws_setBusinessIDs();