<!--
function MM_effectAppearFade(targetElement, duration, from, to, toggle)
{
	Spry.Effect.DoFade(targetElement, {duration: duration, from: from, to: to, toggle: toggle});
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


function umschalter(elementid,myid)
{

	var newelem;
	newelem=elementid+myid;
	document.getElementById(newelem).style.display = "block";
		
}

function leeren(id,count)
{
	for (var i = 1; i <= count; i++){
		myelem=id+i;
		document.getElementById(myelem).style.display = "none";
	}

}


//-->



