var TREE2_NODES = [
  ['Home', 'home.html', 'content'], 
  ['Biotechnology', null, null, 
    ['What is Biotechnology?', 'biotech/index.html#what', 'content'], 
    ['History', 'biotech/index.html#history', 'content'], 
    ['Current Events', 'biotech/index.html#ce', 'content']], 
  ['Products', null, null, 
    ['Products Page', 'products/index.html', 'content'], 
    ['Recombinant DNA', null, null, 
      ['Products', 'products/recdna/index.html', 'content'], 
      ['About Recombinant DNA', 'products/recdna/about.html', 'content']], 
    ['Stem Cell Research', null, null, 
      ['Products', 'products/scell/index.html', 'content'], 
      ['About Stem Cells', 'products/scell/about.html', 'content']], 
    ['Drug Discovery', null, null, 
      ['Products', 'products/drug/index.html', 'content']], 
    ['Genetic Therapy', null, null, 
      ['Products', 'products/genet/index.html', 'content']], 
    ['Biological Weapons', null, null, 
      ['Products', 'products/bioweap/index.html', 'content']]], 
  ['Basic Biology', null, null, 
    ['Carbohydrates', 'biology/carbs/index.html', 'content'], 
    ['Lipids', 'biology/lipids/index.html', 'content'], 
    ['Proteins', 'biology/proteins/index.html', 'content'], 
    ['DNA', 'biology/dna/index.html', 'content'], 
    ['RNA', 'biology/rna/index.html', 'content'], 
    ['DNA Sequencing', 'biology/dnaseq/index.html', 'content']], 
  ['About Us', 'aboutus/index.html', 'content'], 
  ['Bioethics', null, null, 
    ['Children', 'bioethics/children.html', 'content'], 
    ['Cloning', 'bioethics/cloning.html', 'content'], 
    ['Drugs', 'bioethics/drugs.html', 'content'], 
    ['Life Extension', 'bioethics/life.html', 'content'], 
    ['Memory Extension', 'bioethics/memory.html', 'content'], 
    ['Organs', 'bioethics/organs.html', 'content'], 
    ['Stem Cells', 'bioethics/scells.html', 'content'], 
    ['Testing for Genetic Disorders', 'bioethics/testing.html', 'content'], 
    ['Weapons', 'bioethics/weapons.html', 'content']], 
  ['Interviews and Videos', 'interviews/index.html', 'content'], 
  ['Glossary', 'glossary/index.html', '_blank'], 
  ['Site Map', 'sitemap.html', 'content']
];


