//managing Frames

 function DoppelLink(Link2)
  {
    parent.frames[2].location.href=Link2;
   return ;
 } 

