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';
} 
 function ilink(seite) {
if (seite == 'Home') window.location.href='index.html';
if (seite == 'Reseller') window.location.href='ep_1.html';
if (seite == 'Info') window.location.href='ep_2.html';
if (seite == 'Referenzen') window.location.href='ep_3.html';
if (seite == 'Full-Service') window.location.href='ep_4.html';
if (seite == 'Preise') window.location.href='ep_5.html';
} 

