function ZweiFrames(URL1,F1,URL2,F2)
 {
  parent.frames[F1].location.href=URL1;
  parent.frames[F2].location.href=URL2;
 }

function VerlassenLink()
 {
  hinweis = window.open("http://www.alexander-dahl.de/bu030614/shhinwis.htm","Hinweisfenster","toolbar=no,location=no,scrolling=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=488,height=50")
  hinweis.blur()
 }

function KeinFrameSetGeladen()
 {
  hinweis2 = window.open("http://www.alexander-dahl.de/bu030614/shhinwi2.htm","Hinweisfenster2","toolbar=no,location=no,scrolling=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=488,height=50")
 }
