var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Edible Photographs',
    bIsWebPath:true,
    sUrl:'edible photographs.html'
},
{   bSeparatorAfter:true,
    sTitle:'Biography',
    bIsWebPath:true,
    sUrl:'biography page.html'
},
{   sTitle:'Cake information',
    bIsWebPath:true,
    sUrl:'cake information.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
