var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'About Malaria',
    bIsWebPath:true,
    sUrl:'malaria.htm',"childArray" : [
    {   sTitle:'Malaria FAQ',
        bIsWebPath:true,
        sUrl:'malariafaq.htm',"childArray" : [
        {   sTitle:'Contact REMIT',
            bIsExternal:true,
            bIsWebPath:true,
            sUrl:'contact.htm'
        },
        {   sTitle:'Visit REMaRAG',
            bIsExternal:true,
            sUrl:'http://www.remarag.org'
        }]
    },
    {   sTitle:'Contact REMIT',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'contact.htm',
        sTarget:'_self'
    },
    {   sTitle:'Visit REMaRAG',
        bIsExternal:true,
        sUrl:'http://www.remarag.org/'
    },
    {   sTitle:'Malaria in the News',
        bIsWebPath:true,
        sUrl:'malarianews.htm',"childArray" : [
        {   sTitle:'Contact REMIT',
            bIsExternal:true,
            bIsWebPath:true,
            sUrl:'contact.htm'
        },
        {   sTitle:'Visit REMaRAG',
            bIsExternal:true,
            sUrl:'http://www.remarag.org/'
        }]
    }]
},
{   sTitle:'About Rotary',
    bIsWebPath:true,
    sUrl:'rotary.htm',"childArray" : [
    {   sTitle:'Contact REMIT',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'contact.htm'
    },
    {   sTitle:'Visit REMaRAG',
        bIsExternal:true,
        sUrl:'http://www.remarag.org/'
    }]
},
{   sTitle:'About REMIT',
    bIsWebPath:true,
    sUrl:'remit.htm',"childArray" : [
    {   sTitle:'REMIT Speakers',
        bIsWebPath:true,
        sUrl:'speakers.htm'
    },
    {   sTitle:'Contact REMIT',
        bIsWebPath:true,
        sUrl:'contact.htm'
    },
    {   sTitle:'Visit REMaRAG',
        bIsExternal:true,
        sUrl:'http://www.remarag.org/'
    }]
},
{   sTitle:'How REMIT Helps',
    bIsWebPath:true,
    sUrl:'howremithelps.htm',"childArray" : [
    {   sTitle:'Shopping List',
        bIsWebPath:true,
        sUrl:'shopping.htm',"childArray" : [
        {   sTitle:'Contact REMIT',
            bIsExternal:true,
            bIsWebPath:true,
            sUrl:'contact.htm'
        },
        {   sTitle:'Visit REMaRAG',
            bIsExternal:true,
            sUrl:'http://www.remarag.org',
            sTarget:'_blank'
        }]
    },
    {   sTitle:'Contact REMIT',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'contact.htm'
    },
    {   sTitle:'Visit REMaRAG',
        bIsExternal:true,
        sUrl:'http://www.remarag.org/'
    }]
},
{   sTitle:'How You Can Help',
    bIsWebPath:true,
    sUrl:'howtohelp.htm',"childArray" : [
    {   sTitle:'Contact REMIT',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'contact.htm'
    },
    {   sTitle:'Visit REMaRAG',
        bIsExternal:true,
        sUrl:'http://www.remarag.org/'
    },
    {   sTitle:'How Rotarians Can Help',
        bIsWebPath:true,
        sUrl:'hrch.htm',"childArray" : [
        {   sTitle:'Contact REMIT',
            bIsExternal:true,
            bIsWebPath:true,
            sUrl:'contact.htm'
        },
        {   sTitle:'Visit REMaRAG',
            bIsExternal:true,
            sUrl:'http://www.remarag.org/'
        }]
    }]
},
{   sTitle:'Media',
    bIsWebPath:true,
    sUrl:'media.htm',"childArray" : [
    {   sTitle:'Contact REMIT',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'contact.htm'
    },
    {   sTitle:'Visit REMaRAG',
        bIsExternal:true,
        sUrl:'http://www.remarag.org/'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.htm',"childArray" : [
    {   sTitle:'Contact REMIT',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'contact.htm'
    },
    {   sTitle:'Visit REMaRAG',
        bIsExternal:true,
        sUrl:'http://www.remarag.org/'
    }]
}]
});
