function goTO (myselect)
{ idx=myselect.selectedIndex;
  if(idx==0){window.location.href="index.htm"; }
  if(idx==1){window.location.href="http://www.internet-in-kl.agunda.de/"; }
  if(idx==2){window.location.href="firmware.htm"; }
  if(idx==3){window.location.href="dsl_kl.htm"; }
  if(idx==4){window.location.href="dynsite.htm"; }
  if(idx==5){window.location.href="dyndns.htm"; }
  if(idx==6){window.location.href="kvo_ber.htm"; }
  if(idx==7){window.location.href="kvo_pri.htm"; }
  if(idx==8){window.location.href="kvo_foto.htm"; }
  if(idx==9){window.location.href="paris3.htm"; }
  if(idx==10){window.location.href="mali.htm"; }
  if(idx==11){window.location.href="madeira.htm"; }
  if(idx==12){window.location.href="kvo_link.htm"; }
  if(idx==13){window.location.href="kvo_such.htm"; }
  if(idx==14){window.location.href="sitemap.htm"; }
}