function an(lay, nr){var a = document.body.clientWidth - 200;var b = document.body.clientHeight - 100;var id=document.getElementById(lay);
var w;var h;if (navigator.appName == 'Netscape') {window.captureEvents(Event.MOUSEMOVE);window.onMouseMove = setpos;function setpos(ev){
h = ev.pageY;w = ev.pageX;}document.layers[nr].top=h;document.layers[nr].left=w;document.layers[nr].visibility = "show";}else{
var x=document.body.scrollTop;var y=document.body.scrollLeft;w=window.event.x;h=window.event.y;if(h+x > b)h=h-30;id.style.top=h+x-30;
if(w+y > a)w=w-200;id.style.left=w+y;id.style.visibility="visible";}}function aus(lay,nr){var id=document.getElementById(lay);
if (navigator.appName == 'Netscape'){ document.layers[nr].visibility = "hide";}else{id.style.visibility="hidden";}}
function MM_jumpMenu(targ,selObj,restore){eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;}
function navigate(link){parent.mainFrame.location.href = link.options[link.selectedIndex].value;
parent.mainFrame.focus();}
function Go_Site(link){location.href = link;}
function Over(elem, farbe)
{elem.style.backgroundColor = farbe;
elem.style.cursor = 'hand'}
function RoundLaden(site)
  {
  var id=document.getElementById("inhalt");
  id.src=site;
  }
function Out(elem, farbe)
{elem.style.backgroundColor = farbe;
}function openwin(theURL,winName,features) {neuesFenster=window.open(theURL,winName,features);
neuesFenster.focus();neuesFenster.moveTo(20,20)}function openinfo(focusfenster) {neuesFenster=window.open('info.htm','Info','resizable=0, width=300,height=239, scrollbars=no');
  focusfenster.focus();
  neuesFenster.moveTo(0,0)}
