if(top!=self)
  top.location=self.location;

function vorladen() {
    if (!document.images) {
        return;
    }
    var ar = new Array();
    var arguments = vorladen.arguments;
    for (var i=0; i<arguments.length; i++) {
        ar[i] = new Image();
        ar[i].src = arguments[i];
}}

function show() {
 if(document.getElementById)
   document.getElementById("eins").style.visibility = "visible";
  }
function noshow() {
 if(document.getElementById)
   document.getElementById("eins").style.visibility = "hidden";
}

function OpenWindow1() 
{
 window.open("","anfahrt",'directories=no,location=no,titlebar=no,toolbar=no,menubar=no,scrollbars=no,resizable=no,status=no,width=200,height=200')
}