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';
} 
 function ilink(seite) {
if (seite == 'Schilift Kronberg') window.location.href='index.html';
if (seite == 'Wir über uns   -    das Team') window.location.href='ep_1.html';
if (seite == 'Betriebszeiten, Liftpreise') window.location.href='ep_2.html';
if (seite == 'Veranstaltungen') window.location.href='ep_3.html';
if (seite == ' Intersport XL Asen Zwergerlcup') window.location.href='ep_4.html';
if (seite == 'Fertig+Massiv Bezirkscup News') window.location.href='ep_5.html';
if (seite == 'Fotos') window.location.href='ep_6.html';
if (seite == 'Links') window.location.href='ep_7.html';
if (seite == 'Neues vom USC Attergau, Sektion Schi') window.location.href='ep_8.html';
} 

