function zweiframes(URL1,_haupt,URL2,_navi)
 {  
  parent.frames[_haupt].location.href=URL1;
  parent.frames[_navi].location.href=URL2;
 }
