<!--
 function ZweiFrames(URL1,F1,URL2,F2)
 {  
  parent.li_menu.location.href=URL1;
  parent.main.location.href=URL2;
 }
//-->