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.open('http://www.chjforsuccess.at', '_blank') ;if (seite == 10) history.back();} 
 function ilink(seite) {
if (seite == 'Home') window.location.href='index.html';
if (seite == 'Wir über uns') window.location.href='ep_1.html';
if (seite == 'Produkte') window.location.href='ep_2.html';
if (seite == 'Stangen-, Stabstahl') window.location.href='ep_3.html';
if (seite == 'Träger ') window.location.href='ep_4.html';
if (seite == 'Bleche,Onduline, Gitterroste') window.location.href='ep_5.html';
if (seite == 'Nutzwaren ') window.location.href='ep_6.html';
if (seite == 'Metalle') window.location.href='ep_7.html';
if (seite == 'Angebote') window.location.href='ep_8.html';
if (seite == 'Zurück') window.location.href='ep_10.html';
} 

