function hximgin(objID)
{
	var obj = document.getElementById(objID);
	obj.style.opacity = "1.0";
	obj.style.filter = "alpha(opacity=100)"; // IE
	//alert('IE: '+ objID.filter + ' FF: ' + objID.style.opacity);

}

function hximgout(objID)
{
	var obj = document.getElementById(objID);
	obj.style.opacity = "0.44";
	obj.style.filter = "alpha(opacity=44)"; // IE
	//alert('IE: '+ objID.filter + ' FF: ' + objID.style.opacity);
}

function peopleIn(opt)
{
	//Definition der einzelnen Personen-Portraits
	
	var maA = ' ';
	var miL = ' ';
	var saM = ' ';
	var anS = ' ';
	var thS = ' ';

	maA = document.getElementById('martinA'); //Martin Abegg
	miL = document.getElementById('michaelL'); //Michael Lippe
	saM = document.getElementById('sandraM'); //Sandra Mohm
//	anS = document.getElementById('annaS'); //Anna Stratmann
	thS = document.getElementById('thorstenS'); //Thorsten Schumacher



	switch(opt)
	{
		case 'art01':
			maA.style.opacity = "1.00";
			maA.style.filter = "alpha(opacity=100)"; // IE
			miL.style.opacity = "1.00";
			miL.style.filter = "alpha(opacity=100)"; // IE
			saM.style.opacity = "0.40";
			saM.style.filter = "alpha(opacity=40)"; // IE
		//	anS.style.opacity = "0.40";
		//	anS.style.filter = "alpha(opacity=40)"; // IE
			thS.style.opacity = "0.40";
			thS.style.filter = "alpha(opacity=40)"; // IE
		break;
		case 'art02':
			maA.style.opacity = "1.00";
			maA.style.filter = "alpha(opacity=100)"; // IE
			miL.style.opacity = "1.00";
			miL.style.filter = "alpha(opacity=100)"; // IE
			saM.style.opacity = "0.40";
			saM.style.filter = "alpha(opacity=40)"; // IE
		//	anS.style.opacity = "0.40";
		//	anS.style.filter = "alpha(opacity=40)"; // IE
			thS.style.opacity = "0.40";
			thS.style.filter = "alpha(opacity=40)"; // IE
		
		break;
		case 'art03':
			maA.style.opacity = "1.00";
			maA.style.filter = "alpha(opacity=100)"; // IE
			miL.style.opacity = "0.40";
			miL.style.filter = "alpha(opacity=40)"; // IE
			saM.style.opacity = "1.00";
			saM.style.filter = "alpha(opacity=100)"; // IE
		//	anS.style.opacity = "0.40";
		//	anS.style.filter = "alpha(opacity=40)"; // IE
			thS.style.opacity = "0.40";
			thS.style.filter = "alpha(opacity=40)"; // IE
		
		break;
		case 'art04':
			maA.style.opacity = "0.40";
			maA.style.filter = "alpha(opacity=40)"; // IE
			miL.style.opacity = "1.00";
			miL.style.filter = "alpha(opacity=100)"; // IE
			saM.style.opacity = "0.40";
			saM.style.filter = "alpha(opacity=40)"; // IE
		//	anS.style.opacity = "1.00";
		//	anS.style.filter = "alpha(opacity=100)"; // IE
			thS.style.opacity = "0.40";
			thS.style.filter = "alpha(opacity=40)"; // IE
		
		break;
		case 'art05':
			maA.style.opacity = "0.40";
			maA.style.filter = "alpha(opacity=40)"; // IE
			miL.style.opacity = "0.40";
			miL.style.filter = "alpha(opacity=40)"; // IE
			saM.style.opacity = "0.40";
			saM.style.filter = "alpha(opacity=40)"; // IE
		//	anS.style.opacity = "0.40";
		//	anS.style.filter = "alpha(opacity=40)"; // IE
			thS.style.opacity = "1.00";
			thS.style.filter = "alpha(opacity=100)"; // IE
		
		break;
		case 'art06':
			maA.style.opacity = "0.40";
			maA.style.filter = "alpha(opacity=40)"; // IE
			miL.style.opacity = "0.40";
			miL.style.filter = "alpha(opacity=40)"; // IE
			saM.style.opacity = "1.00";
			saM.style.filter = "alpha(opacity=100)"; // IE
		//	anS.style.opacity = "0.40";
		//	anS.style.filter = "alpha(opacity=40)"; // IE
			thS.style.opacity = "1.00";
			thS.style.filter = "alpha(opacity=100)"; // IE
		
		break;
		case 'art07':
			maA.style.opacity = "0.40";
			maA.style.filter = "alpha(opacity=40)"; // IE
			miL.style.opacity = "1.00";
			miL.style.filter = "alpha(opacity=100)"; // IE
			saM.style.opacity = "0.40";
			saM.style.filter = "alpha(opacity=40)"; // IE
		//	anS.style.opacity = "1.00";
		//	anS.style.filter = "alpha(opacity=100)"; // IE
			thS.style.opacity = "0.40";
			thS.style.filter = "alpha(opacity=40)"; // IE
		
		break;
		case 'art08':
			maA.style.opacity = "1.00";
			maA.style.filter = "alpha(opacity=100)"; // IE
			miL.style.opacity = "0.40";
			miL.style.filter = "alpha(opacity=40)"; // IE
			saM.style.opacity = "0.40";
			saM.style.filter = "alpha(opacity=40)"; // IE
		//	anS.style.opacity = "0.40";
		//	anS.style.filter = "alpha(opacity=40)"; // IE
			thS.style.opacity = "1.00";
			thS.style.filter = "alpha(opacity=100)"; // IE
		
		break;
		case 'art09':
			maA.style.opacity = "0.40";
			maA.style.filter = "alpha(opacity=40)"; // IE
			miL.style.opacity = "0.40";
			miL.style.filter = "alpha(opacity=40)"; // IE
			saM.style.opacity = "0.40";
			saM.style.filter = "alpha(opacity=40)"; // IE
		//	anS.style.opacity = "1.00";
		//	anS.style.filter = "alpha(opacity=100)"; // IE
			thS.style.opacity = "0.40";
			thS.style.filter = "alpha(opacity=40)"; // IE
		break;
		case 'art10':
			maA.style.opacity = "0.40";
			maA.style.filter = "alpha(opacity=40)"; // IE
			miL.style.opacity = "1.00";
			miL.style.filter = "alpha(opacity=100)"; // IE
			saM.style.opacity = "0.40";
			saM.style.filter = "alpha(opacity=40)"; // IE
		//	anS.style.opacity = "1.00";
		//	anS.style.filter = "alpha(opacity=100)"; // IE
			thS.style.opacity = "0.40";
			thS.style.filter = "alpha(opacity=40)"; // IE
		break;

	}

}

