<!--
// 2 frames 1 link!
function ZweiFrames(URI1,F1,URI2,F2) {
  Frame1=eval("parent."+F1);
  Frame2=eval("parent."+F2);
  Frame1.location.href = URI1;
  Frame2.location.href = URI2;
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//legt statusleisten-text fest
//function MM_displayStatusMsg(msgStr) { //v1.0
//  status=msgStr;
//  document.MM_returnValue = true;
//}
//-->
