/* Skript für Menü */

function Leeds(x) {
 var test;
 test = 0;
 if(x == "nothing") {
   document.forms[0].reset();
   document.forms[0].elements[0].blur();
   return;
 }
 else {
   if(x == "../../index.html") {
   parent.location.href = x;
   test=1;
   }
   if(x == "index.html") {
   parent.location.href = x;
   test=1;
   }
   if(x == "../index.html") {
   parent.location.href = x;
   test=1;
   }
   if(x == "../Travel/index.html") {
   parent.location.href = x;
   test=1;
   }
   if(x == "../../Travel/index.html") {
   parent.location.href = x;
   test=1;
   }
   if(x == "indexleeds.html") {
   parent.location.href = x;
   test=1;
   }
  if(x == "../Leedsneu/deutsch/index.html") {
   parent.location.href = x;
   test=1;
   }
  if(x == "../MLeedsNeu/deutsch/index.html") {
   parent.location.href = x;
   test=1;
   }
   if(x == "indexaround.html") {
   parent.location.href = x;
   test=1;
   }
   if(x == "indexLinks.html") {
   parent.location.href = x;
   test=1;
   }
   if(test == 0) {
   parent.frames[3].location.href = x;
   }
   document.forms[0].reset();
   document.forms[0].elements[0].blur();
 }
}

function MainCube(x) {
 if(x == "nothing") {
   document.forms[0].reset();
   document.forms[0].elements[0].blur();
   return;
 }
 else {
   if(x =="index.html") {
   parent.location.href = x;
   }
   if(x =="deutsch/index.html") {
   parent.location.href = x;
   }
   if(x =="englisch/index.html") {
   parent.location.href = x;
   }
   if(x =="../index.html") {
   parent.location.href = x;
   }
   document.forms[0].reset();
   document.forms[0].elements[0].blur();
 }
}

function Travel(x) {
 if(x == "nothing") {
   document.forms[0].reset();
   document.forms[0].elements[0].blur();
   return;
 }
 else {
   parent.location.href = x;
   document.forms[0].reset();
   document.forms[0].elements[0].blur();
 }
}

function Cube2(x) {
 var test;
 test = 0;
 if(x == "nothing") {
   document.forms[0].reset();
   document.forms[0].elements[0].blur();
   return;
 }
 else {
   if(x =="../../index.html") {
   parent.location.href = x;
   test=1;
   }
   if(x =="../index.html") {
   parent.location.href = x;
   test=1;
   }
   document.forms[0].reset();
   document.forms[0].elements[0].blur();
   if(test == 0) {
   parent.frames[3].location.href = x;
   parent.frames[5].location.href = "erstellt.html";
   }
 }
}

function Faustino(x) {
 if(x == "nothing") {
   document.forms[0].reset();
   document.forms[0].elements[0].blur();
   return;
 }
 else {
   if(x =="../index.html") {
   parent.location.href = x;
   }
   document.forms[0].reset();
   document.forms[0].elements[0].blur();
 }
}

function ich(x) {
 var test;
 test = 0;
 if(x == "nothing") {
   document.forms[0].reset();
   document.forms[0].elements[0].blur();
   return;
 }
 else {
   if(x =="../index.html") {
   parent.location.href = x;
   test=1;
   }
   if(x =="index.html") {
   parent.location.href = x;
   test=1;
   }
   if(test == 0) {
   parent.frames[3].location.href = x;
   }
   document.forms[0].reset();
   document.forms[0].elements[0].blur();
 }
}


function Sigrun(x) {
 if(x == "nothing") {
   document.forms[0].reset();
   document.forms[0].elements[0].blur();
   return;
 }
 else {
   parent.location.href = x;
   document.forms[0].reset();
   document.forms[0].elements[0].blur();
 }
}