var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    sUrl:'http://www.norman-automatics.nl/index.html'
},
{   sTitle:'Info',
    sUrl:'http://www.norman-automatics.nl/info.html'
},
{   sTitle:'Galerie',
    sUrl:'http://www.norman-automatics.nl/galerie.html'
},
{   sTitle:'Producten',
    sUrl:'http://www.norman-automatics.nl/producten.html',"childArray" : [
    {   sTitle:'Jukeboxen',
        sUrl:'http://www.norman-automatics.nl/jukeboxen.html'
        ,"childArray" : [{   sTitle:'Wurlitzer Jukeboxen',
            sUrl:'http://www.norman-automatics.nl/wurlitzer.html'
        },
        {   sTitle:'AMi Jukeboxen',
            sUrl:'http://www.norman-automatics.nl/ami.html'
        },
        {   sTitle:'Seeburg Jukeboxen',
            sUrl:'http://www.norman-automatics.nl/seeburg.html'
        },
        {   sTitle:'Rock-Ola Jukeboxen',
            sUrl:'http://www.norman-automatics.nl/rockola.html'
        }]
    },
    {   sTitle:'Coca-Cola Machines',
        sUrl:'http://www.norman-automatics.nl/cocacolamachines.html'
    },
    {   sTitle:'Benzinepompen',
        sUrl:'http://www.norman-automatics.nl/pompen.html'
    },
    {   sTitle:'Munt- en speelautomaten',
        sUrl:'http://www.norman-automatics.nl/m&sautomaten.html'
    },
    {   sTitle:'Kauwgom- en pinda-automaten',
        sUrl:'http://www.norman-automatics.nl/kauwgomenpinda.html'
    },
    {   sTitle:'Reclameborden',
        sUrl:'http://www.norman-automatics.nl/reclameborden.html'
    },
    {   sTitle:'Neonverlichting',
        sUrl:'http://www.norman-automatics.nl/neons.html'
    },
    {   sTitle:'Overige producten',
        sUrl:'http://www.norman-automatics.nl/overige.html'
    }]
},
{   sTitle:'Contact',
    sUrl:'http://www.norman-automatics.nl/contact.html'
}]
});
