function menueover(wert)
{
	var wert;
	eval("document.getElementById('" + wert + "').style.backgroundColor='#FFFFFF'");
	//eval("document.getElementById('" + wert + "').style.borderTop='solid #013A74 1px'");
	//eval("document.getElementById('" + wert + "').style.borderBottom='solid #013A74 1px'");
}


function menueout(wert)
{
	var wert;
	eval("document.getElementById('" + wert + "').style.backgroundColor='transparent'");
	eval("document.getElementById('" + wert + "').style.borderTop='none'");
	eval("document.getElementById('" + wert + "').style.borderBottom='none'");
}


function geturl(wert)
{
	top.location.href=wert;
}

function grafikfelder(wert)
{
	eval("document.images[23].src='images/grafik" + wert + ".gif'");
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


function adrvisible(wert,wert2,wert3,wert4)
{
	var wert;
	eval("document.getElementById('" + wert + "').style.backgroundColor='#F1F3F5'");
	eval("document.getElementById('" + wert + "').style.borderTop='solid #013A74 1px'");
	eval("document.getElementById('" + wert + "').style.borderBottom='solid #013A74 1px'");
	eval("document.getElementById('" + wert2 + "').src='" + wert3 + "'");

}

function adrhidden(wert,wert2)
{
	var wert;
	eval("document.getElementById('" + wert + "').style.backgroundColor='transparent'");
	eval("document.getElementById('" + wert + "').style.borderTop='none'");
	eval("document.getElementById('" + wert + "').style.borderBottom='none'");
	eval("document.getElementById('" + wert2 + "').src='../Images/clear.gif'");
}
