a = "projekt_bilder2";
b = "";
c = "display";
s = "style";
e = "color"; 
function newswechsel(i, j) {
	d.getElementById('navi_projektauswahl2').style.display = 'block';
	d.getElementById('navi_news').style.display = 'block';
	if (b) {
		d.getElementById(b).style.color = '#999999';
	}
	b = j;
	d.getElementById(j).style.color = '#3399CC';
	d.getElementById('news_container').style.display = 'block';
	if (a) {
		$('#'+a).fadeOut("slow");
	}
	a = i;
	$('#'+i).fadeIn("slow");
}

function show_slideshow() {
	if (a) {
		$('#'+a).fadeOut("slow");
		a = "projekt_bilder2";
	}
	if (b) {
		d.getElementById(b).style.color = '#999999';
	}
	d.getElementById('news_container').style.display = 'none';
	$('#'+a).fadeIn("slow");
	d.getElementById('navi_projektauswahl2').style.display = 'none';
}
