function twoframes(eins,zwei){
 top.frames["navi"].location.href = eins;
 top.frames["inhalt"].location.href = zwei;
 }