function peopleOut()
{
//Definition der einzelnen Personen-Portraits

var maA = 0;
var miL = 0;
var saM = 0;
var anS = 0;
var thS = 0;

	maA = document.getElementById('martinA'); //Martin Abegg
	miL = document.getElementById('michaelL'); //Michael Lippe
	saM = document.getElementById('sandraM'); //Sandra Mohm
//	anS = document.getElementById('annaS'); //Anna Stratmann
	thS = document.getElementById('thorstenS'); //Thorsten Schumacher

			maA.style.opacity = "0.40";
			maA.style.filter = "alpha(opacity=40)"; // IE
			miL.style.opacity = "0.40";
			miL.style.filter = "alpha(opacity=40)"; // IE
			saM.style.opacity = "0.40";
			saM.style.filter = "alpha(opacity=40)"; // IE
		//	anS.style.opacity = "0.40";
		//	anS.style.filter = "alpha(opacity=40)"; // IE
			thS.style.opacity = "0.40";
			thS.style.filter = "alpha(opacity=40)"; // IE
}



function DEP_imgblendingIn(opt)
{
	var martinA = document.getElementById('martinA');
	var michaelL = document.getElementById('michaelL');
	var sandraM = document.getElementById('sandraM');
	var annaS = document.getElementById('annaS');
	var thorstenS = document.getElementById('thorstenS');

	switch(opt)
	{
		case 'art01':
			martinA.src = 'fileadmin/cimages/rechtsgebiete/martinA_1.gif';
		break;
	}
}


function DEP_imgblendingOut(opt)
{
	var martinA = document.getElementById('martinA');
	var michaelL = document.getElementById('michaelL');
	var sandraM = document.getElementById('sandraM');
	var annaS = document.getElementById('annaS');
	var thorstenS = document.getElementById('thorstenS');

	switch(opt)
	{
		case 'art01':
			martinA.src = 'fileadmin/cimages/rechtsgebiete/martinA_0.gif';
		break;
	}


}
