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

	//This is independent for each product
		
	if(currsection == '1')
	{
		if(currsection2 == '-1')
		{
			uws_business['brand'] = 'About Us';
			uws_business['product'] = 'O Nas';
		}
		else if(currsection2 == '1')
		{
				uws_business['brand'] = 'Corporate Management';
				uws_business['product'] = 'Zarzad korporacji';
			
			
		}
		else if(currsection2 == '2')
		{
				uws_business['brand'] = 'History';
				uws_business['product'] = 'Historia';
			
		}
		
		else if(currsection2 == '3')
		{
				uws_business['brand'] = 'History in Poland';
				uws_business['product'] = 'Historia w Polsce';
			
		}
		
		else if(currsection2 == '4')
		{
				uws_business['brand'] = 'Offices';
				uws_business['product'] = 'Biura';
			
		}
		
		else if(currsection2 == '5')
		{
				uws_business['brand'] = 'Work in Honeywell';
				uws_business['product'] = 'Praca w Honeywell';
			
		}

		
					
	}
	else if(currsection == '2')
	{
		if(currsection2 == '-1')
		{
			uws_business['brand'] = 'Businesses';
			uws_business['product'] = 'Bran&#380;e';
		}
		else if(currsection2 == '1')
		{
			if(currsection3 == '-1')
			{
				uws_business['brand'] = 'Aerospace';
				uws_business['product'] = 'Automatyka lotnicza i kosmiczna';
				
			}
			
		}
		else if(currsection2 == '2')
		{
			if(currsection3 == '-1')
			{
			     uws_business['brand'] = 'Automation and Control Solutions';
			     uws_business['product'] = 'Automatyka i sterowanie';
			}
			
		}
		else if(currsection2 == '3')
		{
			if(currsection3 == '-1')
			{
		             uws_business['brand'] = 'Specialty Materials';
			     uws_business['product'] = 'Materialy Specjalne';
			}
			
		}
		else if(currsection2 == '4')
		{
			if(currsection3 == '-1')
			{
		             uws_business['brand'] = 'Transportation Systems';
			     uws_business['product'] = 'Systemy Transportowe';
			}
			
		}
		
	}
	else if(currsection == '3')
	{
		if(currsection2 == '-1')
		{
			uws_business['brand'] = 'News';
			uws_business['product'] = 'Aktualno&#347;ci';
		}
		else if(currsection2 == '1')
		{
			uws_business['brand'] = 'Corporate News';
			uws_business['product'] = 'Ze &#347;wiata';
		}
		else if(currsection2 == '2')
		{
			uws_business['brand'] = 'News from Poland';
			uws_business['product'] = 'Z kraju';
		}
		
		
	}
	else if(currsection == '4')
	{
		if(currsection2 == '-1')
		{
			uws_business['brand'] = 'Investor Relations';
			uws_business['product'] = 'Investorzy';
		}
		
	}
	
	else if(currsection == '5')
	{
			uws_business['brand'] = 'Contact Us';
		  uws_business['product'] = 'Kontakt';
	}
	else if(currsection == '0')
	{
		  uws_business['brand'] = 'Home';
                  uws_business['product'] = '';
	}
			
	else
	{	
		uws_business['brand'] = ''; 
		uws_business['product'] = '';
	}
	uws_setBusinessIDs();
	
       