<!--
function LoadNavDocument(docnr){
  switch(docnr) {
    case 1: {
      parent.frames[1].location.href = "n_BDE.html";
      parent.frames[3].location.href = "frame_4.html";
      break;}
    case 2: {
      parent.frames[1].location.href = "n_cristopher.html";
      parent.frames[3].location.href = "frame_5.html";
      break;}
    case 3: {
      parent.frames[1].location.href = "n_links.html";
      parent.frames[3].location.href = "frame_6.html";
      break;}
    case 4: {
      parent.frames[1].location.href = "n_contact.html";
      parent.frames[3].location.href = "frame_7.html";
      break;}
    case 5: {
      parent.frames[1].location.href = "e_BDE.html";
      parent.frames[3].location.href = "frame_8.html";
      break;}
    case 6: {
      parent.frames[1].location.href = "e_cristopher.html";
      parent.frames[3].location.href = "frame_9.html";
      break;}
    case 7: {
      parent.frames[1].location.href = "e_links.html";
      parent.frames[3].location.href = "frame_10.html";
      break;}
    case 8: {
      parent.frames[1].location.href = "e_contact.html";
      parent.frames[3].location.href = "frame_11.html";
      break;}
    }    
}
//-->