function wechsel(seite) {
if (seite == 0) window.location.href='index.html';
if (seite == 1) window.location.href='ep_1.html';
if (seite == 2) window.location.href='ep_2.html';
if (seite == 3) window.location.href='ep_3.html';
if (seite == 4) window.location.href='ep_4.html';
if (seite == 5) window.location.href='ep_5.html';
if (seite == 6) window.location.href='ep_6.html';
if (seite == 7) window.location.href='ep_7.html';
if (seite == 8) window.location.href='ep_8.html';
if (seite == 9) window.location.href='ep_9.html';
if (seite == 10) window.location.href='ep_10.html';
if (seite == 11) window.location.href='ep_11.html';
if (seite == 12) window.location.href='ep_12.html';
if (seite == 13) window.location.href='ep_13.html';
if (seite == 14) window.location.href='ep_14.html';
if (seite == 15) window.location.href='ep_15.html';
} 
 function ilink(seite) {
if (seite == 'Firmenprofil') window.location.href='index.html';
if (seite == 'Home') window.location.href='ep_1.html';
if (seite == 'Angebote<br>offer') window.location.href='ep_2.html';
if (seite == 'Bohrgeräte<br>drill rigs') window.location.href='ep_3.html';
if (seite == 'Bohrgestänge<br>drill pipes') window.location.href='ep_4.html';
if (seite == 'Bohrschnecken<br>spiral augers') window.location.href='ep_5.html';
if (seite == 'Bohrwerkzeuge<br>drill tools') window.location.href='ep_6.html';
if (seite == 'Rollenmeissel<br>tricone rock bits') window.location.href='ep_7.html';
if (seite == 'Diamantbohrkronen<br>diamond-drill bits') window.location.href='ep_8.html';
if (seite == 'Futterrohre<br>casings') window.location.href='ep_9.html';
if (seite == 'Ersatzteile/Zubehör<br>spare parts') window.location.href='ep_10.html';
if (seite == 'Maschinenbau<br>machinery construction') window.location.href='ep_11.html';
if (seite == '') window.location.href='ep_12.html';
if (seite == '') window.location.href='ep_13.html';
if (seite == '') window.location.href='ep_14.html';
if (seite == 'Kontaktformular<br>contact') window.location.href='ep_15.html';
} 

