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

	//This is independent for each product
	if(currsection == '1')
	{
		if(currsection2 == '-1')
		{
			uws_business['brand'] = 'Schweiz';
			uws_business['product'] = 'Uber üns';
			
		}
             else if(currsection2 == '1')
		{
				uws_business['brand'] = 'Schweiz';
				uws_business['product'] = 'Standorte';
			
		}

            else if(currsection2 == '2')
		{
				uws_business['brand'] = 'Schweiz';
				uws_business['product'] = 'Honeywell Management';
			
		}
           else if(currsection2 == '3')
		{
				uws_business['brand'] = 'Schweiz';
				uws_business['product'] = 'Geschichte';
			
		}

}
		
		else if(currsection == '2')
         {
		if(currsection2 == '-1')
		{
			uws_business['brand'] = 'Schweiz';
			uws_business['product'] = 'Geschäftsbereiche';
		}
		else if(currsection2 == '1')
		{
			
			uws_business['brand'] = 'Schweiz';
			uws_business['product'] = 'Aerospace';
		}
		else if(currsection2 == '2')
		{
			if(currsection3 == '-1')
			{
			     uws_business['brand'] = 'Schweiz';
			     uws_business['product'] = 'Automation and Control Solutions';
			}
			else if(currsection3 == '1')
			{
				uws_business['brand'] = 'Schweiz';
				uws_business['product'] = 'Honeywell Building Solutions';
	              }
			
			  else if(currsection3 == '2')
			{
				uws_business['brand'] = 'Schweiz';
				uws_business['product'] = 'Environmental and Combustion Controls';
			}
                     else if(currsection3 == '4')
			{
				uws_business['brand'] = 'Schweiz';
				uws_business['product'] = 'Honeywell Process Solutions';
			}
                     else if(currsection3 == '6')
			{
				uws_business['brand'] = 'Schweiz';
				uws_business['product'] = 'Honeywell Sensing and Control';
			}

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

			
		}
		
	}
        else if(currsection == '3')
	{
		if(currsection2 == '-1')
		{
			uws_business['brand'] = 'Schweiz';
			uws_business['product'] = 'Nachrichten und Medien';
		}
		else if(currsection2 == '1')
		{
			uws_business['brand'] = 'Schweiz';
			uws_business['product'] = 'Pressemitteilungen';
		}
		
		else if(currsection2 == '2')
		{
			uws_business['brand'] = 'Schweiz';
			uws_business['product'] = 'PresseKontakte';
 			

		}
      }
	
	else if(currsection == '4')
	{
		if(currsection2 == '-1')
		{
			uws_business['brand'] = 'Schweiz';
			uws_business['product'] = 'Investoren';
		}
		
	}
	else if(currsection == '5')
	{
		if(currsection2 == '-1')
		{
			uws_business['brand'] = 'Schweiz';
			uws_business['product'] = 'Karriere';
		}
		else if(currsection2 == '1')
		{
			uws_business['brand'] = 'Schweiz';
			uws_business['product'] = 'Stellenangebote in der Schweiz';
		}
		else if(currsection2 == '2')
		{
			uws_business['brand'] = 'Schweiz';
			uws_business['product'] = 'Stellenangebote weltweit';
		}
	}	
	else if(currsection == '6')
	{
		if(currsection2 == '-1')
		{
			uws_business['brand'] = 'Schweiz';
			uws_business['product'] = 'Kontakt';
		}
		if(currsection2 == '1')
		{
			uws_business['brand'] = 'Schweiz';
			uws_business['product'] = 'Kontaktieren Sie uns ';
		}
	}	

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