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