var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Home',
        bIsWebPath:true,
        sUrl:'pagina3.html'
    },
    {   sTitle:'About Me',
        bIsWebPath:true,
        sUrl:'aboutme.html'
    },
    {   sTitle:'Agenda',
        bIsWebPath:true,
        sUrl:'agenda.html'
    },
    {   sTitle:'CD\'s',
        bIsWebPath:true,
        sUrl:'cd.html'
    },
    {   sTitle:'Downloads',
        bIsWebPath:true,
        sUrl:'downloads.html'
    },
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'links.html'
    },
    {   sTitle:'Gallery',
        bIsWebPath:true,
        sUrl:'gallery.html'
    },
    {   sTitle:'Contact',
        bIsWebPath:true,
        sUrl:'pagina7.html'
    }]
}]
});
