
function menue()
{
	document.write('<div id="NAV">');

	document.write('<p class="menutext">');
	
	if( document.title == ':: FusionSystems ::' )
	{
		document.write('<a href="e-business.htm"><span class="menuaktiv">Home</span></a><br>');
	}
	else
	{
		document.write('<a href="e-business.htm">Home</a><br>');
	}
	
	document.write('<img src="bilder/linie.gif" width="186" height="20"><br>');

	if( document.title == ':: FusionSystems :: Machine Vision ::' )
	{ 	
		document.write('<a href="e-imageprocessing.htm"><span class="menuaktiv">Machine Vision</span></a><br>');
	}
	else
	{
		document.write('<a href="e-imageprocessing.htm">Machine Vision</a><br>');
	}

	document.write('<img src="bilder/linie.gif" width="186" height="20"><br>');

	if( document.title == ':: FusionSystems :: Navigation :: Automated Guided Vehicles ::' )
	{ 	
		document.write('<a href="e-navigation.htm"><span class="menuaktiv">Navigation</span></a><br>');
	}
	else
	{
		document.write('<a href="e-navigation.htm">Navigation</a><br>');
	}

	document.write('<img src="bilder/linie.gif" width="186" height="20"><br>');

	if( document.title == ':: FusionSystems :: Driver Assistant Systems ::' )
	{ 	
		document.write('<a href="e-driverassistantsystems.htm"><span class="menuaktiv">Driver Assistant Systems</span></a><br>');
	}
	else
	{
		document.write('<a href="e-driverassistantsystems.htm">Driver Assistant Systems</a><br>');
	}
	
    document.write('<img src="bilder/linie.gif" width="186" height="20"><br>');
    
	if( document.title == ':: FusionSystems :: Products and Functions ::' )
	{ 
		document.write('<a href="e-products.htm"><span class="menuaktiv">Products and Functions</span></a><br>');
	}
	else
	{ 	
		document.write('<a href="e-products.htm">Products and Functions</a><br>');
	}
	
    document.write('<img src="bilder/linie.gif" width="186" height="20"><br>');

	if( document.title == ':: FusionSystems :: News ::' )
	{ 
		document.write('<a href="e-news.htm"><span class="menuaktiv">News</span></a><br>	');
	}
	else
	{ 	
		document.write('<a href="e-news.htm">News</a><br>	');
	}    
	
    document.write('<img src="bilder/linie.gif" width="186" height="20"><br>');
 
	if( document.title == ':: FusionSystems :: Know How ::' )
	{ 
		document.write('<a href="e-know-how.htm"><span class="menuaktiv">Know How</span></a><br>');
	}
	else
	{
		document.write('<a href="e-know-how.htm">Know How</a><br>');
	}

	document.write('<img src="bilder/linie.gif" width="186" height="20"><br>');

	if( document.title == ':: FusionSystems :: Partners and Customers ::' )
	{ 
		document.write('<a href="e-partners.htm"><span class="menuaktiv">Partners and Customers</span></a><br>	');
 	}
	else
	{ 	
		document.write('<a href="e-partners.htm">Partners and Customers</a><br>	');
	}   
	
	document.write('<img src="bilder/linie.gif" width="186" height="20"><br>');
 
	if( document.title == ':: FusionSystems :: Sale and Customer Service ::' )
	{ 
		document.write('<a href="e-sale.htm"><span class="menuaktiv">Sale and Customer Service</span></a><br>	');
 	}
	else
	{ 	
		document.write('<a href="e-sale.htm">Sale and Customer Service</a><br>	');
	}   
	
	document.write('<img src="bilder/linie.gif" width="186" height="20"><br>');
 	document.write('</p>');	
	
	document.write('</div>');
  
}