/*
 * menu items: text/image, link URL, sub-menu
 */
menu_buttons = [
    void(0), // begin counting at 1, not 0
    ['/images/b_fehlsichtig.gif',     '/images/b_fehlsichtig-over.gif'],
	['/images/b_iLASIK.gif',  '/images/b_iLASIK-over.gif'],
	['/images/b_refraktivechirurgie.gif',   '/images/b_refraktivechirurgie-over.gif'],
	['/images/b_technologien.gif',     '/images/b_technologien-over.gif'],
	['/images/b_ablauf.gif',    '/images/b_ablauf-over.gif']
];
menu_items = [
    void(0), // begin counting at 1, not 0
    
    ['Eye and Vision', '/fehlsichtig/index.html', [
        ['<b>Human Eye & Vision</b>', '/fehlsichtig/auge.html', []],
        ['<b>Simulate your Refractive Error</b>', '/fehlsichtig/fehlsichtig.html', []],
            [' &nbsp;&nbsp; Nearsightedness or Myopia', '/fehlsichtig/kurzsichtig.html', []],
            [' &nbsp;&nbsp; Farsightedness or Hyperopia', '/fehlsichtig/weitsichtig.html', []],
            [' &nbsp;&nbsp; Astigmatism',  '/fehlsichtig/astigmatismus.html', []],
            [' &nbsp;&nbsp; Presbyopia',  '/fehlsichtig/presbyopie.html', []],
        ['<b>Vision Correction Procedures</b>', '/fehlsichtig/indikation.html', []],
        ['<b>Are you a Candidate?</b>', '/fehlsichtig/eignung.html', []],
        ['<b>Costs of Vision Correction Procedures</b>', '/laser/kosten.html', []]
    ]],
    
    ['iLASIK', '/lasik/iLASIK.html', [
        ['<span class="i">i</span><b>LASIK </b>', '/lasik/iLASIK.html', []],
        ['<span class="i">i</span><b>LASIK Advantages</b>', '/lasik/iLASIK_vorteile.html', []],
        ['<span class="i">i</span><b>LASIK Indications</b>', '/lasik/iLASIK_indikation.html', []],
        ['<span class="i">i</span><b>LASIK FAQ</b>', '/faq/index.html', []],
        ['<span class="i">i</span><b>LASIK Centers</b>', '/freevis/index.html', []],
            [' &nbsp;&nbsp; Mannheim', '/mannheim/index.html', []],
            [' &nbsp;&nbsp; Nuremberg-Fürth', '/fuerth/index.html', []],
        ['<b>Risks & Problems after LASIK</b>', '/lasik/lasik_probleme.html', []],
        ['<b>Costs of Vision Correction Procedures</b>', '/laser/kosten.html', []]
  ]],

    ['Other vision correction procedures', '/laser/index.html', [
        ['<b>Laser vision correction</b>', '/lasik/index.html', []],
            [' &nbsp;&nbsp; Wavefront-guided LASIK', '/lasik/wellenfront-lasik.html', []],
            [' &nbsp;&nbsp; Femto-LASIK (All-laser LASIK)', '/lasik/femto-lasik.html', []],
            [' &nbsp;&nbsp; Traditional LASIK', '/lasik/lasik.html', []],
            [' &nbsp;&nbsp; Epi-LASIK','/lasik/epi-lasik.html', []],
        ['<b>Lens procedures</b>', '/laser/linsenoperation.html', []],
            [' &nbsp;&nbsp; Phakic Lens Implants', '/laser/iol.html', []],
            [' &nbsp;&nbsp; Refractive Lens Exchange',                       '/laser/rle.html', []],
        ['<b>Correction of Astigmatism</b>', '/laser/astigmatismuskorrektur.html', []],
        ['<b>Bioptics</b>', '/laser/index.html#bioptics', []],
        ['<b>Presbyopia Correction</b>', '/laser/presbyopiekorrektur.html', []],
            [' &nbsp;&nbsp; INTRACOR ', '/laser/intracor.html', []],
            [' &nbsp;&nbsp; Monovision LASIK', '/lasik/monovision-lasik.html', []],
	    [' &nbsp;&nbsp; Presbyopic Lens Exchange (PRELEX) ',                       '/laser/miol.html', []],
	    [' &nbsp;&nbsp; AcuFocus Corneal Inlay',                       '/laser/acufocus.html', []],
          ['<b>Costs of Vision Correction Procedures</b>', '/laser/kosten.html', []]
  ]],        
    
    ['State-of-the-art technologies', '/technologie/index.html', [
        ['<span class="i">i</span><b>LASIK precision</b>', '/technologie/iLASIK_Praezision.html', []], 
            [' &nbsp;&nbsp; Wavefront Analysis', '/technologie/wavescan.html', []], 
            [' &nbsp;&nbsp; Femtosecond Laser', '/technologie/femtosekundenlaser.html', []],
            [' &nbsp;&nbsp; Excimer Laser', '/technologie/excimerlaser.html', []],
        ['<b>Implants</b>', '/technologie/implantate.html', []],
            [' &nbsp;&nbsp; Acrysof Cachet Phakic Lens',  '/laser/iol.html', []],
            [' &nbsp;&nbsp; AcuFocus Corneal Inlay',  '/laser/acufocus.html', []]
    ]],
    
    ['Your procedure at FreeVis', '/ablauf/index.html', [
        ['<b>Step by Step</b>', '/ablauf/index.html', []]
    ]]
];

