function Wechsel1()
{ var vchoice, vpage;
  vchoice=document.Button1.Auswahl1.selectedIndex;
  vpage=document.Button1.Auswahl1.options[vchoice].value;
  if (vpage=="x")
  { document.Button1.reset(); return false; }
  else
  { window.location.href=vpage; }
}

function Wechsel2()
{ var vchoice, vpage;
  vchoice=document.Button2.Auswahl2.selectedIndex;
  vpage=document.Button2.Auswahl2.options[vchoice].value;
  if (vpage=="x")
  { document.Button2.reset(); return false; }
  else
  { window.location.href=vpage; }
}

function Wechsel3()
{ var vchoice, vpage;
  vchoice=document.Button3.Auswahl3.selectedIndex;
  vpage=document.Button3.Auswahl3.options[vchoice].value;
  if (vpage=="x")
  { document.Button3.reset(); return false; }
  else
  { window.location.href=vpage; }
}

function Wechsel4()
{ var vchoice, vpage;
  vchoice=document.Button4.Auswahl4.selectedIndex;
  vpage=document.Button4.Auswahl4.options[vchoice].value;
  if (vpage=="x")
  { document.Button4.reset(); return false; }
  else
  { window.location.href=vpage; }
}

function Wechsel5()
{ var vchoice, vpage;
  vchoice=document.Button5.Auswahl5.selectedIndex;
  vpage=document.Button5.Auswahl5.options[vchoice].value;
  if (vpage=="x")
  { document.Button5.reset(); return false; }
  else
  { window.location.href=vpage; }
}


function Wechsel11()
{ var vchoice, vpage;
  vchoice=document.Button11.Auswahl11.selectedIndex;
  vpage=document.Button11.Auswahl11.options[vchoice].value;
  if (vpage=="x")
  { document.Button11.reset(); return false; }
  else
  { window.location.href=vpage; }
}

function Wechsel12()
{ var vchoice, vpage;
  vchoice=document.Button12.Auswahl12.selectedIndex;
  vpage=document.Button12.Auswahl12.options[vchoice].value;
  if (vpage=="x")
  { document.Button12.reset(); return false; }
  else
  { window.location.href=vpage; }
}

function Wechsel13()
{ var vchoice, vpage;
  vchoice=document.Button13.Auswahl13.selectedIndex;
  vpage=document.Button13.Auswahl13.options[vchoice].value;
  if (vpage=="x")
  { document.Button13.reset(); return false; }
  else
  { window.location.href=vpage; }
}

function Wechsel14()
{ var vchoice, vpage;
  vchoice=document.Button14.Auswahl14.selectedIndex;
  vpage=document.Button14.Auswahl14.options[vchoice].value;
  if (vpage=="x")
  { document.Button14.reset(); return false; }
  else
  { window.location.href=vpage; }
}

function Wechsel15()
{ var vchoice, vpage;
  vchoice=document.Button15.Auswahl15.selectedIndex;
  vpage=document.Button15.Auswahl15.options[vchoice].value;
  if (vpage=="x")
  { document.Button15.reset(); return false; }
  else
  { window.location.href=vpage; }
}

