		function naviBilderWechsel(id)
		{
			document.images['bildO' + id].src='../images_gcp/pfeilNavi.gif';
			document.images['bildU' + id].src='../images_gcp/dunkelblauNavi.gif';
		}
		function naviBilderWechsel1(id)
		{
			document.images['bildO' + id].src='../images_gcp/weissNavi.gif';
			document.images['bildU' + id].src='../images_gcp/mittelblauNavi.gif';
		}
		function naviBilderWechsel2nd(id)
		{
			document.images['pfeil2nd' + id].src='../images_gcp/pfeilNavi2nd.gif';
		}
		function naviBilderWechsel2nd1(id)
		{
			document.images['pfeil2nd' + id].src='../images_gcp/pic_invis.gif';
		}
		function naviBilderWechsel3rd(id)
		{
			document.images['bild' + id].src='../images_gcp/pfeilNavi3rd.gif';
		}
		function naviBilderWechsel3rd1(id)
		{
			document.images['bild' + id].src='../images_gcp/pic_invis.gif';
		}
		function teaserBilderWechsel(id)
		{
			document.images['tBild' + id].src='../images_gcp/dunkelblau.gif';
			document.images['tBild' + id].width=170;
		}
		function teaserBilderWechsel1(id)
		{
			document.images['tBild' + id].src='../images_gcp/dunkelgrau.gif';
			document.images['tBild' + id].width=152;
		}
		function change(id,klasse)
		{
			document.getElementById(id).className = klasse;
			document.getElementById(id + 'Link').className = 'Level2ndActive';
		}
		function change1(id,klasse)
		{
			document.getElementById(id).className = klasse;
			document.getElementById(id + 'Link').className = 'Level2nd';
		}
		
		function homeBilderWechsel0()
		{
			document.images['hBild0'].src='../images_gcp/dunkelblau.gif';
			document.images['hBild0'].width=154;
		}
		function homeBilderWechsel01()
		{
			document.images['hBild0'].src='../images_gcp/mittelblau.gif';
			document.images['hBild0'].width=136;
		}
		function homeBilderWechsel1()
		{
			document.images['hBild1'].src='../images_gcp/dunkelblau.gif';
			document.images['hBild1'].width=156;
		}
		function homeBilderWechsel11()
		{
			document.images['hBild1'].src='../images_gcp/mittelblau.gif';
			document.images['hBild1'].width=138;
		}
		function homeBilderWechsel2()
		{
			document.images['hBild2'].src='../images_gcp/dunkelblau.gif';
			document.images['hBild2'].width=154;
		}
		function homeBilderWechsel21()
		{
			document.images['hBild2'].src='../images_gcp/mittelblau.gif';
			document.images['hBild2'].width=136;
		}