function wechsel(seite) {
if (seite == 0) window.location.href='index.html';
if (seite == 1) window.location.href='http://www.flashnet.at/funk';
if (seite == 2) window.location.href='http://www.flashnet.at/dsl';
if (seite == 3) window.location.href='http://www.flashnet.at/mobil';
if (seite == 4) window.location.href='http://www.flashnet.at/voip';
if (seite == 5) window.location.href='http://www.flashnet.at/business';
} 
 function ilink(seite) {
if (seite == 'Home') window.location.href='index.html';
} 

