function HauptNav(nr, zustand) // HauptNavi
{
	document.images['h'+nr].src='pic/but/'+zustand+'/haupt.gif';
}

function HauptNav2(name, zustand) // home Leiste
{
	document.images[name].src='pic/but/'+zustand+'/'+name+'.gif';
}

function UnterNav(name, zustand)
{
	if(zustand == 'over'){
		document.getElementById('unter_tab_'+name+'_1').bgColor = '#990000';
		document.getElementById('unter_tab_'+name+'_2').bgColor = '#990000';
	}else{
		document.getElementById('unter_tab_'+name+'_1').bgColor = '';
		document.getElementById('unter_tab_'+name+'_2').bgColor = '';
	}
}