window.defaultStatus = "";




   function fenster(adress, breite, hoehe, vfocus)

   {

    ziel=vfocus+".focus()";

  

    Navigation =

  window.open(adress,vfocus,"width=" + breite + ",height=" + hoehe + ",toolbar=1,location=0,status=0,menubar=0,scrollbars=1,screenX=20,screenY=20,top=20,left=20,resizable=0");

    ziel;

   }
function news()

   {

    ziel="ticker.focus()";

  

    Navigation =

  window.open("ticker.htm","ticker","width=310,height=180,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,top=10,left=75,resizable=0");

    ziel;

   }

function Go(x) {
 if(x == "nothing") {
   document.forms[0].reset();
   document.forms[0].elements[0].blur();
   return;
 }
 else {
   parent.frames.location.href = x;
   document.forms[0].reset();
   document.forms[0].elements[0].blur();
 }
}