function LaadVijfFrames(EersteFrame,TweedeFrame,DerdeFrame,VierdeFrame,VijfdeFrame)
  {       
  parent.InhoudA.location = EersteFrame;
  parent.InhoudB.location = TweedeFrame;
  parent.InhoudC.location = DerdeFrame;
  parent.Tekst.location = VierdeFrame;
  parent.Foto.location = VijfdeFrame;
  }
  
function LaadVierFrames(EersteFrame,TweedeFrame,DerdeFrame,VierdeFrame)
  {   
  parent.InhoudB.location = EersteFrame;
  parent.InhoudC.location = TweedeFrame;
  parent.Tekst.location = DerdeFrame;
  parent.Foto.location = VierdeFrame;
  }  
  
function LaadTweeFrames(EersteFrame,TweedeFrame)
  {   
  parent.Tekst.location = EersteFrame;
  parent.Foto.location = TweedeFrame;
  }  

function LaadTweeFramesCV(EersteFrame,TweedeFrame)
  {   
  parent.InhoudC.location = EersteFrame;
  parent.Foto.location = TweedeFrame;
  }