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

	//This is independent for each product
	
		
	if(currsection == '1')
	{
		if(currsection2 == '-1')
		{
			uws_business['brand'] = 'Suisse';
			uws_business['product'] = 'Qui sommes nous?';
		}
		else if(currsection2 == '1')
		{
				uws_business['brand'] = 'Suisse';
				uws_business['product'] = 'Sites en Suisse';
			
			
		}
		else if(currsection2 == '2')
		{
				uws_business['brand'] = 'Suisse';
				uws_business['product'] = 'Management Honeywell';
			
		}
		else if(currsection2 == '3')
		{
				uws_business['brand'] = 'Suisse';
				uws_business['product'] = 'Historique notre Hsitoire';
			
		}
				
}
    
       else if(currsection == '2')
	{
		if(currsection2 == '-1')
		{
			uws_business['brand'] = 'Suisse';
			uws_business['product'] = 'Activités';
		}
		else if(currsection2 == '1')
		{
			
			uws_business['brand'] = 'Suisse';
			uws_business['product'] = 'Aerospace';
				
		}
		else if(currsection2 == '2')
		{
			if(currsection3 == '-1')
			{
			     uws_business['brand'] = 'Suisse';
			     uws_business['product'] = 'Automation and Control Solutions';
			}
			else if(currsection3 == '1')
			{
				uws_business['brand'] = 'Suisse';
				uws_business['product'] = 'Honeywell Building Solutions';
	              }
			
			  else if(currsection3 == '2')
			{
				uws_business['brand'] = 'Suisse';
				uws_business['product'] = 'Environmental and Combustion Controls';
			}
                     else if(currsection3 == '4')
			{
				uws_business['brand'] = 'Suisse';
				uws_business['product'] = 'Honeywell Process Solutions';
			}
                     else if(currsection3 == '6')
			{
				uws_business['brand'] = 'Switzerland';
				uws_business['product'] = 'Honeywell Sensing and Control';
			}


			
		}
		else if(currsection2 == '3')
		{
			uws_business['brand'] = 'Suisse';
			uws_business['product'] = 'Specialty Materials';
		}
		else if(currsection2 == '4')
		{
		
			if(currsection3 == '-1')
			    {
		             uws_business['brand'] = 'Suisse';
			     uws_business['product'] = 'Transportation Systems';
			    }
                         else if(currsection3 == '1')
			    {
				uws_business['brand'] = 'Suisse';
				uws_business['product'] = 'Honeywell Turbo Technologies Europe';
	                  }

			
	       }
		
}
	else if(currsection == '3')
	{
		if(currsection2 == '-1')
		{
			uws_business['brand'] = 'Suisse';
			uws_business['product'] = 'Actualité et Presse';
		}
		else if(currsection2 == '1')
		{
			uws_business['brand'] = 'Suisse';
			uws_business['product'] = 'Actualité & Communiqués de  Presse';
		}
		else if(currsection2 == '2')
		{
			uws_business['brand'] = 'Suisse';
			uws_business['product'] = 'Contacts Presse';
		}
		
		
		
}
	else if(currsection == '4')
	{
		if(currsection2 == '-1')
		{
			uws_business['brand'] = 'Suisse';
			uws_business['product'] = 'Relations Investisseurs';
		}
		
	}
	else if(currsection == '5')
	{
		if(currsection2 == '-1')
		{
			uws_business['brand'] = 'Suisse';
			uws_business['product'] = 'Carrières';
		}
		else if(currsection2 == '1')
		{
			uws_business['brand'] = 'Suisse';
			uws_business['product'] = 'Postes à pourvoir en Suisse';
		}
		else if(currsection2 == '2')
		{
			uws_business['brand'] = 'Suisse';
			uws_business['product'] = 'Postes à pourvoir dans le monde';
		}
	}	
	else if(currsection == '6')
	{
		if(currsection2 == '-1')
		{
			uws_business['brand'] = 'Suisse';
			uws_business['product'] = 'Contacter';
		}
		if(currsection2 == '1')
		{
			uws_business['brand'] = 'Suisse';
			uws_business['product'] = 'Nous Contacter';
		}
	}	

	
			
	else
	{	
		uws_business['brand'] = ''; 
		uws_business['product'] = '';
	}
	uws_setBusinessIDs();
	
       