var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Back Issues',
    bIsWebPath:true,
    sUrl:'back_issues.html'
},
{   sTitle:'Subscribe',
    bIsWebPath:true,
    sUrl:'subscribe.html'
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
