	
	var oldDownId = "anw_4";
			
	function showAnwendung(id,element)
	{
		element.onclick = function () {}
		downId = "anw_" + id;
		Effect.BlindUp(oldDownId,{afterFinish:function(){Effect.BlindDown(downId,{afterFinish:function(){ element.onclick = function () { showAnwendung(id,this); }}}); }});
		
		classes = document.getElementById('slide_box').getElementsByTagName('a');
		
		for(i=0;i<classes.length;i++)
		{
			if(classes[i].className == "open")
			{
				classes[i].className = "close";
			}
			
		}
		
		document.getElementById('ahead_' + id).className = "open";
		oldDownId = downId;
		
	}
	
	Effect.BlindDown('anw_4');