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';
if (seite == 16) window.location.href='ep_16.html';
if (seite == 17) window.location.href='ep_17.html';
if (seite == 18) window.location.href='ep_18.html';
if (seite == 19) window.location.href='ep_19.html';
if (seite == 20) window.location.href='ep_20.html';
} 
 function ilink(seite) {
if (seite == 'Home') window.location.href='index.html';
if (seite == 'Chronicle') window.location.href='ep_1.html';
if (seite == 'Location') window.location.href='ep_2.html';
if (seite == 'Contact ') window.location.href='ep_3.html';
if (seite == 'Where we life') window.location.href='ep_4.html';
if (seite == 'Where we work') window.location.href='ep_5.html';
if (seite == 'Cleaning Products') window.location.href='ep_6.html';
if (seite == 'For Cleaning ATM') window.location.href='ep_7.html';
if (seite == 'Varios Machines') window.location.href='ep_8.html';
if (seite == 'POS-Terminals') window.location.href='ep_9.html';
if (seite == 'Scanner') window.location.href='ep_10.html';
if (seite == 'Printer/Fax') window.location.href='ep_11.html';
if (seite == 'Computer') window.location.href='ep_12.html';
if (seite == 'Cleaning Services') window.location.href='ep_13.html';
if (seite == 'Services') window.location.href='ep_14.html';
if (seite == 'Prices') window.location.href='ep_15.html';
if (seite == 'PC-Anti-Theft Security ') window.location.href='ep_16.html';
if (seite == 'TFT + Notebooks') window.location.href='ep_17.html';
if (seite == 'For PC-Housings') window.location.href='ep_18.html';
if (seite == 'For PC+Keyboards') window.location.href='ep_19.html';
if (seite == 'PC-Diskdrive Security') window.location.href='ep_20.html';
} 
