
function CheckURL(a,b) {
			if (a == b) {
			document.write('<span class="textboldred"><img src="/images/hauptnav_icon_rot.gif" width="8" height="9" border="0">');
			}
			else {
			document.write('<span><img src="/images/hauptnav_icon_grau.gif" width="8" height="9" border="0">');

			}
		}
		
function CheckURLSubnav(a,b) {
			if (a == b) {
			document.write('<span class="subnavselected">');
			}
			else {
			document.write('<span>');

			}
		}


function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}



function on(nr,url)
{
	document.images[nr].src=url;
}

function off(nr)
{
	document.images[nr].src="/images/ooe_karte_alles.gif"
}	


