var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About MDR',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html',"childArray" : [
    {   'sTitle':'Gallery',
        'bIsWebPath':true,
        'sUrl':'page13.html'
    }]
},
{   'sTitle':'PASSION Blog',
    'bIsExternal':true,
    'sUrl':'http://my-divine-romance.blogspot.com/',
    'sTarget':'_top'
},
{   'sTitle':'Publications',
    'bIsWebPath':true,
    'sUrl':'products.html'
},
{   'sTitle':'YouTube',
    'bIsExternal':true,
    'sUrl':'http://www.youtube.com/user/MyDivineRomance?feature=mhee',
    'sTarget':'_blank'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
